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.
1 parent f62cf40 commit 9584928Copy full SHA for 9584928
package.json
@@ -47,7 +47,7 @@
47
"test:watch": "jest --env=jsdom --colors --coverage test --watch"
48
},
49
"peerDependencies": {
50
- "react": "^17.0.2"
+ "react": "^17.0.2 || ^18.0.0"
51
52
"devDependencies": {
53
"@babel/preset-react": "7.16.7",
@@ -76,8 +76,8 @@
76
"lodash-es": "4.17.21",
77
"postcss": "8.4.13",
78
"prettier": "2.6.2",
79
- "react": "17.0.2",
80
- "react-dom": "17.0.2",
+ "react": "18.1.0",
+ "react-dom": "18.1.0",
81
"rollup": "2.71.1",
82
"rollup-plugin-peer-deps-external": "2.2.4",
83
"rollup-plugin-postcss": "4.0.2",
0 commit comments