Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to v13
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Oct 26, 2022
1 parent 6ac9e78 commit c6a6472
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Expand Up @@ -19,7 +19,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 @@ -37,7 +37,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",
"prisma": "^4.3.1",
"prisma-docs-generator": "^0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Expand Up @@ -21,7 +21,7 @@
"@sanity/vision": "dev-preview",
"@sentry/nextjs": "^7.13.0",
"luxon": "^3.0.3",
"next": "^12.2.5",
"next": "^13.0.0",
"next-sanity": "^0.8.4",
"next-seo": "^5.5.0",
"react": "^18.2.0",
Expand All @@ -47,7 +47,7 @@
"@typescript-eslint/parser": "^5.37.0",
"concurrently": "^7.4.0",
"eslint": "^8.23.1",
"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
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Expand Up @@ -16,7 +16,7 @@
"@storybook/addon-a11y": "^6.5.12",
"@storybook/builder-vite": "^0.2.2",
"@storybook/theming": "^6.5.12",
"next": "12.3.1",
"next": "13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook-addon-next": "^1.6.9",
Expand All @@ -42,7 +42,7 @@
"chromatic": "^6.9.0",
"css-loader": "^6.7.1",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"eslint-config-next": "13.0.0",
"eslint-plugin-storybook": "^0.6.4",
"next-transpile-modules": "^9.0.0",
"sb": "^6.5.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Expand Up @@ -36,7 +36,7 @@
"@sanity/types": "^2.33.2",
"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",
"sanity": "3.0.0-dev-preview.17",
Expand Down

0 comments on commit c6a6472

Please sign in to comment.