Skip to content

Commit 44e6efe

Browse files
committed
Bumps node modules
1 parent 7bb887d commit 44e6efe

4 files changed

Lines changed: 296 additions & 254 deletions

File tree

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
33
import "./.next/types/routes.d.ts";
4+
import "./.next/types/root-params.d.ts";
45

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

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@mui/icons-material": "^9.2.0",
2323
"@mui/material": "^9.2.0",
2424
"@mui/system": "^9.2.0",
25-
"@next/mdx": "^16.2.11",
26-
"next": "^16.2.11",
25+
"@next/mdx": "^16.3.0",
26+
"next": "^16.3.0",
2727
"next-auth": "^4.24.15",
2828
"react": "^19.2.8",
2929
"react-dom": "^19.2.8",
@@ -32,14 +32,14 @@
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.6",
3434
"@eslint/js": "^10.0.1",
35-
"@next/eslint-plugin-next": "^16.2.11",
35+
"@next/eslint-plugin-next": "^16.3.0",
3636
"@stylistic/eslint-plugin": "^5.10.0",
3737
"@types/mdx": "^2.0.14",
3838
"@types/node": "^25.9.5",
3939
"@types/react": "^19.2.17",
4040
"@types/react-dom": "^19.2.3",
41-
"eslint": "^10.7.0",
42-
"eslint-config-next": "^16.2.11",
41+
"eslint": "^10.8.0",
42+
"eslint-config-next": "^16.3.0",
4343
"eslint-import-resolver-typescript": "^4.4.5",
4444
"eslint-plugin-promise": "^7.3.0",
4545
"jiti": "^2.7.0",
@@ -50,14 +50,12 @@
5050
"devEngines": {
5151
"packageManager": {
5252
"name": "pnpm",
53-
"version": "~11.16.0",
53+
"version": "^11.20.0",
5454
"onFail": "download"
55-
}
56-
},
57-
"engines": {
55+
},
5856
"runtime": {
5957
"name": "node",
60-
"version": "^24.18.1",
58+
"version": "^24.19.0",
6159
"onFail": "download"
6260
}
6361
}

0 commit comments

Comments
 (0)