Update all dependencies

This commit is contained in:
2025-05-07 00:53:27 +00:00
parent b09e5c18af
commit be6431b02b
3 changed files with 50 additions and 32 deletions

View File

@@ -8,7 +8,7 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "2.6.0",
"@reduxjs/toolkit": "2.8.0",
"next": "latest",
"react": "19.0.0",
"react-dom": "19.0.0",
@@ -19,14 +19,14 @@
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/node": "22.13.9",
"@types/node": "22.15.14",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/react-redux": "7.1.34",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",
"ts-jest": "29.2.6",
"ts-jest": "29.3.2",
"ts-node": "10.9.2",
"typescript": "5.8.2"
"typescript": "5.8.3"
}
}