Browse Source

installed redux

Bernadette Elena Hammerle 3 years ago
parent
commit
a92345b60d
2 changed files with 18 additions and 7 deletions
  1. 16 6
      package-lock.json
  2. 2 1
      package.json

+ 16 - 6
package-lock.json

@@ -16307,15 +16307,25 @@
       }
     },
     "react-redux": {
-      "version": "7.2.1",
-      "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.1.tgz",
-      "integrity": "sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg==",
+      "version": "7.2.2",
+      "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.2.tgz",
+      "integrity": "sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA==",
       "requires": {
-        "@babel/runtime": "^7.5.5",
-        "hoist-non-react-statics": "^3.3.0",
+        "@babel/runtime": "^7.12.1",
+        "hoist-non-react-statics": "^3.3.2",
         "loose-envify": "^1.4.0",
         "prop-types": "^15.7.2",
-        "react-is": "^16.9.0"
+        "react-is": "^16.13.1"
+      },
+      "dependencies": {
+        "@babel/runtime": {
+          "version": "7.12.5",
+          "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
+          "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
+          "requires": {
+            "regenerator-runtime": "^0.13.4"
+          }
+        }
       }
     },
     "react-rnd": {

+ 2 - 1
package.json

@@ -2,6 +2,7 @@
   "name": "ba",
   "version": "0.1.0",
   "private": true,
+  "proxy": "http://maps.googleapis.com",
   "dependencies": {
     "@terrestris/react-geo": "^14.1.0",
     "@testing-library/jest-dom": "^4.2.4",
@@ -25,7 +26,7 @@
     "react-map-gl": "^5.2.9",
     "react-map-gl-draw": "^0.21.1",
     "react-mapbox-gl": "^4.8.6",
-    "react-redux": "^7.2.1",
+    "react-redux": "^7.2.2",
     "react-router-dom": "^5.2.0",
     "react-scripts": "3.4.3",
     "reactstrap": "^8.6.0",