Skip to content

Commit

Permalink
fix(deps): update nextjs monorepo to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 55cc20e commit bcb320f
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 153 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@trpc/server": "^10.43.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"next": "^13.5.6",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"pg-native": "file:./stubs/pg-native",
"react": "^18.2.0",
Expand All @@ -49,7 +49,7 @@
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.0.1",
"open-color": "^1.9.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/rif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@radix-ui/react-toast": "^1.1.5",
"@tanstack/react-query": "^4.36.1",
"clsx": "^2.0.0",
"next": "^13.5.4",
"next": "^14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
Expand All @@ -33,7 +33,7 @@
"@types/react-dom": "^18.2.9",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.4",
"eslint-config-next": "^14.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.4",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@dotkomonline/gateway-trpc": "workspace:*",
"@dotkomonline/types": "workspace:*",
"@dotkomonline/ui": "workspace:*",
"@next/env": "^13.5.6",
"@next/env": "^14.0.1",
"@portabletext/react": "^3.0.11",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.0.4",
Expand All @@ -41,7 +41,7 @@
"clsx": "^2.0.0",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"next": "^13.5.6",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"next-superjson-plugin": "^0.5.9",
"next-themes": "^0.2.1",
Expand All @@ -67,7 +67,7 @@
"chromatic": "^7.5.4",
"cva": "npm:class-variance-authority@^0.7.0",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.0.1",
"jsdom": "^22.1.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@dotkomonline/core": "workspace:*",
"@dotkomonline/env": "workspace:*",
"@dotkomonline/db": "workspace:*",
"next": "^13.5.6",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"eslint-plugin-import": "^2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"next": "^13.5.6"
"next": "^14.0.1"
},
"devDependencies": {
"@dotkomonline/types": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/emails/.react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@react-email/render": "^0.0.7",
"classnames": "2.3.2",
"framer-motion": "8.4.6",
"next": "13.2.4",
"next": "14.0.1",
"prism-react-renderer": "1.3.5",
"react": "^18.2.0",
"react-dom": "18.2.0",
Expand All @@ -40,7 +40,7 @@
"@types/react-dom": "18.0.9",
"autoprefixer": "10.4.16",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway-edge-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"stripe": "^13.11.0"
},
"peerDependencies": {
"next": "^13.5.6"
"next": "^14.0.1"
},
"devDependencies": {
"@vitest/ui": "^0.34.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"next": "^13.5.6",
"next": "^14.0.1",
"next-auth": "^4.24.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit bcb320f

Please sign in to comment.