Skip to content

Commit 571a130

Browse files
committed
ncu -u
1 parent 8568e19 commit 571a130

File tree

2 files changed

+467
-657
lines changed

2 files changed

+467
-657
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"dependencies": {
66
"@emotion/react": "^11.14.0",
77
"@emotion/styled": "^11.14.1",
8-
"@mui/material": "^7.2.0",
8+
"@mui/material": "^7.3.1",
99
"@reduxjs/toolkit": "^2.8.2",
10-
"@testing-library/dom": "^10.4.0",
11-
"@testing-library/jest-dom": "^6.6.3",
10+
"@testing-library/dom": "^10.4.1",
11+
"@testing-library/jest-dom": "^6.8.0",
1212
"@testing-library/react": "^16.3.0",
1313
"@testing-library/user-event": "^14.6.1",
1414
"@types/jest": "^30.0.0",
15-
"@types/node": "^24.0.14",
16-
"@types/react": "^19.1.8",
17-
"@types/react-dom": "^19.1.6",
15+
"@types/node": "^24.3.0",
16+
"@types/react": "^19.1.12",
17+
"@types/react-dom": "^19.1.9",
1818
"@types/react-redux": "^7.1.34",
19-
"react": "^19.1.0",
20-
"react-dom": "^19.1.0",
19+
"react": "^19.1.1",
20+
"react-dom": "^19.1.1",
2121
"react-redux": "^9.2.0",
22-
"react-router-dom": "^7.7.0",
22+
"react-router-dom": "^7.8.2",
2323
"redux": "^5.0.1",
24-
"typescript": "5.8.3",
25-
"yup": "^1.6.1"
24+
"typescript": "5.9.2",
25+
"yup": "^1.7.0"
2626
},
2727
"scripts": {
2828
"start": "vite",
@@ -48,9 +48,9 @@
4848
]
4949
},
5050
"devDependencies": {
51-
"@vitejs/plugin-react": "^4.6.0",
52-
"vite": "^7.0.5",
53-
"vite-plugin-svgr": "^4.3.0",
51+
"@vitejs/plugin-react": "^5.0.2",
52+
"vite": "^7.1.3",
53+
"vite-plugin-svgr": "^4.5.0",
5454
"vite-tsconfig-paths": "^5.1.4"
5555
}
5656
}

0 commit comments

Comments
 (0)