mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Merge pull request #150 from jcommaret/fix-extension-lodash-dep
lodash : package added to extension
This commit is contained in:
commit
93dac201b3
2 changed files with 9 additions and 0 deletions
8
extensions/void/package-lock.json
generated
8
extensions/void/package-lock.json
generated
|
|
@ -41,6 +41,7 @@
|
||||||
"eslint-plugin-react": "^7.35.1",
|
"eslint-plugin-react": "^7.35.1",
|
||||||
"eslint-plugin-react-hooks": "^4.6.2",
|
"eslint-plugin-react-hooks": "^4.6.2",
|
||||||
"globals": "^15.9.0",
|
"globals": "^15.9.0",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
"marked": "^14.1.0",
|
"marked": "^14.1.0",
|
||||||
"ollama": "^0.5.9",
|
"ollama": "^0.5.9",
|
||||||
"openai": "^4.68.4",
|
"openai": "^4.68.4",
|
||||||
|
|
@ -5041,6 +5042,13 @@
|
||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/lodash": {
|
||||||
|
"version": "4.17.21",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||||
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/lodash.merge": {
|
"node_modules/lodash.merge": {
|
||||||
"version": "4.6.2",
|
"version": "4.6.2",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
||||||
|
|
|
||||||
|
|
@ -143,6 +143,7 @@
|
||||||
"eslint-plugin-react": "^7.35.1",
|
"eslint-plugin-react": "^7.35.1",
|
||||||
"eslint-plugin-react-hooks": "^4.6.2",
|
"eslint-plugin-react-hooks": "^4.6.2",
|
||||||
"globals": "^15.9.0",
|
"globals": "^15.9.0",
|
||||||
|
"lodash": "^4.17.21",
|
||||||
"marked": "^14.1.0",
|
"marked": "^14.1.0",
|
||||||
"ollama": "^0.5.9",
|
"ollama": "^0.5.9",
|
||||||
"openai": "^4.68.4",
|
"openai": "^4.68.4",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue