Skip to content

Commit c8ac075

Browse files
committed
Use 1.4.0-beta.4
1 parent 19d34ce commit c8ac075

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

examples/get-started/pure-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "vite build"
1010
},
1111
"dependencies": {
12-
"@hubble.gl/core": "^1.4.0-beta.3",
12+
"@hubble.gl/core": "^1.4.0-beta.4",
1313
"deck.gl": "^8.9",
1414
"popmotion": "9.3.1"
1515
},

examples/get-started/scripting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<!-- deck.gl standalone bundle -->
44
<script src="https://unpkg.com/deck.gl@8.9.35/dist.min.js"></script>
5-
<script src="https://unpkg.com/hubble.gl@1.4.0-beta.3/dist.min.js"></script>
5+
<script src="https://unpkg.com/hubble.gl@1.4.0-beta.4/dist.min.js"></script>
66
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.js'></script>
77
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.1/mapbox-gl.css' rel='stylesheet' />
88
<style>

examples/kepler/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"deck.gl": "8.9.27",
99
"d3-request": "^1.0.6",
1010
"global": "^4.3.0",
11-
"hubble.gl": "^1.4.0-beta.3",
11+
"hubble.gl": "^1.4.0-beta.4",
1212
"kepler.gl": "3.1.0",
1313
"mapbox-gl": "1.13.1",
1414
"maplibre-gl": "^3.6.2",
@@ -32,7 +32,7 @@
3232
"@luma.gl/core": "8.5.21",
3333
"@luma.gl/shadertools": "8.5.21",
3434
"@luma.gl/experimental": "8.5.21",
35-
"@hubble.gl/core": "1.4.0-beta.3",
36-
"@hubble.gl/react": "1.4.0-beta.3"
35+
"@hubble.gl/core": "1.4.0-beta.4",
36+
"@hubble.gl/react": "1.4.0-beta.4"
3737
}
3838
}

examples/website/basic-basemap-mapbox-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"deck.gl": "^8.9",
13-
"hubble.gl": "^1.4.0-beta.3",
13+
"hubble.gl": "^1.4.0-beta.4",
1414
"d3-color": "^1.4.1",
1515
"react": "^18.3.0",
1616
"react-dom": "^18.3.0",

examples/website/basic-basemap-mapbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"deck.gl": "^8.9",
13-
"hubble.gl": "^1.4.0-beta.3",
13+
"hubble.gl": "^1.4.0-beta.4",
1414
"d3-color": "^1.4.1",
1515
"react": "^18.3.0",
1616
"react-dom": "^18.3.0",

examples/website/basic-basemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"deck.gl": "^8.9",
13-
"hubble.gl": "^1.4.0-beta.3",
13+
"hubble.gl": "^1.4.0-beta.4",
1414
"d3-color": "^1.4.1",
1515
"react": "^18.3.0",
1616
"react-dom": "^18.3.0",

examples/website/camera/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"d3-color": "^1.4.1",
13-
"hubble.gl": "^1.4.0-beta.3",
13+
"hubble.gl": "^1.4.0-beta.4",
1414
"deck.gl": "^8.9",
1515
"react": "^18.3.0",
1616
"react-dom": "^18.3.0",

examples/website/quick-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"d3-color": "^1.4.1",
1313
"deck.gl": "^8.9",
14-
"hubble.gl": "^1.4.0-beta.3",
14+
"hubble.gl": "^1.4.0-beta.4",
1515
"popmotion": "9.3.1",
1616
"react": "^18.3.0",
1717
"react-dom": "^18.3.0"

examples/website/terrain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "vite build"
1010
},
1111
"dependencies": {
12-
"hubble.gl": "^1.4.0-beta.3",
12+
"hubble.gl": "^1.4.0-beta.4",
1313
"deck.gl": "^8.9",
1414
"react": "^18.3.0",
1515
"react-dom": "^18.3.0",

examples/website/trips/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"d3-color": "^1.4.1",
1313
"react-map-gl": "^7.1.0",
14-
"hubble.gl": "^1.4.0-beta.3",
14+
"hubble.gl": "^1.4.0-beta.4",
1515
"maplibre-gl": "^3.6.2",
1616
"deck.gl": "^8.9",
1717
"react": "^18.3.0",

0 commit comments

Comments
 (0)