Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2022
1 parent 388f6af commit 316c468
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 121 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Expand Up @@ -17,7 +17,7 @@
"@trpc/next": "^9.27.2",
"@trpc/react": "^9.27.2",
"@trpc/server": "^9.27.2",
"next": "^12.2.5",
"next": "^13.0.0",
"next-auth": "^4.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.23.0",
"eslint-config-next": "12.3.0",
"eslint-config-next": "13.0.0",
"next-transpile-modules": "^9.0.0",
"prisma": "^4.3.1",
"typescript": "^4.8.2"
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Expand Up @@ -14,7 +14,7 @@
"@inreach/ui": "*",
"@mantine/core": "^5.3.0",
"@tinacms/cli": "^0.61.12",
"next": "^12.2.5",
"next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.5",
Expand All @@ -30,7 +30,7 @@
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"eslint-config-next": "^13.0.0",
"next-transpile-modules": "^9.0.0",
"typescript": "^4.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"eslint": "^8.23.0",
"eslint-config-next": "^12.0.8",
"eslint-config-next": "^13.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "^7.31.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Expand Up @@ -34,7 +34,7 @@
"@mantine/spotlight": "^5.3.0",
"dayjs": "^1.11.5",
"embla-carousel-react": "^7.0.2",
"next": "^12.3.0",
"next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 316c468

Please sign in to comment.