Przeglądaj źródła

Add missing dependency

Tatiana Inama 6 lat temu
rodzic
commit
d482eb5e77
2 zmienionych plików z 6 dodań i 0 usunięć
  1. 5 0
      recipes/package-lock.json
  2. 1 0
      recipes/package.json

+ 5 - 0
recipes/package-lock.json

@@ -16719,6 +16719,11 @@
       "resolved": "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz",
       "integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo="
     },
+    "throttle-debounce": {
+      "version": "2.3.0",
+      "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz",
+      "integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ=="
+    },
     "through": {
       "version": "2.3.8",
       "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",

+ 1 - 0
recipes/package.json

@@ -43,6 +43,7 @@
     "redux-devtools-extension": "^2.13.8",
     "redux-thunk": "^2.3.0",
     "terser-webpack-plugin": "^1.3.0",
+    "throttle-debounce": "^2.3.0",
     "typescript": "^3.5.3"
   },
   "scripts": {