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 c8ef492 commit c4f0da8Copy full SHA for c4f0da8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-bootstrap-formutil",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Happy to build forms with react-formutil in the project based on react-bootstrap ^_^",
5
"main": "lib/index.js",
6
"directories": {
@@ -39,9 +39,9 @@
39
},
40
"homepage": "https://github.com/qiqiboy/react-bootstrap-formutil#readme",
41
"peerDependencies": {
42
- "react": ">15.0.0",
43
- "prop-types": ">15.0.0",
44
- "react-bootstrap": ">3.0.0",
+ "react": ">16.0.0",
+ "prop-types": ">16.0.0",
+ "react-bootstrap": ">0.3.0",
45
"react-formutil": ">0.3.2"
46
47
"devDependencies": {
0 commit comments