Skip to content

Commit 9678ebb

Browse files
committed
feat(duckdb-driver): bump duckdb version
1 parent 92cae7a commit 9678ebb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/cubejs-duckdb-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@cubejs-backend/shared": "^0.33.39"
3333
},
3434
"optionalDependencies": {
35-
"duckdb": "^0.8.0"
35+
"duckdb": "^0.8.1"
3636
},
3737
"license": "Apache-2.0",
3838
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12967,10 +12967,10 @@ draft-js@^0.10.0, draft-js@~0.10.0:
1296712967
immutable "~3.7.4"
1296812968
object-assign "^4.1.0"
1296912969

12970-
duckdb@^0.8.0:
12971-
version "0.8.0"
12972-
resolved "https://registry.yarnpkg.com/duckdb/-/duckdb-0.8.0.tgz#642889849dcdfd975149389087804f364af51bc8"
12973-
integrity sha512-hD05w83kdDkmRZoKwFK4PiA2fByczPp49rY6cREh23NoVHXJ3I4VpROsW8vNC9Gx7KP7lZpWvT7rQ/MHvrWI5g==
12970+
duckdb@^0.8.1:
12971+
version "0.8.1"
12972+
resolved "https://registry.yarnpkg.com/duckdb/-/duckdb-0.8.1.tgz#73b689701e31951e7b2cf04b954188746e7773ef"
12973+
integrity sha512-a2SJDuvBVKy5muYFxXTANlqdNX1daF3NHzpqRdrk0Qx5n3Sh7BxL66O+WY9epaDFukiXEpz45sds5T1LaPaHog==
1297412974
dependencies:
1297512975
"@mapbox/node-pre-gyp" "^1.0.0"
1297612976
node-addon-api "*"

0 commit comments

Comments
 (0)