fix: remove circular gsd-pi self-dependency from package.json

This commit is contained in:
Lex Christopherson 2026-03-11 01:31:54 -06:00
parent 0ce45020af
commit aafa823319
2 changed files with 0 additions and 20 deletions

19
package-lock.json generated
View file

@ -11,7 +11,6 @@
"license": "MIT",
"dependencies": {
"@mariozechner/pi-coding-agent": "^0.57.1",
"gsd-pi": "^0.1.7",
"playwright": "^1.58.2"
},
"bin": {
@ -2576,24 +2575,6 @@
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
"license": "ISC"
},
"node_modules/gsd-pi": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/gsd-pi/-/gsd-pi-0.1.7.tgz",
"integrity": "sha512-zHpdoOFc6yFnfRJ9oWEEHLv7S8pNr3ZzToZESSofFVbRbPq6VDF+5xZehcXR8ADNpl67XeVG6JEmIZRsnvjLdw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@mariozechner/pi-coding-agent": "^0.57.1",
"playwright": "^1.58.2"
},
"bin": {
"gsd": "dist/loader.js",
"gsd-cli": "dist/loader.js"
},
"engines": {
"node": ">=20.6.0"
}
},
"node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",

View file

@ -41,7 +41,6 @@
},
"dependencies": {
"@mariozechner/pi-coding-agent": "^0.57.1",
"gsd-pi": "^0.1.7",
"playwright": "^1.58.2"
},
"devDependencies": {