Skip to content

Commit 8ca0066

Browse files
committed
chore: Upgrade react typings and related dependencies
1 parent af9fa35 commit 8ca0066

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

package-lock.json

Lines changed: 19 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"weekstart": "^1.1.0"
4747
},
4848
"peerDependencies": {
49+
"@types/react": ">=16.14.41",
4950
"react": ">=16.8.0"
5051
},
5152
"devDependencies": {
@@ -71,12 +72,12 @@
7172
"@types/jest": "^29.5.13",
7273
"@types/lodash": "^4.14.176",
7374
"@types/node": "^20.17.14",
74-
"@types/react": "^16.14.20",
75-
"@types/react-dom": "^16.9.14",
76-
"@types/react-router": "^5.1.18",
77-
"@types/react-router-dom": "^5.3.2",
75+
"@types/react": "^16.14.65",
76+
"@types/react-dom": "^16.9.25",
77+
"@types/react-router": "^5.1.20",
78+
"@types/react-router-dom": "^5.3.3",
7879
"@types/react-test-renderer": "^16.9.12",
79-
"@types/react-transition-group": "^4.4.4",
80+
"@types/react-transition-group": "^4.4.12",
8081
"@types/webpack-env": "^1.16.3",
8182
"@typescript-eslint/eslint-plugin": "^8.24.1",
8283
"@typescript-eslint/parser": "^8.24.1",

0 commit comments

Comments
 (0)