Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump apache-arrow to 14 #62

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"src/"
],
"peerDependencies": {
"apache-arrow": ">=13"
"apache-arrow": ">=14"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"apache-arrow": "^13",
"apache-arrow": "^14",
"rollup": "^4.1.5",
"rollup-plugin-dts": "^6.1.0",
"rust-arrow-ffi": "./tests/rust-arrow-ffi/pkg/",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -717,9 +717,9 @@ __metadata:
languageName: node
linkType: hard

"apache-arrow@npm:^13":
version: 13.0.0
resolution: "apache-arrow@npm:13.0.0"
"apache-arrow@npm:^14":
version: 14.0.0
resolution: "apache-arrow@npm:14.0.0"
dependencies:
"@types/command-line-args": 5.2.0
"@types/command-line-usage": 5.0.2
Expand All @@ -733,7 +733,7 @@ __metadata:
tslib: ^2.5.3
bin:
arrow2csv: bin/arrow2csv.js
checksum: 34aeb3e179e5d068490ad9d4ab1e0113f1c1ed684415c1069c72b59a0b99db746bdd26040c817bfc305e9dd644751255410d7adb5688bdb3625dcf68dc714103
checksum: cb8471d1f11a28548007545fa1b89fc8bd63ad028232b6baec15f7d2982bb7d79676d75432a771cf1fa59b88f23ded08186bd253a485b594b9ad189cd93fba28
languageName: node
linkType: hard

Expand Down Expand Up @@ -781,15 +781,15 @@ __metadata:
dependencies:
"@rollup/plugin-terser": ^0.4.3
"@rollup/plugin-typescript": ^11.1.2
apache-arrow: ^13
apache-arrow: ^14
rollup: ^4.1.5
rollup-plugin-dts: ^6.1.0
rust-arrow-ffi: ./tests/rust-arrow-ffi/pkg/
ts-node: ^10.9.1
typescript: ^5.2.2
vitest: ^0.34.6
peerDependencies:
apache-arrow: ">=13"
apache-arrow: ">=14"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2145,8 +2145,8 @@ __metadata:

"rust-arrow-ffi@file:./tests/rust-arrow-ffi/pkg/::locator=arrow-js-ffi%40workspace%3A.":
version: 0.1.0
resolution: "rust-arrow-ffi@file:./tests/rust-arrow-ffi/pkg/#./tests/rust-arrow-ffi/pkg/::hash=bcf19e&locator=arrow-js-ffi%40workspace%3A."
checksum: 254633ac83b71c221bfb98e988d0cf5bce5bd910aadca969681f69ea91987bbd4c60a80a7fab0b8977f01fd3f9e10e7f4c3c3eca94f26332227446624cde7c80
resolution: "rust-arrow-ffi@file:./tests/rust-arrow-ffi/pkg/#./tests/rust-arrow-ffi/pkg/::hash=5ca7ce&locator=arrow-js-ffi%40workspace%3A."
checksum: 7882af0f717cec41d3fc8cda5975f571dc3418a1cadd17923634c3db844779e105b88fa2e1b35a3c422af09d93ad37421ce57a14bbad851086ae75d628b90121
languageName: node
linkType: hard

Expand Down Expand Up @@ -2530,11 +2530,11 @@ __metadata:

"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=ad5954"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 0f4da2f15e6f1245e49db15801dbee52f2bbfb267e1c39225afdab5afee1a72839cd86000e65ee9d7e4dfaff12239d28beaf5ee431357fcced15fb08583d72ca
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
languageName: node
linkType: hard

Expand Down
Loading