mirror of https://github.com/langgenius/dify.git
chore(web): remove lodash from devDependencies
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
This commit is contained in:
parent
ac364ef447
commit
9d83615573
|
|
@ -205,7 +205,6 @@
|
||||||
"jsdom-testing-mocks": "^1.16.0",
|
"jsdom-testing-mocks": "^1.16.0",
|
||||||
"knip": "^5.66.1",
|
"knip": "^5.66.1",
|
||||||
"lint-staged": "^15.5.2",
|
"lint-staged": "^15.5.2",
|
||||||
"lodash": "^4.17.21",
|
|
||||||
"magicast": "^0.3.5",
|
"magicast": "^0.3.5",
|
||||||
"nock": "^14.0.10",
|
"nock": "^14.0.10",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
|
|
|
||||||
|
|
@ -526,9 +526,6 @@ importers:
|
||||||
lint-staged:
|
lint-staged:
|
||||||
specifier: ^15.5.2
|
specifier: ^15.5.2
|
||||||
version: 15.5.2
|
version: 15.5.2
|
||||||
lodash:
|
|
||||||
specifier: ^4.17.21
|
|
||||||
version: 4.17.21
|
|
||||||
magicast:
|
magicast:
|
||||||
specifier: ^0.3.5
|
specifier: ^0.3.5
|
||||||
version: 0.3.5
|
version: 0.3.5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue