Skip to content

Commit a67e328

Browse files
committed
Bumps node modules
1 parent 05040a4 commit a67e328

File tree

4 files changed

+132
-130
lines changed

4 files changed

+132
-130
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference path="./.next/types/routes.d.ts" />
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
"@mui/icons-material": "^7.3.4",
2323
"@mui/material": "^7.3.4",
2424
"@mui/system": "^7.3.3",
25-
"@next/mdx": "^15.5.6",
26-
"next": "^15.5.6",
25+
"@next/mdx": "16.0.0",
26+
"next": "16.0.0",
2727
"next-auth": "^4.24.11",
28-
"react": "^19.2.0",
29-
"react-dom": "^19.2.0",
28+
"react": "19.2.0",
29+
"react-dom": "19.2.0",
3030
"web-vitals": "^5.1.0"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.1",
3434
"@eslint/js": "^9.38.0",
35-
"@next/eslint-plugin-next": "^15.5.6",
35+
"@next/eslint-plugin-next": "16.0.0",
3636
"@stylistic/eslint-plugin": "^5.5.0",
3737
"@types/mdx": "^2.0.13",
3838
"@types/node": "^24.9.1",
39-
"@types/react": "^19.2.2",
40-
"@types/react-dom": "^19.2.2",
39+
"@types/react": "19.2.2",
40+
"@types/react-dom": "19.2.2",
4141
"eslint": "^9.38.0",
4242
"eslint-config-import": "^0.13.0",
43-
"eslint-config-next": "^15.5.6",
43+
"eslint-config-next": "16.0.0",
4444
"eslint-import-resolver-typescript": "^4.4.4",
4545
"eslint-plugin-flowtype": "^8.0.3",
4646
"eslint-plugin-import": "^2.32.0",
@@ -52,5 +52,11 @@
5252
"typescript": "^5.9.3",
5353
"typescript-eslint": "^8.46.2"
5454
},
55-
"packageManager": "pnpm@10.18.3"
55+
"packageManager": "pnpm@10.19.0",
56+
"pnpm": {
57+
"overrides": {
58+
"@types/react": "19.2.2",
59+
"@types/react-dom": "19.2.2"
60+
}
61+
}
5662
}

0 commit comments

Comments
 (0)