Skip to content

Commit 6b71d82

Browse files
committed
Removing lodash.merge and lodash.debounce package, and use deepmerge and setTimeout
1 parent 6a39a5c commit 6b71d82

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

Diff for: package-lock.json

+17-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"babel-eslint": "^10.1.0",
7171
"chokidar": "^3.4.0",
7272
"cypress": "^2.1.0",
73+
"deepmerge": "^4.2.2",
7374
"eslint": "^7.0.0",
7475
"eslint-plugin-cypress": "^2.10.3",
7576
"eslint-plugin-import": "^2.20.2",
@@ -78,8 +79,6 @@
7879
"eslint-plugin-standard": "^4.0.1",
7980
"eslint-plugin-vue": "^6.2.2",
8081
"gh-pages": "^3.0.0",
81-
"lodash.debounce": "^4.0.8",
82-
"lodash.merge": "^4.6.2",
8382
"rollup": "^2.8.2",
8483
"rollup-plugin-eslint": "^7.0.0",
8584
"rollup-plugin-peer-deps-external": "^2.2.2",

0 commit comments

Comments
 (0)