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:
2022-11-04 20:21:06 +00:00
parent 9f0ad56572
commit d43615a69e
4 changed files with 36 additions and 36 deletions

View File

@@ -8,11 +8,11 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "1.8.6",
"@reduxjs/toolkit": "1.9.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.0.4"
"react-redux": "8.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
@@ -20,7 +20,7 @@
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.2",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-redux": "7.1.24",
"jest": "29.2.2",