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:
2024-02-17 09:26:43 +00:00
parent 36006b20db
commit 494a7ef010
4 changed files with 28 additions and 28 deletions

View File

@@ -8,18 +8,18 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "2.1.0",
"@reduxjs/toolkit": "2.2.1",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "9.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node": "20.11.19",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@types/react-redux": "7.1.33",