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

@@ -91,7 +91,7 @@
"jsdoc-to-markdown": "^9.0.5",
"node-loader": "^1.0.2",
"nodemon": "^2.0.2",
"typescript": "^5.8.3",
"typescript": "^4.4.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}

View File

@@ -25,6 +25,6 @@
"dbgate-types": "^6.0.0-alpha.1",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"typescript": "^5.8.3"
"typescript": "^4.4.3"
}
}

View File

@@ -697,7 +697,7 @@ export class PerspectiveTableColumnNode extends PerspectiveTreeNode {
bindingValues: _uniqBy(
parentRows.map(row => [row[this.foreignKey.columns[0].columnName]]),
stableStringify
) as any[][],
),
dataColumns: this.getDataLoadColumns(),
databaseConfig: this.databaseConfig,
orderBy: this.getOrderBy(this.refTable),
@@ -1280,7 +1280,7 @@ export class PerspectiveTableReferenceNode extends PerspectiveTableNode {
bindingValues: _uniqBy(
parentRows.map(row => [row[this.foreignKey.columns[0].refColumnName]]),
stableStringify
) as any[][],
),
dataColumns: this.getDataLoadColumns(),
databaseConfig: this.databaseConfig,
orderBy: this.getOrderBy(this.table),

View File

@@ -18,7 +18,7 @@
"@types/node": "^13.7.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"typescript": "^5.8.3"
"typescript": "^4.4.3"
},
"dependencies": {
"@types/parsimmon": "^1.10.1",

View File

@@ -28,7 +28,7 @@
"devDependencies": {
"@types/node": "^13.7.0",
"dbgate-types": "^6.0.0-alpha.1",
"typescript": "^5.8.3"
"typescript": "^4.4.3"
},
"dependencies": {
"lodash": "^4.17.21"

View File

@@ -29,7 +29,7 @@
"dbgate-types": "^6.0.0-alpha.1",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"typescript": "^5.8.3"
"typescript": "^4.4.3"
},
"dependencies": {
"dbgate-query-splitter": "^4.11.5",

View File

@@ -56,7 +56,7 @@
"svelte-preprocess": "^4.9.5",
"svelte-select": "^4.4.7",
"tslib": "^2.3.1",
"typescript": "^5.8.3",
"typescript": "^4.4.3",
"uuid": "^3.4.0"
},
"dependencies": {