Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 5384aa1

Browse files
committed
Support React 16
1 parent 70b3dc3 commit 5384aa1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"typings": "dist/typings/index.d.ts",
1919
"peerDependencies": {
2020
"prop-types": "^15.5.0",
21-
"react": "^15.5.0",
22-
"react-dom": "^15.5.0"
21+
"react": ">=15.5.0",
22+
"react-dom": ">=15.5.0"
2323
},
2424
"repository": {
2525
"type": "git",
@@ -49,9 +49,9 @@
4949
"gulp-util": "^3.0.3",
5050
"output-file-sync": "^1.1.2",
5151
"prop-types": "^15.5.8",
52-
"react": "^15.0.0",
53-
"react-bootstrap": "^0.30.3",
54-
"react-dom": "^15.0.0",
52+
"react": "^16.0.0",
53+
"react-bootstrap": "^0.31.3",
54+
"react-dom": "^16.0.0",
5555
"reactify": "^1.1.1",
5656
"vinyl-source-stream": "^1.0.0",
5757
"watchify": "^3.9.0"

0 commit comments

Comments
 (0)