Commit df134a52 authored by Michael Underwood's avatar Michael Underwood
Browse files

Move types to devDependencies

parent 97f0cc37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,11 +26,11 @@
    "docs:build": "vitepress build docs"
  },
  "peerDependencies": {
    "@types/leaflet": "^1.5.7",
    "leaflet": "^1.6.0",
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@types/leaflet": "^1.5.7",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
+12 −0
Original line number Diff line number Diff line
@@ -1071,6 +1071,11 @@
    "@types/qs" "*"
    "@types/serve-static" "*"

"@types/geojson@*":
  version "7946.0.10"
  resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.10.tgz#6dfbf5ea17142f7f9a043809f1cd4c448cb68249"
  integrity sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==

"@types/glob@^7.1.1":
  version "7.1.3"
  resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
@@ -1136,6 +1141,13 @@
    "@types/koa-compose" "*"
    "@types/node" "*"

"@types/leaflet@^1.5.7":
  version "1.9.0"
  resolved "https://registry.yarnpkg.com/@types/leaflet/-/leaflet-1.9.0.tgz#8caf452255e16cb15e0eabcb0d2a26793da0a6a2"
  integrity sha512-7LeOSj7EloC5UcyOMo+1kc3S1UT3MjJxwqsMT1d2PTyvQz53w0Y0oSSk9nwZnOZubCmBvpSNGceucxiq+ZPEUw==
  dependencies:
    "@types/geojson" "*"

"@types/lru-cache@^5.1.0":
  version "5.1.0"
  resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.0.tgz#57f228f2b80c046b4a1bd5cac031f81f207f4f03"