Skip to content

Commit

Permalink
Move mapbox-gl and @mapbox/mapbox-gl-draw to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hegman committed Aug 29, 2019
1 parent 21d4302 commit 02d97e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"author": "Peter Hegman",
"license": "GPL-3.0",
"devDependencies": {
"@mapbox/mapbox-gl-draw": "^1.1.2",
"@types/mapbox-gl": "^0.54.1",
"@typescript-eslint/parser": "^1.13.0",
"@vue/eslint-config-prettier": "^5.0.0",
Expand All @@ -30,6 +31,7 @@
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.2.3",
"husky": "^3.0.3",
"mapbox-gl": "^1.3.0",
"prettier": "1.18.2",
"pretty-quick": "^1.11.1",
"rimraf": "^2.6.3",
Expand Down Expand Up @@ -57,10 +59,7 @@
"serve": "rimraf dist & rollup --config rollup.config.js --format iife --file dist/demo.min.js --environment BUILD:dev,FORMAT:iife --watch",
"lint": "./node_modules/.bin/eslint src/**/*.{vue,ts}"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.1.2",
"mapbox-gl": "^1.2.0"
},
"dependencies": {},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
Expand Down
20 changes: 7 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -978,11 +978,6 @@ eslint@^6.1.0:
text-table "^0.2.0"
v8-compile-cache "^2.0.3"

esm@~3.0.84:
version "3.0.84"
resolved "https://registry.yarnpkg.com/esm/-/esm-3.0.84.tgz#bb108989f4673b32d4f62406869c28eed3815a63"
integrity sha512-SzSGoZc17S7P+12R9cg21Bdb7eybX25RnIeRZ80xZs+VZ3kdQKzqTp2k4hZJjR7p9l0186TTXSgrxzlMDBktlw==

espree@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/espree/-/espree-4.1.0.tgz#728d5451e0fd156c04384a7ad89ed51ff54eb25f"
Expand Down Expand Up @@ -1267,9 +1262,9 @@ getpass@^0.1.1:
assert-plus "^1.0.0"

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

glob-parent@^5.0.0:
version "5.0.0"
Expand Down Expand Up @@ -1827,10 +1822,10 @@ magic-string@^0.25.2:
dependencies:
sourcemap-codec "^1.4.4"

mapbox-gl@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-1.2.0.tgz#2bb281dfe20cf8fcf66486d46fb6a8607355633a"
integrity sha512-RDo0kMuo9gs6HFX2Maj+tYO5bUT6WFTQkFbJoKdfe2pK8SY/RgyG3SNJRgZypdBR8loxGCG9geeOwc+JJqblHQ==
mapbox-gl@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/mapbox-gl/-/mapbox-gl-1.3.0.tgz#8bd807b44f395d1830fe3a202763b28b5f1ed299"
integrity sha512-mhxIXNQwyqqlFImVUuFucSydxXIeKS4ul/5ES6A5zA4loLvcEXOrlH1PewjqkGoYjfdRHjqsaxpP8czbVuHg3g==
dependencies:
"@mapbox/geojson-rewind" "^0.4.0"
"@mapbox/geojson-types" "^1.0.2"
Expand All @@ -1843,7 +1838,6 @@ mapbox-gl@^1.2.0:
"@mapbox/whoots-js" "^3.1.0"
csscolorparser "~1.0.2"
earcut "^2.1.5"
esm "~3.0.84"
geojson-vt "^3.2.1"
gl-matrix "^3.0.0"
grid-index "^1.1.0"
Expand Down

0 comments on commit 02d97e4

Please sign in to comment.