Merge remote-tracking branch 'origin/master'

This commit is contained in:
James Lyne 2021-09-07 13:23:16 +01:00
commit f34cb8f554
2 changed files with 411 additions and 347 deletions

750
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,21 +15,21 @@
"@soerenmartius/vue3-clipboard": "^0.1", "@soerenmartius/vue3-clipboard": "^0.1",
"leaflet": "git+https://github.com/JLyne/leaflet.git", "leaflet": "git+https://github.com/JLyne/leaflet.git",
"normalize-scss": "^7.0", "normalize-scss": "^7.0",
"vue": "^3.2.6", "vue": "^3.2.8",
"vuex": "^4.0" "vuex": "^4.0"
}, },
"devDependencies": { "devDependencies": {
"@types/leaflet": "1.7.5", "@types/leaflet": "1.7.5",
"@typescript-eslint/eslint-plugin": "^4.30", "@typescript-eslint/eslint-plugin": "^4.30",
"@typescript-eslint/parser": "^4.29", "@typescript-eslint/parser": "^4.30",
"@vitejs/plugin-vue": "^1.6", "@vitejs/plugin-vue": "^1.6",
"@vue/compiler-sfc": "^3.2.6", "@vue/compiler-sfc": "^3.2.8",
"@vue/eslint-config-typescript": "^7.0", "@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.32", "eslint": "^7.32",
"eslint-plugin-vue": "^7.17", "eslint-plugin-vue": "^7.17",
"patch-package": "^6.4", "patch-package": "^6.4",
"rollup-plugin-analyzer": "^4.0", "rollup-plugin-analyzer": "^4.0",
"sass": "^1.38", "sass": "^1.39",
"typescript": "^4.4", "typescript": "^4.4",
"vite": "^2.5", "vite": "^2.5",
"vite-plugin-svg-sprite-component": "^1.0", "vite-plugin-svg-sprite-component": "^1.0",