Skip to content

Commit

Permalink
bump arrow js and geoarrow-js (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jan 22, 2024
1 parent 32eed30 commit c84555e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 55 deletions.
96 changes: 44 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@deck.gl/geo-layers": "^8.9.23",
"@deck.gl/layers": "^8.9.23",
"@math.gl/polygon": "^3.6.2",
"apache-arrow": ">=14"
"apache-arrow": ">=15"
},
"devDependencies": {
"@deck.gl/aggregation-layers": "^8.9.23",
Expand All @@ -58,7 +58,7 @@
"@math.gl/polygon": "^3.6.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"apache-arrow": ">=14",
"apache-arrow": ">=15",
"gh-pages": "^6.1.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
Expand All @@ -79,7 +79,7 @@
"npm": "10.2.0"
},
"dependencies": {
"@geoarrow/geoarrow-js": "^0.2.0",
"@geoarrow/geoarrow-js": "^0.3.0",
"threads": "^1.7.0"
}
}

0 comments on commit c84555e

Please sign in to comment.