Revert "update all packages"

This reverts commit c765bfc946.
This commit is contained in:
SPRINX0\prochazka
2025-07-30 15:42:23 +02:00
parent c765bfc946
commit 38ebb2d06a
10 changed files with 3721 additions and 1819 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": "rimraf node_modules/@types/minimatch && yarn resetPackagedPlugins && yarn build:lib && patch-package && yarn build:plugins:frontend",
"postinstall": "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,7 +82,6 @@
"devDependencies": {
"copyfiles": "^2.2.0",
"prettier": "^2.2.1",
"workspaces-run": "^1.0.1",
"rimraf": "^3.0.0"
"workspaces-run": "^1.0.1"
}
}