revert: remove accidentally committed package dependency changes

Co-authored-by: glittercowboy <186001655+glittercowboy@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-14 06:11:12 +00:00
parent a89f45ce91
commit ce67189156
2 changed files with 1 additions and 18 deletions

16
package-lock.json generated
View file

@ -4086,7 +4086,6 @@
"@gsd/pi-tui": "*",
"@mariozechner/jiti": "^2.6.2",
"@silvia-odwyer/photon-node": "^0.3.4",
"@types/node": "^25.5.0",
"better-sqlite3": "^11.7.0",
"chalk": "^5.5.0",
"diff": "^8.0.2",
@ -4109,21 +4108,6 @@
"@types/proper-lockfile": "^4.1.4"
}
},
"packages/pi-coding-agent/node_modules/@types/node": {
"version": "25.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.18.0"
}
},
"packages/pi-coding-agent/node_modules/undici-types": {
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
"license": "MIT"
},
"packages/pi-tui": {
"name": "@gsd/pi-tui",
"version": "0.57.1",

View file

@ -30,8 +30,6 @@
"@gsd/pi-tui": "*",
"@mariozechner/jiti": "^2.6.2",
"@silvia-odwyer/photon-node": "^0.3.4",
"@types/node": "^25.5.0",
"better-sqlite3": "^11.7.0",
"chalk": "^5.5.0",
"diff": "^8.0.2",
"extract-zip": "^2.0.1",
@ -44,6 +42,7 @@
"proper-lockfile": "^4.1.2",
"strip-ansi": "^7.1.0",
"undici": "^7.19.1",
"better-sqlite3": "^11.7.0",
"yaml": "^2.8.2"
},
"devDependencies": {