changeset 4463:1cdd246860ae

remove lodash.debounce
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 14:24:27 +0200
parents 2793893bc7f5
children 707450608829
files client/package.json client/src/components/Search.vue client/yarn.lock
diffstat 3 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/client/package.json	Mon Sep 23 14:24:02 2019 +0200
+++ b/client/package.json	Mon Sep 23 14:24:27 2019 +0200
@@ -40,7 +40,6 @@
     "file-saver": "^2.0.2",
     "glob-all": "^3.1.0",
     "locale2": "^2.2.0",
-    "lodash.debounce": "^4.0.8",
     "ol": "^5.3.0",
     "path": "^0.12.7",
     "prettier": "^1.15.3",
--- a/client/src/components/Search.vue	Mon Sep 23 14:24:02 2019 +0200
+++ b/client/src/components/Search.vue	Mon Sep 23 14:24:27 2019 +0200
@@ -166,7 +166,7 @@
  * Author(s):
  * Markus Kottländer <markus.kottlaender@intevation.de>
  */
-import debounce from "lodash.debounce";
+import debounce from "debounce";
 import { mapState, mapGetters } from "vuex";
 
 import { displayError } from "@/lib/errors";
--- a/client/yarn.lock	Mon Sep 23 14:24:02 2019 +0200
+++ b/client/yarn.lock	Mon Sep 23 14:24:27 2019 +0200
@@ -7276,11 +7276,6 @@
     lodash._basecreate "^3.0.0"
     lodash._isiterateecall "^3.0.0"
 
-lodash.debounce@^4.0.8:
-  version "4.0.8"
-  resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
-  integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
-
 lodash.defaultsdeep@4.3.2:
   version "4.3.2"
   resolved "https://registry.yarnpkg.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.3.2.tgz#6c1a586e6c5647b0e64e2d798141b8836158be8a"