Skip to content

Commit

Permalink
fix dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
korowa committed Oct 10, 2022
1 parent ccdd87a commit 7a90f30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cubejs-vertica-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"lint:fix": "eslint --fix **/*.js"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.31.1",
"@cubejs-backend/query-orchestrator": "^0.31.3",
"vertica-nodejs": "^1.0.1"
},
"license": "Apache-2.0",
"devDependencies": {
"@cubejs-backend/linter": "^0.31.1",
"@cubejs-backend/testing-shared": "^0.31.1",
"@cubejs-backend/linter": "^0.31.0",
"@cubejs-backend/testing-shared": "^0.31.3",
"jest": "^26.6.3",
"testcontainers": "^8.4.0"
},
Expand Down

0 comments on commit 7a90f30

Please sign in to comment.