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:
2023-02-07 08:56:06 +00:00
parent c18f3f616b
commit 532cdbf4fd
4 changed files with 37 additions and 32 deletions

View File

@@ -8,7 +8,7 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "1.9.1",
"@reduxjs/toolkit": "1.9.2",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -19,14 +19,14 @@
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-redux": "7.1.25",
"jest": "29.3.1",
"jest-css-modules-transform": "4.4.2",
"ts-jest": "29.0.3",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
}