Revert "Use our own mobx-react-form until Field.container() also gets Form"

This reverts commit 3f90371d11.
This commit is contained in:
Eric Schultz 2018-06-28 12:18:40 -05:00
parent 3f90371d11
commit bdc55a62a3
2 changed files with 4 additions and 2 deletions

4
package-lock.json generated
View file

@ -8922,7 +8922,9 @@
"dev": true
},
"mobx-react-form": {
"version": "github:houdiniproject/mobx-react-form#9d1bc1cfdce3aed91fa7e47a863781599614ce6f",
"version": "1.34.0",
"resolved": "https://registry.npmjs.org/mobx-react-form/-/mobx-react-form-1.34.0.tgz",
"integrity": "sha1-6bO98V273zODAzPvLhNSPS0v5fU=",
"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": "github:houdiniproject/mobx-react-form",
"mobx-react-form": "^1.34.0",
"no-scroll": "^2.1.0",
"phantomjs-prebuilt": "2.1.12",
"postcss-cssnext": "^2.9.0",