Skip to content

Commit 80c281f

Browse files
authored
feat(clickhouse-driver): Upgrade @clickhouse/client from 1.7.0 to 1.12.0 (cube-js#9829)
1 parent 18b09ee commit 80c281f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/cubejs-clickhouse-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"integration:clickhouse": "jest dist/test"
2828
},
2929
"dependencies": {
30-
"@clickhouse/client": "^1.7.0",
30+
"@clickhouse/client": "^1.12.0",
3131
"@cubejs-backend/base-driver": "1.3.44",
3232
"@cubejs-backend/shared": "1.3.44",
3333
"moment": "^2.24.0",

packages/cubejs-schema-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"yaml": "^2.7.1"
6060
},
6161
"devDependencies": {
62-
"@clickhouse/client": "^1.7.0",
62+
"@clickhouse/client": "^1.12.0",
6363
"@cubejs-backend/linter": "1.3.44",
6464
"@cubejs-backend/query-orchestrator": "1.3.44",
6565
"@types/babel__code-frame": "^7.0.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,17 +2316,17 @@
23162316
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
23172317
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
23182318

2319-
"@clickhouse/client-common@1.7.0":
2320-
version "1.7.0"
2321-
resolved "https://registry.yarnpkg.com/@clickhouse/client-common/-/client-common-1.7.0.tgz#4d0315158d275ea8d55ed8e04d69871832f4d8ba"
2322-
integrity sha512-RkHYf23/wyv/6C0KcVD4nRX4JAn/Y+9AZBQPlrSId2JwXsmAnjDkkKpuPLwZPNVH6J3BkW+y8bQCEk3VHQzArw==
2319+
"@clickhouse/client-common@1.12.0":
2320+
version "1.12.0"
2321+
resolved "https://registry.yarnpkg.com/@clickhouse/client-common/-/client-common-1.12.0.tgz#62da883cde96c95de68b8729345e5f99a04d0330"
2322+
integrity sha512-cyI4n7u9jK30d9q1q0ceQ7IwJ/MtTs5HxoQfc8yHpN+ok5wqaU2jAtq5hpa1z7C7sS1pDy/ZOFmOzg1v1F683g==
23232323

2324-
"@clickhouse/client@^1.7.0":
2325-
version "1.7.0"
2326-
resolved "https://registry.yarnpkg.com/@clickhouse/client/-/client-1.7.0.tgz#a6b7b72db825162b1f54c2fe383f349dbf437fbd"
2327-
integrity sha512-2aESIFRbSPWEZIU++sXt1RYWgEKZH75C3jyXLcRBeafMDjq7bKV2AX1X9n9xscN+Y4VvnkBzkjFxcbuqFSBk6w==
2324+
"@clickhouse/client@^1.12.0":
2325+
version "1.12.0"
2326+
resolved "https://registry.yarnpkg.com/@clickhouse/client/-/client-1.12.0.tgz#784fdf10641c6a92971423d50bcd0edb044781b1"
2327+
integrity sha512-vJUSX8THhTzlVn0WxPukVjOgNRaSoY02ubQkB0LpqNoHFxXuF5jQZZAYvGZWpBGbYQ/4gfPrqu8g4TX5UKeNxA==
23282328
dependencies:
2329-
"@clickhouse/client-common" "1.7.0"
2329+
"@clickhouse/client-common" "1.12.0"
23302330

23312331
"@codemirror/highlight@^0.19.0":
23322332
version "0.19.6"

0 commit comments

Comments
 (0)