Skip to content

Commit 5e9e0ac

Browse files
authored
Bump math.gl to 3.5.1 (visgl#5972)
1 parent 62e64e3 commit 5e9e0ac

File tree

7 files changed

+49
-17
lines changed

7 files changed

+49
-17
lines changed

examples/website/mesh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"deck.gl": "^8.4.0",
1212
"react": "^16.3.0",
1313
"react-dom": "^16.3.0",
14-
"math.gl": "^3.5.0-beta.1"
14+
"math.gl": "^3.5.1"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.4.0",

modules/aggregation-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@luma.gl/shadertools": "^8.5.0-beta.1",
33-
"@math.gl/web-mercator": "^3.5.0-beta.1",
33+
"@math.gl/web-mercator": "^3.5.1",
3434
"d3-hexbin": "^0.2.1"
3535
},
3636
"peerDependencies": {

modules/carto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@loaders.gl/loader-utils": "^3.0.0-beta.8",
3535
"@loaders.gl/mvt": "^3.0.0-beta.8",
3636
"@loaders.gl/tiles": "^3.0.0-beta.8",
37-
"@math.gl/web-mercator": "^3.5.0-beta.1",
37+
"@math.gl/web-mercator": "^3.5.1",
3838
"cartocolor": "^4.0.2",
3939
"d3-scale": "^3.2.3"
4040
},

modules/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@loaders.gl/core": "^3.0.0-beta.8",
3535
"@loaders.gl/images": "^3.0.0-beta.8",
3636
"@luma.gl/core": "^8.5.0-beta.1",
37-
"@math.gl/web-mercator": "^3.5.0-beta.1",
37+
"@math.gl/web-mercator": "^3.5.1",
3838
"gl-matrix": "^3.0.0",
39-
"math.gl": "^3.5.0-beta.1",
39+
"math.gl": "^3.5.1",
4040
"mjolnir.js": "^2.5.0",
4141
"probe.gl": "^3.4.0-beta.1"
4242
}

modules/geo-layers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"@loaders.gl/terrain": "^3.0.0-beta.8",
3737
"@loaders.gl/tiles": "^3.0.0-beta.8",
3838
"@luma.gl/experimental": "^8.5.0-beta.1",
39-
"@math.gl/culling": "^3.5.0-beta.1",
40-
"@math.gl/web-mercator": "^3.5.0-beta.1",
39+
"@math.gl/culling": "^3.5.1",
40+
"@math.gl/web-mercator": "^3.5.1",
4141
"h3-js": "^3.6.0",
4242
"long": "^3.2.0",
43-
"math.gl": "^3.5.0-beta.1"
43+
"math.gl": "^3.5.1"
4444
},
4545
"peerDependencies": {
4646
"@deck.gl/core": "^8.0.0",

modules/layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@loaders.gl/images": "^3.0.0-beta.8",
3232
"@mapbox/tiny-sdf": "^1.1.0",
33-
"@math.gl/polygon": "^3.5.0-beta.1",
33+
"@math.gl/polygon": "^3.5.1",
3434
"earcut": "^2.0.6"
3535
},
3636
"peerDependencies": {

yarn.lock

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,15 @@
23752375
"@babel/runtime" "^7.12.0"
23762376
gl-matrix "^3.0.0"
23772377

2378-
"@math.gl/[email protected]", "@math.gl/culling@^3.5.0-beta.1":
2378+
"@math.gl/[email protected]":
2379+
version "3.5.1"
2380+
resolved "https://registry.yarnpkg.com/@math.gl/core/-/core-3.5.1.tgz#8e847d3afd7539e8ea11db4d879110492a9759bb"
2381+
integrity sha512-0LSunzsGqckLw3KpFUdUidoU/wd/Ow6SbDdUGnoXSxXgTNpdu8bYlRNhRDSWodO4Y2IzTAu97nEdJ/Smx8QZOA==
2382+
dependencies:
2383+
"@babel/runtime" "^7.12.0"
2384+
gl-matrix "^3.0.0"
2385+
2386+
"@math.gl/[email protected]":
23792387
version "3.5.0-beta.1"
23802388
resolved "https://registry.yarnpkg.com/@math.gl/culling/-/culling-3.5.0-beta.1.tgz#3eeec3886013be10909fb060cc7328a5f5ddfc96"
23812389
integrity sha512-MuC5gVeOaG761IK8BTowKX9wBFrwBd6ACqGgxebg9yZ3Lmk9B7eCwv3MMcYW+dLyx2ArnLeoJf8JjBoKjQsNvA==
@@ -2384,6 +2392,15 @@
23842392
"@math.gl/core" "3.5.0-beta.1"
23852393
gl-matrix "^3.0.0"
23862394

2395+
"@math.gl/culling@^3.5.1":
2396+
version "3.5.1"
2397+
resolved "https://registry.yarnpkg.com/@math.gl/culling/-/culling-3.5.1.tgz#3311b411bbe238286ba49e3a5f19b25c7458c8c0"
2398+
integrity sha512-FdqHDjwuepcDRjiDqVjyIZdfKo7T6PK4S8W0cPVDaAa70lcfrxRSo0ZNTWO6TrmHGH1ZOXZ/PKtUhuom6lM5SQ==
2399+
dependencies:
2400+
"@babel/runtime" "^7.12.0"
2401+
"@math.gl/core" "3.5.1"
2402+
gl-matrix "^3.0.0"
2403+
23872404
"@math.gl/[email protected]":
23882405
version "3.5.0-beta.1"
23892406
resolved "https://registry.yarnpkg.com/@math.gl/geospatial/-/geospatial-3.5.0-beta.1.tgz#87f4d1f58099b59c78dcc8168872de533c7df10d"
@@ -2393,14 +2410,21 @@
23932410
"@math.gl/core" "3.5.0-beta.1"
23942411
gl-matrix "^3.0.0"
23952412

2396-
"@math.gl/[email protected]", "@math.gl/polygon@^3.5.0-beta.1":
2413+
"@math.gl/[email protected]":
23972414
version "3.5.0-beta.1"
23982415
resolved "https://registry.yarnpkg.com/@math.gl/polygon/-/polygon-3.5.0-beta.1.tgz#82ec6debb0298efadb57b4339e9007336e347439"
23992416
integrity sha512-rMJlCXpYCjY6GFKh1OVo6cxGvB8vBsB+ZQqrJxPvEwsp9bt/XwFrqSdKTD8VdCkjGDBybuWGa/SPfXLFg/fJzg==
24002417
dependencies:
24012418
"@math.gl/core" "3.5.0-beta.1"
24022419

2403-
"@math.gl/[email protected]", "@math.gl/web-mercator@^3.5.0-beta.1":
2420+
"@math.gl/polygon@^3.5.1":
2421+
version "3.5.1"
2422+
resolved "https://registry.yarnpkg.com/@math.gl/polygon/-/polygon-3.5.1.tgz#2146b0ce0094c0b469279b3e51ea31a8bdc60829"
2423+
integrity sha512-W2M8O/Q6cjV8CBOFmiD88LKqyA1XQEZnZph6t2MkznnB8YNaFoOJD3Fmk6Dx0N7l4FQNW25qi/gSepWYjVspeQ==
2424+
dependencies:
2425+
"@math.gl/core" "3.5.1"
2426+
2427+
"@math.gl/[email protected]":
24042428
version "3.5.0-beta.1"
24052429
resolved "https://registry.yarnpkg.com/@math.gl/web-mercator/-/web-mercator-3.5.0-beta.1.tgz#5eb1dd7d6055df052cfc31bad18014a7537bcd2f"
24062430
integrity sha512-TY84+kO5vGpUiEHP7RL6Aact5I9OFJyIW8S3xQ07nUEhTA/5CnELD9dFvIJ4xmUKm3eG7V+0A/Y3xSilcgqzEw==
@@ -2416,6 +2440,14 @@
24162440
"@babel/runtime" "^7.12.0"
24172441
gl-matrix "^3.0.0"
24182442

2443+
"@math.gl/web-mercator@^3.5.1":
2444+
version "3.5.1"
2445+
resolved "https://registry.yarnpkg.com/@math.gl/web-mercator/-/web-mercator-3.5.1.tgz#f5a2919b78a3d3090c2f5de0855e0f3ca161b7ae"
2446+
integrity sha512-JTGxQOOpbYz1/vYSasp5eUwqpvB4utOVcZ1XHa/HLb3wKu3VlAa3tGqJnoWQSIfh7quedKtGuEC4Mm1RcAqgzA==
2447+
dependencies:
2448+
"@babel/runtime" "^7.12.0"
2449+
gl-matrix "^3.0.0"
2450+
24192451
"@mrmlnc/readdir-enhanced@^2.2.1":
24202452
version "2.2.1"
24212453
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -7932,12 +7964,12 @@ mapbox-gl@^1.0.0, mapbox-gl@^1.2.1:
79327964
tinyqueue "^2.0.0"
79337965
vt-pbf "^3.1.1"
79347966

7935-
math.gl@^3.5.0-beta.1:
7936-
version "3.5.0-beta.1"
7937-
resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-3.5.0-beta.1.tgz#99e56db26a7486b4b0f75257fd42db3d810fbd03"
7938-
integrity sha512-3XwEcIhw3Ug0hswI826NGNhayItgUbWrjeHPCeq9FawyOBXF09QmGht8ygh16BNLfDVVjuSldijKFtQi6UTe3w==
7967+
math.gl@^3.5.1:
7968+
version "3.5.1"
7969+
resolved "https://registry.yarnpkg.com/math.gl/-/math.gl-3.5.1.tgz#14c0009622be964e6770717ae1bea123c6928866"
7970+
integrity sha512-Nday7I0KTe0I8Q21tBCXeS4oE0EEtwYUQ1vdHd3MsTo1Du1NUwIgHpVeO4q3Zjqu3LXBd68yfj/g89KL5yAQ8Q==
79397971
dependencies:
7940-
"@math.gl/core" "3.5.0-beta.1"
7972+
"@math.gl/core" "3.5.1"
79417973

79427974
md5.js@^1.3.4:
79437975
version "1.3.5"

0 commit comments

Comments
 (0)