Update redux-form dependency
authorMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Wed, 10 Oct 2018 21:57:48 +0000 (23:57 +0200)
committerMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Wed, 10 Oct 2018 21:57:48 +0000 (23:57 +0200)
refs #

Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>

package.json
yarn.lock

index f84170adc7330916fab7f1e074f2e3a357533443..5bfbef0e3d4772a1595b88fa9e51590cd3065c51 100644 (file)
@@ -10,7 +10,7 @@
     "@types/react-copy-to-clipboard": "4.2.6",
     "@types/react-dropzone": "4.2.2",
     "@types/react-highlight-words": "0.12.0",
-    "@types/redux-form": "7.4.5",
+    "@types/redux-form": "7.4.8",
     "@types/shell-quote": "1.6.0",
     "axios": "0.18.0",
     "classnames": "2.2.6",
@@ -30,6 +30,7 @@
     "react-splitter-layout": "3.0.1",
     "react-transition-group": "2.5.0",
     "redux": "4.0.0",
+    "redux-form": "7.4.2",
     "redux-thunk": "2.3.0",
     "shell-quote": "1.6.1",
     "unionize": "2.1.2",
     "@types/react-router-dom": "4.3.1",
     "@types/react-router-redux": "5.0.16",
     "@types/redux-devtools": "3.0.44",
-    "@types/redux-form": "7.4.8",
     "@types/uuid": "3.4.4",
     "axios-mock-adapter": "1.15.0",
     "enzyme": "3.6.0",
     "enzyme-adapter-react-16": "1.5.0",
     "jest-localstorage-mock": "2.2.0",
     "redux-devtools": "3.4.1",
-    "redux-form": "7.4.2",
     "typescript": "3.1.1"
   },
   "jest": {
index e6f3764cdd41ddda18bca3247ee8bc4dd8b319de..8c98c4fb88f762f42fc1d1eedd2c8289528f3b32 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
     "@types/react" "*"
     redux "^3.6.0"
 
-"@types/redux-form@7.4.5":
-  version "7.4.5"
-  resolved "https://registry.yarnpkg.com/@types/redux-form/-/redux-form-7.4.5.tgz#fae0fa6cfbc613867093d1e0f6a84db17177305e"
+"@types/redux-form@7.4.8":
+  version "7.4.8"
+  resolved "https://registry.yarnpkg.com/@types/redux-form/-/redux-form-7.4.8.tgz#a423e597b3bae0f559dd1e9ff605f7d4aad30538"
   dependencies:
     "@types/react" "*"
     redux "^3.6.0 || ^4.0.0"