Browse Source

redux 4.0.0, react-redux 5.0.7

master
Lyubo Marinov 7 years ago
parent
commit
6b3da4a4a4
2 changed files with 14 additions and 11 deletions
  1. 12
    9
      package-lock.json
  2. 2
    2
      package.json

+ 12
- 9
package-lock.json View File

@@ -10556,13 +10556,13 @@
10556 10556
       }
10557 10557
     },
10558 10558
     "react-redux": {
10559
-      "version": "5.0.6",
10560
-      "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.0.6.tgz",
10561
-      "integrity": "sha512-8taaaGu+J7PMJQDJrk/xiWEYQmdo3mkXw6wPr3K3LxvXis3Fymiq7c13S+Tpls/AyNUAsoONkU81AP0RA6y6Vw==",
10559
+      "version": "5.0.7",
10560
+      "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-5.0.7.tgz",
10561
+      "integrity": "sha512-5VI8EV5hdgNgyjfmWzBbdrqUkrVRKlyTKk1sGH3jzM2M2Mhj/seQgPXaz6gVAj2lz/nz688AdTqMO18Lr24Zhg==",
10562 10562
       "requires": {
10563 10563
         "hoist-non-react-statics": "2.5.0",
10564 10564
         "invariant": "2.2.3",
10565
-        "lodash": "4.17.4",
10565
+        "lodash": "4.17.10",
10566 10566
         "lodash-es": "4.17.5",
10567 10567
         "loose-envify": "1.3.1",
10568 10568
         "prop-types": "15.6.0"
@@ -10572,6 +10572,11 @@
10572 10572
           "version": "2.5.0",
10573 10573
           "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz",
10574 10574
           "integrity": "sha512-6Bl6XsDT1ntE0lHbIhr4Kp2PGcleGZ66qu5Jqk8lc0Xc/IeG6gVLmwUGs/K0Us+L8VWoKgj0uWdPMataOsm31w=="
10575
+        },
10576
+        "lodash": {
10577
+          "version": "4.17.10",
10578
+          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
10579
+          "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg=="
10575 10580
         }
10576 10581
       }
10577 10582
     },
@@ -10764,12 +10769,10 @@
10764 10769
       }
10765 10770
     },
10766 10771
     "redux": {
10767
-      "version": "3.7.2",
10768
-      "resolved": "https://registry.npmjs.org/redux/-/redux-3.7.2.tgz",
10769
-      "integrity": "sha512-pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A==",
10772
+      "version": "4.0.0",
10773
+      "resolved": "https://registry.npmjs.org/redux/-/redux-4.0.0.tgz",
10774
+      "integrity": "sha512-NnnHF0h0WVE/hXyrB6OlX67LYRuaf/rJcbWvnHHEPCF/Xa/AZpwhs/20WyqzQae5x4SD2F9nPObgBh2rxAgLiA==",
10770 10775
       "requires": {
10771
-        "lodash": "4.17.4",
10772
-        "lodash-es": "4.17.5",
10773 10776
         "loose-envify": "1.3.1",
10774 10777
         "symbol-observable": "1.2.0"
10775 10778
       }

+ 2
- 2
package.json View File

@@ -67,8 +67,8 @@
67 67
     "react-native-sound": "0.10.9",
68 68
     "react-native-vector-icons": "4.4.2",
69 69
     "react-native-webrtc": "github:jitsi/react-native-webrtc#52fe4646401408e0569e972cabf08f3c21b7a107",
70
-    "react-redux": "5.0.6",
71
-    "redux": "3.7.2",
70
+    "react-redux": "5.0.7",
71
+    "redux": "4.0.0",
72 72
     "redux-thunk": "2.2.0",
73 73
     "strophe.js": "github:jitsi/strophejs#1.2.14-1",
74 74
     "strophejs-plugin-disco": "0.0.2",

Loading…
Cancel
Save