Skip to content

Commit

Permalink
use latest beta in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang committed Feb 7, 2025
1 parent 77b4db4 commit fbbaacf
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/get-started/pure-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@hubble.gl/core": "^1.4.0-beta.2",
"@hubble.gl/core": "^1.4.0-beta.3",
"deck.gl": "^8.9",
"popmotion": "9.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/scripting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<!-- deck.gl standalone bundle -->
<script src="https://unpkg.com/[email protected]/dist.min.js"></script>
<script src="https://unpkg.com/[email protected].2/dist.min.js"></script>
<script src="https://unpkg.com/[email protected].3/dist.min.js"></script>
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.css' rel='stylesheet' />
<style>
Expand Down
6 changes: 3 additions & 3 deletions examples/kepler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deck.gl": "8.9.27",
"d3-request": "^1.0.6",
"global": "^4.3.0",
"hubble.gl": "^1.4.0-beta.2",
"hubble.gl": "^1.4.0-beta.3",
"kepler.gl": "3.1.0",
"mapbox-gl": "1.13.1",
"maplibre-gl": "^3.6.2",
Expand All @@ -32,7 +32,7 @@
"@luma.gl/core": "8.5.21",
"@luma.gl/shadertools": "8.5.21",
"@luma.gl/experimental": "8.5.21",
"@hubble.gl/core": "1.4.0-beta.2",
"@hubble.gl/react": "1.4.0-beta.2"
"@hubble.gl/core": "1.4.0-beta.3",
"@hubble.gl/react": "1.4.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion examples/website/basic-basemap-mapbox-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"deck.gl": "^8.9",
"hubble.gl": "^1.4.0-beta.2",
"hubble.gl": "^1.4.0-beta.3",
"d3-color": "^1.4.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/basic-basemap-mapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"deck.gl": "^8.9",
"hubble.gl": "^1.4.0-beta.2",
"hubble.gl": "^1.4.0-beta.3",
"d3-color": "^1.4.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/basic-basemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"deck.gl": "^8.9",
"hubble.gl": "^1.4.0-beta.2",
"hubble.gl": "^1.4.0-beta.3",
"d3-color": "^1.4.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/camera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"d3-color": "^1.4.1",
"hubble.gl": "^1.4.0-beta.2",
"hubble.gl": "^1.4.0-beta.3",
"deck.gl": "^8.9",
"react": "^18.3.0",
"react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/quick-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"d3-color": "^1.4.1",
"deck.gl": "^8.9",
"hubble.gl": "^1.4.0-beta.2",
"hubble.gl": "^1.4.0-beta.3",
"popmotion": "9.3.1",
"react": "^18.3.0",
"react-dom": "^18.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/website/terrain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"hubble.gl": "^1.4.0-beta.2",
"hubble.gl": "^1.4.0-beta.3",
"deck.gl": "^8.9",
"react": "^18.3.0",
"react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/website/trips/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"d3-color": "^1.4.1",
"react-map-gl": "^7.1.0",
"hubble.gl": "^1.4.0-beta.2",
"hubble.gl": "^1.4.0-beta.3",
"maplibre-gl": "^3.6.2",
"deck.gl": "^8.9",
"react": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "project-website",
"version": "1.4.0-beta.2",
"version": "1.4.0-beta.3",
"private": true,
"description": "Website for vis.gl project",
"scripts": {
Expand Down

0 comments on commit fbbaacf

Please sign in to comment.