Skip to content

Commit

Permalink
feat(clickhouse): get latest client library
Browse files Browse the repository at this point in the history
  • Loading branch information
djMax committed Mar 19, 2024
1 parent e3584ff commit a34905a
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 189 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"coconfig": "@openapi-typescript-infra/coconfig"
},
"optionalDependencies": {
"kysely": "^0.27.2"
"kysely": "^0.27.3"
},
"devDependencies": {
"@openapi-typescript-infra/coconfig": "^4.3.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/github": "^9.2.6",
"@types/node": "^20.11.24",
"@types/pg": "^8.11.2",
"@semantic-release/github": "^10.0.2",
"@types/node": "^20.11.30",
"@types/pg": "^8.11.3",
"@types/pg-cursor": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand All @@ -67,15 +67,15 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"kysely": "^0.27.2",
"kysely-codegen": "^0.11.0",
"kysely": "^0.27.3",
"kysely-codegen": "^0.14.1",
"pg": "^8.11.3",
"pg-cursor": "^2.10.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
"typescript": "^5.4.2",
"vitest": "^1.4.0"
},
"dependencies": {
"@clickhouse/client": "^0.2.10"
"@clickhouse/client": "^0.3.0"
}
}
Loading

0 comments on commit a34905a

Please sign in to comment.