Merge pull request #31946 from backstage/rugvip/tsbumps

cli: switch tsconfig to default to bundler resolution
This commit is contained in:
Patrik Oldsberg
2025-12-02 23:31:11 +01:00
committed by GitHub
39 changed files with 252 additions and 209 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
"pg": "^8.11.3",
"pg-connection-string": "^2.3.0",
"testcontainers": "^10.0.0",
"textextensions": "^5.16.0",
"text-extensions": "^2.4.0",
"uuid": "^11.0.0",
"yn": "^4.0.0",
"zod": "^3.22.4",
@@ -17,7 +17,7 @@
import os from 'os';
import { isChildPath } from '@backstage/backend-plugin-api';
import fs from 'fs-extra';
import textextensions from 'textextensions';
import textextensions from 'text-extensions';
import {
dirname,
extname,