refactor: change arrow from a direct dependency to a peer dependency (#984)

BREAKING CHANGE: users will now need to npm install `apache-arrow` and
`@apache-arrow/ts` themselves.
This commit is contained in:
Weston Pace
2024-02-23 14:08:39 -08:00
parent 562d1af1ed
commit ad1e81a1d1
2 changed files with 5 additions and 3 deletions

View File

@@ -62,7 +62,7 @@
"lancedb-linux-arm64-gnu": "0.4.3",
"lancedb-linux-x64-gnu": "0.4.3"
},
"dependencies": {
"peerDependencies": {
"apache-arrow": "^15.0.0"
}
}