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-04-04 18:16:56 +00:00
parent be85284610
commit 4095d46b49
2 changed files with 15 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "2.2.2",
"@reduxjs/toolkit": "2.2.3",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -19,7 +19,7 @@
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.2",
"@types/node": "20.12.4",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react-redux": "7.1.33",
@@ -27,6 +27,6 @@
"jest-css-modules-transform": "4.4.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.3"
"typescript": "5.4.4"
}
}