Merge pull request #150 from jcommaret/fix-extension-lodash-dep

lodash : package added to extension
This commit is contained in:
Andrew Pareles 2024-11-18 17:57:14 -08:00 committed by GitHub
commit 93dac201b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -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",

View file

@ -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",