Skip to content

Commit 3133c42

Browse files
committed
Updated to React 18
1 parent 08b658b commit 3133c42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"lodash.debounce": "^4.0.8"
4242
},
4343
"peerDependencies": {
44-
"react": "^16.0.0 || ^17.0.0",
45-
"react-dom": "^16.0.0 || ^17.0.0"
44+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
45+
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
4646
},
4747
"devDependencies": {
4848
"@testing-library/react-hooks": "^7.0.2",
@@ -68,10 +68,10 @@
6868
"microbundle-crl": "^0.13.10",
6969
"npm-run-all": "^4.1.5",
7070
"prettier": "^2.5.1",
71-
"react": "^17.0.2",
72-
"react-dom": "^17.0.2",
73-
"react-scripts": "^5.0.0",
74-
"react-test-renderer": "^17.0.2"
71+
"react": "^18.2.0",
72+
"react-dom": "^18.2.0",
73+
"react-scripts": "^5.0.1",
74+
"react-test-renderer": "^18.0.2"
7575
},
7676
"resolutions": {
7777
"@typescript-eslint/eslint-plugin": "^4.5.0",

0 commit comments

Comments
 (0)