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 ee3a128 commit 392b674Copy full SHA for 392b674
package.json
@@ -81,8 +81,8 @@
81
"husky": "5.2.0",
82
"jest": "26.6.3",
83
"lint-staged": "10.5.4",
84
- "react": "16.14.0",
85
- "react-dom": "16.14.0",
+ "react": "17.0.2",
+ "react-dom": "17.0.2",
86
"rimraf": "3.0.2",
87
"rollup": "2.45.2",
88
"rollup-plugin-babel": "4.4.0",
@@ -93,8 +93,8 @@
93
"yargs": "16.2.0"
94
},
95
"peerDependencies": {
96
- "react": ">=16.8.0",
97
- "react-dom": ">=16.8.0"
+ "react": ">=16.8.0 || 17.0.2",
+ "react-dom": ">=16.8.0 || 17.0.2"
98
99
"snyk": true,
100
"release": {
0 commit comments