mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-27 16:07:46 +00:00
Add lodash
This commit is contained in:
parent
c5181dbbe3
commit
86ee444fff
8
editors/code/package-lock.json
generated
8
editors/code/package-lock.json
generated
@ -21,6 +21,7 @@
|
||||
"@stylistic/eslint-plugin": "^4.1.0",
|
||||
"@stylistic/eslint-plugin-js": "^4.1.0",
|
||||
"@tsconfig/strictest": "^2.0.5",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"@types/node": "~22.13.4",
|
||||
"@types/vscode": "~1.93.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
||||
@ -1388,6 +1389,13 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/lodash": {
|
||||
"version": "4.17.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz",
|
||||
"integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "22.13.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.5.tgz",
|
||||
|
||||
@ -58,6 +58,7 @@
|
||||
"@stylistic/eslint-plugin": "^4.1.0",
|
||||
"@stylistic/eslint-plugin-js": "^4.1.0",
|
||||
"@tsconfig/strictest": "^2.0.5",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"@types/node": "~22.13.4",
|
||||
"@types/vscode": "~1.93.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user