Skip to content

Commit

Permalink
Resolve peer dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Dec 25, 2024
1 parent 8b7d933 commit f8b8aea
Show file tree
Hide file tree
Showing 6 changed files with 986 additions and 805 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "yarn workspaces foreach -A run test"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"rimraf": "^6.0.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
Expand Down
4 changes: 3 additions & 1 deletion packages/cra-template-redux-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@
"template.json"
],
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@reduxjs/toolkit": "^2.0.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.0",
"@types/node": "^22.10.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/cra-template-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
"template.json"
],
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@reduxjs/toolkit": "^2.0.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
Expand Down
1 change: 1 addition & 0 deletions packages/expo-template-redux-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@testing-library/react-native": "^12.4.3",
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.11",
"@types/node": "^22.10.2",
"@types/react": "~18.2.14",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rtk-app-structure-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-redux": "^9.1.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/node": "^22.10.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
Loading

0 comments on commit f8b8aea

Please sign in to comment.