This commit is contained in:
Ivan Vazhenin
2022-04-19 19:01:51 +03:00
parent 1ab22d9908
commit f2cc5bf563
+2 -2
View File
@@ -10,7 +10,7 @@
}, },
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"engines": { "engines": {
"node": ">=10 <11" "node": ">=10"
}, },
"scripts": { "scripts": {
"test": "mocha test/**.js --timeout 10000", "test": "mocha test/**.js --timeout 10000",
@@ -18,7 +18,7 @@
}, },
"dependencies": { "dependencies": {
"@mapbox/glyph-pbf-composite": "0.0.3", "@mapbox/glyph-pbf-composite": "0.0.3",
"@mapbox/mapbox-gl-native": "5.0.2", "@mapbox/mapbox-gl-native": "^5.0.2",
"@mapbox/mapbox-gl-style-spec": "13.12.0", "@mapbox/mapbox-gl-style-spec": "13.12.0",
"@mapbox/sphericalmercator": "1.1.0", "@mapbox/sphericalmercator": "1.1.0",
"@mapbox/vector-tile": "1.3.1", "@mapbox/vector-tile": "1.3.1",