Skip to content

Commit cc558e2

Browse files
committed
Update dependency @types/react to v18
1 parent bfa691a commit cc558e2

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"test": "echo \"TODO: Add Testing to Client\" && exit 0"
2424
},
2525
"resolutions": {
26-
"@types/react": "17.0.43",
26+
"@types/react": "18.0.13",
2727
"@typescript-eslint/eslint-plugin": "5.17.0",
2828
"@typescript-eslint/parser": "5.17.0",
2929
"react": "18.0.0"
3030
},
3131
"peerDependencies": {
32-
"@types/react": "^17.0.0",
32+
"@types/react": "^17.0.0 || ^18.0.0",
3333
"react": "^17.0.0 || ^18.0.0"
3434
},
3535
"dependencies": {
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@babel/core": "7.17.9",
50-
"@types/react": "17.0.43",
50+
"@types/react": "18.0.13",
5151
"@types/three": "0.139.0",
5252
"@typescript-eslint/eslint-plugin": "5.17.0",
5353
"@typescript-eslint/parser": "5.17.0",

0 commit comments

Comments
 (0)