Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Merge branch 'main' into feat/playwright-e2e-setup
  • Loading branch information
kylebarron committed Oct 10, 2025
commit 6057d9ce1092bd6209adf0741130979770e1cdea
25 changes: 14 additions & 11 deletions package-lock.json

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

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"dependencies": {
"@anywidget/react": "^0.2.0",
"@babel/runtime": "^7.28.4",
"@deck.gl/core": "^9.1.15",
"@deck.gl/extensions": "^9.1.15",
"@deck.gl/layers": "^9.1.15",
"@deck.gl/mapbox": "^9.1.15",
"@deck.gl/react": "^9.1.15",
"@geoarrow/deck.gl-layers": "^0.3.1",
"@deck.gl/core": "^9.2.1",
"@deck.gl/extensions": "^9.2.1",
"@deck.gl/layers": "^9.2.1",
"@deck.gl/mapbox": "^9.2.1",
"@deck.gl/react": "^9.2.1",
"@geoarrow/deck.gl-layers": "^0.4.0-beta.1",
"@geoarrow/geoarrow-js": "^0.3.2",
"@nextui-org/react": "^2.4.8",
"@xstate/react": "^6.0.0",
"apache-arrow": "^21.1.0",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.