changed NPM versions to 6.0

This commit is contained in:
SPRINX0\prochazka
2024-12-03 17:22:37 +01:00
parent bbd2d74a28
commit f492a215b4
24 changed files with 72 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "5.0.0-alpha.1",
"version": "6.0.0-alpha.1",
"name": "dbgate-datalib",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -13,13 +13,13 @@
"lib"
],
"dependencies": {
"dbgate-sqltree": "^5.0.0-alpha.1",
"dbgate-tools": "^5.0.0-alpha.1",
"dbgate-filterparser": "^5.0.0-alpha.1",
"dbgate-sqltree": "^6.0.0-alpha.1",
"dbgate-tools": "^6.0.0-alpha.1",
"dbgate-filterparser": "^6.0.0-alpha.1",
"uuid": "^3.4.0"
},
"devDependencies": {
"dbgate-types": "^5.0.0-alpha.1",
"dbgate-types": "^6.0.0-alpha.1",
"@types/node": "^13.7.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",