Skip to content

Commit 6766187

Browse files
authored
Bump react peerDependencies (#26)
1 parent 9c5993c commit 6766187

File tree

2 files changed

+246
-3035
lines changed

2 files changed

+246
-3035
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
],
4848
"peerDependencies": {
49-
"react": "^16.8.0"
49+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.7.0",
@@ -63,12 +63,12 @@
6363
"eslint-plugin-react-hooks": "^2.3.0",
6464
"execa": "^3.3.0",
6565
"markdown-magic": "^1.0.0",
66-
"next": "^9.1.3",
66+
"next": "^12.3.1",
6767
"prettier": "^1.19.1",
68-
"react": "^16.12.0",
68+
"react": "^18.2.0",
6969
"react-docgen": "^4.1.1",
7070
"react-docgen-displayname-handler": "^2.1.3",
71-
"react-dom": "^16.12.0",
71+
"react-dom": "^18.2.0",
7272
"rollup": "^1.27.0",
7373
"rollup-plugin-babel": "^4.3.3",
7474
"rollup-plugin-commonjs": "^10.1.0",

0 commit comments

Comments
 (0)