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 0b802e2 commit 6b037ecCopy full SHA for 6b037ec
package.json
@@ -44,10 +44,12 @@
44
"eslint-plugin-react": "^7.5.1",
45
"prettier": "^1.8.2",
46
"prettier-eslint-cli": "^4.4.2",
47
- "react": "^16.1.1"
+ "react": "^16.1.1",
48
+ "prop-types": "^15.6.0",
49
},
50
"peerDependencies": {
- "react": "^15.0.0-0 || ^16.0.0-0"
51
+ "react": "^15.0.0-0 || ^16.0.0-0",
52
53
54
"typings": "./index.d.ts",
55
"homepage": "https://github.com/bietkul/react-reactive-form#readme"
0 commit comments