Skip to content

Commit 02d97e4

Browse files
author
Peter Hegman
committed
Move mapbox-gl and @mapbox/mapbox-gl-draw to dev dependencies
1 parent 21d4302 commit 02d97e4

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"author": "Peter Hegman",
2323
"license": "GPL-3.0",
2424
"devDependencies": {
25+
"@mapbox/mapbox-gl-draw": "^1.1.2",
2526
"@types/mapbox-gl": "^0.54.1",
2627
"@typescript-eslint/parser": "^1.13.0",
2728
"@vue/eslint-config-prettier": "^5.0.0",
@@ -30,6 +31,7 @@
3031
"eslint-plugin-prettier": "^3.1.0",
3132
"eslint-plugin-vue": "^5.2.3",
3233
"husky": "^3.0.3",
34+
"mapbox-gl": "^1.3.0",
3335
"prettier": "1.18.2",
3436
"pretty-quick": "^1.11.1",
3537
"rimraf": "^2.6.3",
@@ -57,10 +59,7 @@
5759
"serve": "rimraf dist & rollup --config rollup.config.js --format iife --file dist/demo.min.js --environment BUILD:dev,FORMAT:iife --watch",
5860
"lint": "./node_modules/.bin/eslint src/**/*.{vue,ts}"
5961
},
60-
"dependencies": {
61-
"@mapbox/mapbox-gl-draw": "^1.1.2",
62-
"mapbox-gl": "^1.2.0"
63-
},
62+
"dependencies": {},
6463
"husky": {
6564
"hooks": {
6665
"pre-commit": "pretty-quick --staged"

yarn.lock

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -978,11 +978,6 @@ eslint@^6.1.0:
978978
text-table "^0.2.0"
979979
v8-compile-cache "^2.0.3"
980980

981-
esm@~3.0.84:
982-
version "3.0.84"
983-
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63"
984-
integrity sha512-SzSGoZc17S7P+12R9cg21Bdb7eybX25RnIeRZ80xZs+VZ3kdQKzqTp2k4hZJjR7p9l0186TTXSgrxzlMDBktlw==
985-
986981
espree@^4.1.0:
987982
version "4.1.0"
988983
resolved "https://registry.yarnpkg.com/espree/-/espree-4.1.0.tgz#728d5451e0fd156c04384a7ad89ed51ff54eb25f"
@@ -1267,9 +1262,9 @@ getpass@^0.1.1:
12671262
assert-plus "^1.0.0"
12681263

12691264
gl-matrix@^3.0.0:
1270-
version "3.0.0"
1271-
resolved "https://registry.yarnpkg.com/gl-matrix/-/gl-matrix-3.0.0.tgz#888301ac7650e148c3865370e13ec66d08a8381f"
1272-
integrity sha512-PD4mVH/C/Zs64kOozeFnKY8ybhgwxXXQYGWdB4h68krAHknWJgk9uKOn6z8YElh5//vs++90pb6csrTIDWnexA==
1265+
version "3.1.0"
1266+
resolved "https://registry.yarnpkg.com/gl-matrix/-/gl-matrix-3.1.0.tgz#f5b2de17d8fed95a79e5025b10cded0ab9ccbed0"
1267+
integrity sha512-526NA+3EA+ztAQi0IZpSWiM0fyQXIp7IbRvfJ4wS/TjjQD0uv0fVybXwwqqSOlq33UckivI0yMDlVtboWm3k7A==
12731268

12741269
glob-parent@^5.0.0:
12751270
version "5.0.0"
@@ -1827,10 +1822,10 @@ magic-string@^0.25.2:
18271822
dependencies:
18281823
sourcemap-codec "^1.4.4"
18291824

1830-
mapbox-gl@^1.2.0:
1831-
version "1.2.0"
1832-
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-1.2.0.tgz#2bb281dfe20cf8fcf66486d46fb6a8607355633a"
1833-
integrity sha512-RDo0kMuo9gs6HFX2Maj+tYO5bUT6WFTQkFbJoKdfe2pK8SY/RgyG3SNJRgZypdBR8loxGCG9geeOwc+JJqblHQ==
1825+
mapbox-gl@^1.3.0:
1826+
version "1.3.0"
1827+
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-1.3.0.tgz#8bd807b44f395d1830fe3a202763b28b5f1ed299"
1828+
integrity sha512-mhxIXNQwyqqlFImVUuFucSydxXIeKS4ul/5ES6A5zA4loLvcEXOrlH1PewjqkGoYjfdRHjqsaxpP8czbVuHg3g==
18341829
dependencies:
18351830
"@mapbox/geojson-rewind" "^0.4.0"
18361831
"@mapbox/geojson-types" "^1.0.2"
@@ -1843,7 +1838,6 @@ mapbox-gl@^1.2.0:
18431838
"@mapbox/whoots-js" "^3.1.0"
18441839
csscolorparser "~1.0.2"
18451840
earcut "^2.1.5"
1846-
esm "~3.0.84"
18471841
geojson-vt "^3.2.1"
18481842
gl-matrix "^3.0.0"
18491843
grid-index "^1.1.0"

0 commit comments

Comments
 (0)