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,7 +1,7 @@
{
"name": "dbgate-plugin-redis",
"main": "dist/backend.js",
"version": "1.0.0",
"version": "6.0.0-alpha.1",
"license": "GPL-3.0",
"description": "Redis connector plugin for DbGate",
"homepage": "https://dbgate.org",
@@ -35,7 +35,7 @@
},
"dependencies": {
"dbgate-query-splitter": "^4.11.2",
"dbgate-tools": "^5.0.0-alpha.1",
"dbgate-tools": "^6.0.0-alpha.1",
"lodash": "^4.17.21",
"async": "^3.2.3",
"ioredis": "^5.4.1",