Skip to content

Commit 7b1e3a7

Browse files
didi0613Patrick Williams
authored andcommitted
upgrade to react 16 (#134)
1 parent 4151b08 commit 7b1e3a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "test"
88
},
99
"peerDependencies": {
10-
"react": "^0.14.6 || ^15.0.0-0",
11-
"react-dom": "^0.14.6 || ^15.0.0-0"
10+
"react": "^0.14.6 || ^15.0.0-0 || ^16.0.0",
11+
"react-dom": "^0.14.6 || ^15.0.0-0 || ^16.0.0"
1212
},
1313
"devDependencies": {
1414
"babel": "5.8.34",
@@ -18,8 +18,8 @@
1818
"gitbook-plugin-todo": "0.1.2",
1919
"mocha": "2.3.4",
2020
"prop-types": "^15.5.8",
21-
"react": "^15.0.0",
22-
"react-dom": "^15.0.0"
21+
"react": "^16.0.0",
22+
"react-dom": "^16.0.0"
2323
},
2424
"scripts": {
2525
"build": "npm run clean && npm run build:docs && npm run build:lib",

0 commit comments

Comments
 (0)