Pin 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-10-26 15:19:33 +00:00
parent 8b5d30a73a
commit f6d2b0b9b0
2 changed files with 40 additions and 40 deletions

View File

@@ -8,25 +8,25 @@
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.3.6",
"@reduxjs/toolkit": "1.8.6",
"next": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-redux": "^7.2.0"
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "7.2.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.0.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.18",
"jest": "^27.2.0",
"jest-css-modules-transform": "^4.2.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.4"
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-redux": "7.1.24",
"jest": "27.5.1",
"jest-css-modules-transform": "4.4.2",
"ts-jest": "27.1.5",
"ts-node": "10.9.1",
"typescript": "4.8.4"
}
}