Update packages

This commit is contained in:
Andras Schmelczer 2026-01-28 22:12:37 +00:00
parent c08970c06c
commit 30bb9a3d7c
5 changed files with 567 additions and 744 deletions

View file

@ -11,6 +11,7 @@
"@deck.gl/core": "^9.0.0",
"@deck.gl/geo-layers": "^9.0.0",
"@deck.gl/layers": "^9.0.0",
"@deck.gl/mapbox": "^9.2.6",
"@deck.gl/react": "^9.0.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.0",
@ -181,6 +182,22 @@
"@luma.gl/engine": "~9.2.6"
}
},
"node_modules/@deck.gl/mapbox": {
"version": "9.2.6",
"resolved": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-9.2.6.tgz",
"integrity": "sha512-gyqCHZwiZS8LOYY6LILQQp5YCCf++VFk/wRoGskZvhb/kdEPX2Onv8iV8pXe0h9UyMLO6Mj0wl3HlJWg2ILkrg==",
"license": "MIT",
"dependencies": {
"@luma.gl/constants": "^9.2.6",
"@math.gl/web-mercator": "^4.1.0"
},
"peerDependencies": {
"@deck.gl/core": "~9.2.0",
"@luma.gl/constants": "~9.2.6",
"@luma.gl/core": "~9.2.6",
"@math.gl/web-mercator": "^4.1.0"
}
},
"node_modules/@deck.gl/mesh-layers": {
"version": "9.2.6",
"resolved": "https://registry.npmjs.org/@deck.gl/mesh-layers/-/mesh-layers-9.2.6.tgz",