Skip to content

Commit 82860e8

Browse files
committed
Bumps node modules
1 parent 2fb43d9 commit 82860e8

4 files changed

Lines changed: 269 additions & 244 deletions

File tree

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@
1919
"@emotion/styled": "^11.14.1",
2020
"@mdx-js/loader": "^3.1.1",
2121
"@mdx-js/react": "^3.1.1",
22-
"@mui/icons-material": "^7.3.7",
23-
"@mui/material": "^7.3.7",
24-
"@mui/system": "^7.3.7",
25-
"@next/mdx": "16.1.6",
26-
"next": "16.1.6",
22+
"@mui/icons-material": "^7.3.8",
23+
"@mui/material": "^7.3.8",
24+
"@mui/system": "^7.3.8",
25+
"@next/mdx": "^16.1.6",
26+
"next": "^16.1.6",
2727
"next-auth": "^4.24.13",
28-
"react": "19.2.4",
29-
"react-dom": "19.2.4",
28+
"react": "^19.2.4",
29+
"react-dom": "^19.2.4",
3030
"web-vitals": "^5.1.0"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.3",
34-
"@eslint/js": "^10.0.1",
35-
"@next/eslint-plugin-next": "16.1.6",
34+
"@eslint/js": "^9.39.2",
35+
"@next/eslint-plugin-next": "^16.1.6",
3636
"@stylistic/eslint-plugin": "^5.8.0",
3737
"@types/mdx": "^2.0.13",
38-
"@types/node": "^25.2.3",
38+
"@types/node": "^24.10.13",
3939
"@types/react": "^19.2.14",
4040
"@types/react-dom": "^19.2.3",
41-
"eslint": "^10.0.0",
41+
"eslint": "^9.39.2",
4242
"eslint-config-next": "16.1.6",
4343
"eslint-import-resolver-typescript": "^4.4.4",
4444
"eslint-plugin-flowtype": "^8.0.3",
@@ -47,10 +47,10 @@
4747
"eslint-plugin-react": "^7.37.5",
4848
"eslint-plugin-react-hooks": "^7.0.1",
4949
"jiti": "^2.6.1",
50-
"pnpm": "^10.29.2",
50+
"pnpm": "^10.29.3",
5151
"rimraf": "^6.1.2",
5252
"typescript": "^5.9.3",
5353
"typescript-eslint": "^8.55.0"
5454
},
55-
"packageManager": "pnpm@10.29.2"
55+
"packageManager": "pnpm@10.29.3"
5656
}

0 commit comments

Comments
 (0)