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-12-10 19:20:54 +00:00
parent 73002cabe3
commit 170119dc3c
4 changed files with 28 additions and 28 deletions

View File

@@ -8,7 +8,7 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "1.9.0",
"@reduxjs/toolkit": "1.9.1",
"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.3",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/node": "18.11.13",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/react-redux": "7.1.24",
"jest": "29.3.1",
"jest-css-modules-transform": "4.4.2",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.9.3"
"typescript": "4.9.4"
}
}