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 4151b08 commit 7b1e3a7Copy full SHA for 7b1e3a7
package.json
@@ -7,8 +7,8 @@
7
"test": "test"
8
},
9
"peerDependencies": {
10
- "react": "^0.14.6 || ^15.0.0-0",
11
- "react-dom": "^0.14.6 || ^15.0.0-0"
+ "react": "^0.14.6 || ^15.0.0-0 || ^16.0.0",
+ "react-dom": "^0.14.6 || ^15.0.0-0 || ^16.0.0"
12
13
"devDependencies": {
14
"babel": "5.8.34",
@@ -18,8 +18,8 @@
18
"gitbook-plugin-todo": "0.1.2",
19
"mocha": "2.3.4",
20
"prop-types": "^15.5.8",
21
- "react": "^15.0.0",
22
- "react-dom": "^15.0.0"
+ "react": "^16.0.0",
+ "react-dom": "^16.0.0"
23
24
"scripts": {
25
"build": "npm run clean && npm run build:docs && npm run build:lib",
0 commit comments