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 9c5993c commit 6766187Copy full SHA for 6766187
package.json
@@ -46,7 +46,7 @@
46
}
47
],
48
"peerDependencies": {
49
- "react": "^16.8.0"
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
50
},
51
"devDependencies": {
52
"@babel/cli": "^7.7.0",
@@ -63,12 +63,12 @@
63
"eslint-plugin-react-hooks": "^2.3.0",
64
"execa": "^3.3.0",
65
"markdown-magic": "^1.0.0",
66
- "next": "^9.1.3",
+ "next": "^12.3.1",
67
"prettier": "^1.19.1",
68
- "react": "^16.12.0",
+ "react": "^18.2.0",
69
"react-docgen": "^4.1.1",
70
"react-docgen-displayname-handler": "^2.1.3",
71
- "react-dom": "^16.12.0",
+ "react-dom": "^18.2.0",
72
"rollup": "^1.27.0",
73
"rollup-plugin-babel": "^4.3.3",
74
"rollup-plugin-commonjs": "^10.1.0",
0 commit comments