Skip to content

Commit 692ae74

Browse files
authored
fix: replace lodash-es with perfect-debounce (#106)
1 parent 3fc0891 commit 692ae74

File tree

3 files changed

+488
-948
lines changed

3 files changed

+488
-948
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"debug": "^4.3.4",
8686
"error-stack-parser-es": "^0.1.1",
8787
"fs-extra": "^11.2.0",
88-
"lodash-es": "^4.17.21",
8988
"open": "^10.0.3",
89+
"perfect-debounce": "^1.0.0",
9090
"picocolors": "^1.0.0",
9191
"sirv": "^2.0.4"
9292
},
@@ -99,7 +99,6 @@
9999
"@types/debug": "^4.1.12",
100100
"@types/diff-match-patch": "^1.0.36",
101101
"@types/fs-extra": "^11.0.4",
102-
"@types/lodash-es": "^4.17.12",
103102
"@types/node": "^20.11.5",
104103
"@unocss/eslint-config": "^0.58.3",
105104
"@unocss/eslint-plugin": "^0.58.3",

0 commit comments

Comments
 (0)