Upgrade to form-binder patch

This commit is contained in:
John Lyon-Smith
2018-05-15 14:42:07 -07:00
parent 4220df4ca5
commit c3546be1a1
6 changed files with 11 additions and 11 deletions

View File

@@ -14167,9 +14167,9 @@
}
},
"react-form-binder": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/react-form-binder/-/react-form-binder-3.0.0.tgz",
"integrity": "sha512-XPXw+OVxfko1rcN1WjLxaCt8FVZaWrjCI7XNaNx1Su8/QFDqeAh1dgWpySE31i73un2v3ig+0r0WL+lHaV9Y3Q==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/react-form-binder/-/react-form-binder-3.0.1.tgz",
"integrity": "sha512-6xu+YzKqRx2b0fAIUgjS76njzYf3A22/isD3ITpFdl7bdFWWpnJhyzEJI+YUuvZxyBq+JHlRmqjCZA4xHQZlAg==",
"requires": {
"eventemitter3": "^2.0.3",
"prop-types": "^15.5.10",

View File

@@ -12,7 +12,7 @@
"radium": "^0.22.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-form-binder": "^3.0.0",
"react-form-binder": "^3.0.1",
"react-router-dom": "^4.1.1",
"regexp-pattern": "^1.0.4",
"socket.io-client": "^2.0.3"