update to maplibre-gl-native 5.3.0-pre.0

This commit is contained in:
Andrew Calcutt 2024-01-10 22:57:03 -05:00
parent 37d2d8fc41
commit ce0773f4eb
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@mapbox/polyline": "^1.2.1",
"@mapbox/sphericalmercator": "1.2.0",
"@mapbox/vector-tile": "1.3.1",
"@maplibre/maplibre-gl-native": "5.2.0",
"@maplibre/maplibre-gl-native": "5.3.0-pre.0",
"@maplibre/maplibre-gl-style-spec": "18.0.0",
"@sindresorhus/fnv1a": "3.1.0",
"advanced-pool": "0.3.3",
@ -72,9 +72,9 @@
}
},
"node_modules/@acalcutt/node-pre-gyp": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@acalcutt/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz",
"integrity": "sha512-aeT0m5l3TdO0Mzs0lVIN6Qq+RYGyUu8XoE46r/o2mpZ/ve5o9B/AQT12S1ACIrQGHf0BrGGSy9yhV9SUe7ogJw==",
"version": "1.0.14",
"resolved": "https://registry.npmjs.org/@acalcutt/node-pre-gyp/-/node-pre-gyp-1.0.14.tgz",
"integrity": "sha512-P+xIiJefMa2ylrqPDwCw1S4Xr6ULKvF5TqmbZKifPSzId9jiSgLoplKfTmoP/y3Mq2kWts/rZDX1N9wMaSl6ZA==",
"dependencies": {
"detect-libc": "^2.0.0",
"https-proxy-agent": "^5.0.0",
@ -1172,12 +1172,12 @@
}
},
"node_modules/@maplibre/maplibre-gl-native": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.2.0.tgz",
"integrity": "sha512-9Y5oC4cc+PpeCdb4XfBv0o74AU4SKvZPCOjcWnj4g2P15TK3o3M0biSP3PTMx7vqIvvHEkWz/ybTXXCR7mrd2g==",
"version": "5.3.0-pre.0",
"resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.3.0-pre.0.tgz",
"integrity": "sha512-/42pvgvtfccWfs9FfZHGKlgxc84I5slt4Xsm1f0N0synCqHmOCBikivg/TbAs74hDKbD87LBecJ8oMhmwfBOhQ==",
"hasInstallScript": true,
"dependencies": {
"@acalcutt/node-pre-gyp": "^1.0.11",
"@acalcutt/node-pre-gyp": "^1.0.14",
"@acalcutt/node-pre-gyp-github": "1.4.8",
"minimatch": "^7.2.0",
"npm-run-all": "^4.0.2"

View file

@ -23,7 +23,7 @@
"@mapbox/polyline": "^1.2.1",
"@mapbox/sphericalmercator": "1.2.0",
"@mapbox/vector-tile": "1.3.1",
"@maplibre/maplibre-gl-native": "5.2.0",
"@maplibre/maplibre-gl-native": "5.3.0-pre.0",
"@maplibre/maplibre-gl-style-spec": "18.0.0",
"@sindresorhus/fnv1a": "3.1.0",
"advanced-pool": "0.3.3",