Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit bf64958

Browse files
chore(deps): update nextjs monorepo to v15
1 parent 0e340ce commit bf64958

File tree

6 files changed

+1168
-385
lines changed

6 files changed

+1168
-385
lines changed

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"#trpc/*": "./dist/trpc/*"
2222
},
2323
"peerDependencies": {
24-
"next": "^14.2.16"
24+
"next": "^15.0.2"
2525
},
2626
"dependencies": {
2727
"@discordjs/collection": "^2.0.0",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"peerDependencies": {
1414
"@next/font": "^14.2.15",
15-
"next": "^14.2.16",
15+
"next": "^15.0.2",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1"
1818
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"class-variance-authority": "^0.7.0",
3232
"clsx": "^2.1.0",
3333
"lucide-react": "^0.372.0",
34-
"next": "^14.2.10",
34+
"next": "^15.0.2",
3535
"next-themes": "0.3.0",
3636
"react": "18.2.0",
3737
"react-dom": "^18.2.0",
@@ -50,7 +50,7 @@
5050
"@typescript-eslint/eslint-plugin": "^7.1.1",
5151
"@typescript-eslint/parser": "^7.1.1",
5252
"eslint": "^8.57.0",
53-
"eslint-config-next": "14.1.3",
53+
"eslint-config-next": "15.0.2",
5454
"eslint-config-prettier": "^9.1.0",
5555
"eslint-plugin-prettier": "^5.1.3",
5656
"husky": "^8.0.3",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "TIMING=1 eslint"
1717
},
1818
"peerDependencies": {
19-
"next": "14.2.16",
19+
"next": "15.0.2",
2020
"react": "^18.3.1",
2121
"react-dom": "18.3.1"
2222
},

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint": "TIMING=1 eslint"
3030
},
3131
"peerDependencies": {
32-
"next": "14.2.16",
32+
"next": "15.0.2",
3333
"react": "^18.3.1",
3434
"react-dom": "18.3.1"
3535
},

0 commit comments

Comments
 (0)