Skip to content

Commit

Permalink
Upgrade to DuckDB 1.1.3 (#9008)
Browse files Browse the repository at this point in the history
  • Loading branch information
taras authored Jan 9, 2025
1 parent c43340d commit 4bdd149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cubejs-duckdb-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@cubejs-backend/base-driver": "1.1.10",
"@cubejs-backend/schema-compiler": "1.1.11",
"@cubejs-backend/shared": "1.1.10",
"duckdb": "^1.0.0"
"duckdb": "^1.1.3"
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15530,10 +15530,10 @@ draft-js@^0.10.0, draft-js@~0.10.0:
immutable "~3.7.4"
object-assign "^4.1.0"

duckdb@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/duckdb/-/duckdb-1.0.0.tgz#de81d9b93311bb816901b582de27ae75fa0e20e2"
integrity sha512-QwpcIeN42A2lL19S70mUFibZgRcEcZpCkKHdzDgecHaYZhXj3+1i2cxSDyAk/RVg5CYnqj1Dp4jAuN4cc80udA==
duckdb@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/duckdb/-/duckdb-1.1.3.tgz#f8d5a5da4d38cc75330c404f9f17f1c8694b8bff"
integrity sha512-tIpZr2NsSkYmfGC1ETl75RuVsaDyjvR3yAOrECcIyw7bdluzcyzEXOXoiuT+4t54hT+CppZv43gk/HiZdKW9Vw==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^7.0.0"
Expand Down

0 comments on commit 4bdd149

Please sign in to comment.