fix(ci): remove typescript from overrides, keep only as devDep

npm/pnpm rejects a package.json that specifies the same package in both
overrides and devDependencies (EOVERRIDE). Since typescript is now a
direct devDependency pinned at ~5.6.2, remove it from overrides.
This commit is contained in:
Gandalf the Greybeard
2026-03-24 21:41:08 +00:00
parent 5c420e58a4
commit a7adee4e54
-1
View File
@@ -47,7 +47,6 @@
"k8s"
],
"overrides": {
"typescript": "5.6.2",
"tar": "^7.5.11",
"undici": "^7.24.3"
},