Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-24 02:12:45 +00:00
parent 630169be6c
commit eaf09e4f2a
2 changed files with 15 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "2.5.1",
"@reduxjs/toolkit": "2.6.0",
"next": "latest",
"react": "19.0.0",
"react-dom": "19.0.0",
@@ -25,7 +25,7 @@
"@types/react-redux": "7.1.34",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",
"ts-jest": "29.2.5",
"ts-jest": "29.2.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}