Remove unused package

This commit is contained in:
Saoud Rizwan
2024-12-10 19:52:44 -08:00
parent 18d13ac66b
commit cb55360738
2 changed files with 2 additions and 16 deletions

17
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "claude-dev", "name": "claude-dev",
"version": "2.1.6", "version": "2.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "claude-dev", "name": "claude-dev",
"version": "2.1.6", "version": "2.2.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/bedrock-sdk": "^0.10.2",
@@ -22,7 +22,6 @@
"cheerio": "^1.0.0", "cheerio": "^1.0.0",
"chokidar": "^4.0.1", "chokidar": "^4.0.1",
"clone-deep": "^4.0.1", "clone-deep": "^4.0.1",
"debounce": "^2.2.0",
"default-shell": "^2.2.0", "default-shell": "^2.2.0",
"delay": "^6.0.0", "delay": "^6.0.0",
"diff": "^5.2.0", "diff": "^5.2.0",
@@ -5846,18 +5845,6 @@
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
} }
}, },
"node_modules/debounce": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-2.2.0.tgz",
"integrity": "sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/debug": { "node_modules/debug": {
"version": "4.3.7", "version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",

View File

@@ -176,7 +176,6 @@
"cheerio": "^1.0.0", "cheerio": "^1.0.0",
"chokidar": "^4.0.1", "chokidar": "^4.0.1",
"clone-deep": "^4.0.1", "clone-deep": "^4.0.1",
"debounce": "^2.2.0",
"default-shell": "^2.2.0", "default-shell": "^2.2.0",
"delay": "^6.0.0", "delay": "^6.0.0",
"diff": "^5.2.0", "diff": "^5.2.0",