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 a86ba60 commit d47a411Copy full SHA for d47a411
package.json
@@ -4,7 +4,7 @@
4
"description": "React file input component for complete control over styling and abstraction from file reading.",
5
"main": "./lib/index.js",
6
"dependencies": {
7
- "prop-types": "^15.5.10"
+ "prop-types": "^15.6.0"
8
},
9
"devDependencies": {
10
"babel": "^5.4.7",
@@ -15,12 +15,12 @@
15
"karma-firefox-launcher": "^0.1.6",
16
"karma-mocha": "^0.2.0",
17
"mocha": "^2.2.5",
18
- "react": "^15.0.0",
19
- "react-dom": "^15.6.1"
+ "react": "^16.2.0",
+ "react-dom": "^16.2.0"
20
21
"peerDependencies": {
22
23
- "react-dom": "*"
+ "react": "^15.0.0 || ^16.0.0",
+ "react-dom": "^15.0.0 || ^16.0.0"
24
25
"scripts": {
26
"build:lib": "babel --stage 0 src --out-dir lib",
0 commit comments