Skip to content

Commit 8e8678f

Browse files
committed
ncu -u
1 parent e2fa522 commit 8e8678f

File tree

2 files changed

+341
-218
lines changed

2 files changed

+341
-218
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"dependencies": {
66
"@emotion/react": "^11.14.0",
77
"@emotion/styled": "^11.14.0",
8-
"@mui/material": "^7.0.1",
9-
"@reduxjs/toolkit": "^2.6.1",
10-
"@testing-library/dom": ">=10.4.0",
8+
"@mui/material": "^7.0.2",
9+
"@reduxjs/toolkit": "^2.7.0",
10+
"@testing-library/dom": "^10.4.0",
1111
"@testing-library/jest-dom": "^6.6.3",
12-
"@testing-library/react": "^16.2.0",
12+
"@testing-library/react": "^16.3.0",
1313
"@testing-library/user-event": "^14.6.1",
1414
"@types/jest": "^29.5.14",
15-
"@types/node": "^22.13.14",
16-
"@types/react": "^19.0.12",
17-
"@types/react-dom": "^19.0.4",
15+
"@types/node": "^22.15.3",
16+
"@types/react": "^19.1.2",
17+
"@types/react-dom": "^19.1.3",
1818
"@types/react-redux": "^7.1.34",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
2121
"react-redux": "^9.2.0",
22-
"react-router-dom": "^7.4.1",
22+
"react-router-dom": "^7.5.3",
2323
"redux": "^5.0.1",
24-
"typescript": "5.8.2",
24+
"typescript": "5.8.3",
2525
"yup": "^1.6.1"
2626
},
2727
"scripts": {
@@ -48,8 +48,8 @@
4848
]
4949
},
5050
"devDependencies": {
51-
"@vitejs/plugin-react": "^4.3.4",
52-
"vite": "^6.2.7",
51+
"@vitejs/plugin-react": "^4.4.1",
52+
"vite": "^6.3.4",
5353
"vite-plugin-svgr": "^4.3.0",
5454
"vite-tsconfig-paths": "^5.1.4"
5555
}

0 commit comments

Comments
 (0)