We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08b658b + 3133c42 commit 5284ab1Copy full SHA for 5284ab1
package.json
@@ -41,8 +41,8 @@
41
"lodash.debounce": "^4.0.8"
42
},
43
"peerDependencies": {
44
- "react": "^16.0.0 || ^17.0.0",
45
- "react-dom": "^16.0.0 || ^17.0.0"
+ "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
46
47
"devDependencies": {
48
"@testing-library/react-hooks": "^7.0.2",
@@ -68,10 +68,10 @@
68
"microbundle-crl": "^0.13.10",
69
"npm-run-all": "^4.1.5",
70
"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"
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-scripts": "^5.0.1",
+ "react-test-renderer": "^18.0.2"
75
76
"resolutions": {
77
"@typescript-eslint/eslint-plugin": "^4.5.0",
0 commit comments