Skip to content

Commit 826ff30

Browse files
committed
Use lodash-es instead of lodash
lodash-es supports ES modules.
1 parent a2690eb commit 826ff30

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

package-lock.json

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"leaflet": "^1.9.4",
145145
"leaflet-providers": "^2.0.0",
146146
"leaflet.markercluster": "^1.5.3",
147-
"lodash": "^4.17.21",
147+
"lodash-es": "^4.17.21",
148148
"lru-cache": "^7.14.1",
149149
"markdown-it": "^13.0.1",
150150
"mirador": "^3.4.3",
@@ -189,7 +189,7 @@
189189
"@types/grecaptcha": "^3.0.9",
190190
"@types/jasmine": "~3.6.0",
191191
"@types/js-cookie": "2.2.6",
192-
"@types/lodash": "^4.17.15",
192+
"@types/lodash-es": "^4.17.12",
193193
"@types/node": "^14.14.9",
194194
"@typescript-eslint/eslint-plugin": "^7.18.0",
195195
"@typescript-eslint/parser": "^7.18.0",

0 commit comments

Comments
 (0)