Skip to content

Commit

Permalink
upgrade apache-arrow to v14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers authored and Mytherin committed Nov 24, 2023
1 parent e91e701 commit 528c07b
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"@duckdb/duckdb-wasm": "file:../duckdb-wasm",
"apache-arrow": "^13.0.0",
"apache-arrow": "^14.0.1",
"apache-arrow-3": "npm:apache-arrow@^3.0.0",
"arquero": "^5.2.0",
"buffalo-bench": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb-wasm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@duckdb/duckdb-wasm": "file:../duckdb-wasm",
"@duckdb/duckdb-wasm-shell": "file:../duckdb-wasm-shell",
"apache-arrow": "^13.0.0",
"apache-arrow": "^14.0.1",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"framer-motion": "^10.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"csv"
],
"dependencies": {
"apache-arrow": "^13.0.0"
"apache-arrow": "^14.0.1"
},
"devDependencies": {
"@types/emscripten": "^1.39.8",
Expand Down
Loading

0 comments on commit 528c07b

Please sign in to comment.