Skip to content

Commit

Permalink
Move dependencies to dev dependencies (maplibre#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Nov 20, 2021
1 parent ddf6942 commit b7625d6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 22 deletions.
65 changes: 47 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,15 @@
"@mapbox/unitbezier": "^0.0.1",
"@mapbox/vector-tile": "^1.3.1",
"@mapbox/whoots-js": "^3.1.0",
"@types/offscreencanvas": "^2019.6.3",
"csscolorparser": "~1.0.3",
"earcut": "^2.2.2",
"geojson-vt": "^3.2.1",
"gl-matrix": "^3.2.1",
"grid-index": "^1.1.0",
"minimist": "^1.2.5",
"murmurhash-js": "^1.0.0",
"pbf": "^3.2.1",
"potpack": "^1.0.1",
"quickselect": "^2.0.0",
"rollup-plugin-buble": "^0.19.8",
"rw": "^1.3.3",
"supercluster": "^7.1.0",
"tinyqueue": "^2.0.3",
"vt-pbf": "^3.1.1"
Expand Down Expand Up @@ -71,6 +67,7 @@
"@types/murmurhash-js": "^1.0.3",
"@types/node-notifier": "^8.0.0",
"@types/npm-packlist": "^1.1.1",
"@types/offscreencanvas": "^2019.6.3",
"@types/pbf": "^3.0.2",
"@types/pixelmatch": "^5.2.2",
"@types/pngjs": "^6.0.1",
Expand Down Expand Up @@ -125,6 +122,7 @@
"lodash": "^4.17.19",
"lodash.template": "^4.5.0",
"mapbox-gl-styles": "^2.0.2",
"minimist": "^1.2.5",
"mock-geolocation": "^1.0.11",
"node-notifier": "^10.0.0",
"node-plantuml": "^0.9.0",
Expand All @@ -146,12 +144,14 @@
"replace-in-file": "^6.2.0",
"request": "^2.88.0",
"rollup": "^2.56.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-unassert": "^0.3.0",
"rw": "^1.3.3",
"selenium-webdriver": "^4.0.0-rc-1",
"semver": "^7.3.5",
"shuffle-seed": "^1.1.6",
Expand Down

0 comments on commit b7625d6

Please sign in to comment.