Retry adding our own mobx-react-form

This commit is contained in:
Eric Schultz 2018-06-28 12:44:53 -05:00
parent bdc55a62a3
commit 2889c4ad76
2 changed files with 2 additions and 4 deletions

4
package-lock.json generated
View file

@ -8922,9 +8922,7 @@
"dev": true
},
"mobx-react-form": {
"version": "1.34.0",
"resolved": "https://registry.npmjs.org/mobx-react-form/-/mobx-react-form-1.34.0.tgz",
"integrity": "sha1-6bO98V273zODAzPvLhNSPS0v5fU=",
"version": "github:houdiniproject/mobx-react-form#63a163397102d86745b7ac381d42b794ec172231",
"dev": true,
"requires": {
"lodash": "4.17.10"

View file

@ -57,7 +57,7 @@
"mobx": "^4.2.0",
"mobx-react": "^5.0.0",
"mobx-react-devtools": "^5.0.1",
"mobx-react-form": "^1.34.0",
"mobx-react-form": "github:houdiniproject/mobx-react-form#our_fix",
"no-scroll": "^2.1.0",
"phantomjs-prebuilt": "2.1.12",
"postcss-cssnext": "^2.9.0",