Skip to content

Commit 8312e47

Browse files
🚨 Update npm dependencies
1 parent 12e43cf commit 8312e47

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
"dependencies": {
2323
"@emotion/react": "^11.11.1",
2424
"@emotion/styled": "^11.11.0",
25-
"@mui/material": "^5.14.16",
25+
"@mui/material": "^7.0.0",
2626
"buffer": "^6.0.3",
27-
"react": "^18.2.0",
28-
"react-dom": "^18.2.0",
27+
"react": "^19.0.0",
28+
"react-dom": "^19.0.0",
2929
"react-redux": "^9.0.0",
3030
"redux": "^5.0.0",
31-
"web-vitals": "^3.0.0"
31+
"web-vitals": "^5.0.0"
3232
},
3333
"devDependencies": {
34-
"@types/react": "^18.2.43",
35-
"@types/react-dom": "^18.2.17",
36-
"@vitejs/plugin-react-swc": "^3.10.1",
37-
"eslint": "^8.55.0",
34+
"@types/react": "^19.0.0",
35+
"@types/react-dom": "^19.0.0",
36+
"@vitejs/plugin-react-swc": "^4.0.0",
37+
"eslint": "^9.0.0",
3838
"eslint-plugin-react": "^7.33.2",
39-
"eslint-plugin-react-hooks": "^4.6.0",
39+
"eslint-plugin-react-hooks": "^7.0.0",
4040
"eslint-plugin-react-refresh": "^0.4.5",
4141
"vite": "^6.3.5"
4242
},
4343
"engines": {
44-
"node": "20"
44+
"node": "24"
4545
}
4646
}

0 commit comments

Comments
 (0)