update all packages

This commit is contained in:
SPRINX0\prochazka
2025-07-30 15:41:18 +02:00
parent b00ac75f33
commit c765bfc946
10 changed files with 1807 additions and 3709 deletions

View File

@@ -65,7 +65,7 @@
"ts:api": "yarn workspace dbgate-api ts",
"ts:web": "yarn workspace dbgate-web ts",
"ts": "yarn ts:api && yarn ts:web",
"postinstall": "yarn resetPackagedPlugins && yarn build:lib && patch-package && yarn build:plugins:frontend",
"postinstall": "rimraf node_modules/@types/minimatch && yarn resetPackagedPlugins && yarn build:lib && patch-package && yarn build:plugins:frontend",
"dbgate-serve": "node packages/dbgate/bin/dbgate-serve.js",
"workflows": "node common/processWorkflows.js",
"cy:open": "cd e2e-tests && yarn cy:open",
@@ -82,6 +82,7 @@
"devDependencies": {
"copyfiles": "^2.2.0",
"prettier": "^2.2.1",
"workspaces-run": "^1.0.1"
"workspaces-run": "^1.0.1",
"rimraf": "^3.0.0"
}
}