Skip to content

Commit d47a411

Browse files
committed
Bump React to 16.2.0
Still compatible at runtime with React 15+.
1 parent a86ba60 commit d47a411

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
@@ -4,7 +4,7 @@
44
"description": "React file input component for complete control over styling and abstraction from file reading.",
55
"main": "./lib/index.js",
66
"dependencies": {
7-
"prop-types": "^15.5.10"
7+
"prop-types": "^15.6.0"
88
},
99
"devDependencies": {
1010
"babel": "^5.4.7",
@@ -15,12 +15,12 @@
1515
"karma-firefox-launcher": "^0.1.6",
1616
"karma-mocha": "^0.2.0",
1717
"mocha": "^2.2.5",
18-
"react": "^15.0.0",
19-
"react-dom": "^15.6.1"
18+
"react": "^16.2.0",
19+
"react-dom": "^16.2.0"
2020
},
2121
"peerDependencies": {
22-
"react": "^15.0.0",
23-
"react-dom": "*"
22+
"react": "^15.0.0 || ^16.0.0",
23+
"react-dom": "^15.0.0 || ^16.0.0"
2424
},
2525
"scripts": {
2626
"build:lib": "babel --stage 0 src --out-dir lib",

0 commit comments

Comments
 (0)