Merge remote-tracking branch 'origin/master'

This commit is contained in:
James Lyne 2022-02-04 21:58:39 +00:00
commit de5352625d
2 changed files with 514 additions and 300 deletions

758
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,16 +20,16 @@
"leaflet": "git+https://github.com/JLyne/Leaflet.git#2805e6e6c2a7a2ca66a6dc642b1a199ee6669004", "leaflet": "git+https://github.com/JLyne/Leaflet.git#2805e6e6c2a7a2ca66a6dc642b1a199ee6669004",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"modern-normalize": "^1.1.0", "modern-normalize": "^1.1.0",
"vue": "^3.2.27", "vue": "^3.2.29",
"vuex": "^4.0" "vuex": "^4.0"
}, },
"devDependencies": { "devDependencies": {
"@types/dynmap": "^3.1.1", "@types/dynmap": "^3.1.1",
"@types/jest": "^27.4.0", "@types/jest": "^27.4.0",
"@types/jest-in-case": "^1.0.5", "@types/jest-in-case": "^1.0.5",
"@types/leaflet": "1.7.8", "@types/leaflet": "1.7.9",
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.9", "@types/node": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.10", "@typescript-eslint/eslint-plugin": "^5.10",
"@typescript-eslint/parser": "^5.10", "@typescript-eslint/parser": "^5.10",
"@vitejs/plugin-vue": "^2.0", "@vitejs/plugin-vue": "^2.0",
@ -38,7 +38,7 @@
"@vue/test-utils": "^2.0.0-rc.18", "@vue/test-utils": "^2.0.0-rc.18",
"@vue/vue3-jest": "^27.0.0-alpha.1", "@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1", "cpy-cli": "^3.1.1",
"eslint": "^8.7", "eslint": "^8.8",
"eslint-plugin-vue": "^8.3", "eslint-plugin-vue": "^8.3",
"jest": "^27.4.7", "jest": "^27.4.7",
"jest-in-case": "^1.0.2", "jest-in-case": "^1.0.2",
@ -46,11 +46,11 @@
"patch-package": "^6.4", "patch-package": "^6.4",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rollup-plugin-analyzer": "^4.0", "rollup-plugin-analyzer": "^4.0",
"sass": "^1.48", "sass": "^1.49",
"ts-jest": "^27.1.3", "ts-jest": "^27.1.3",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "^4.5", "typescript": "^4.5",
"vite": "^2.7.12", "vite": "^2.7.13",
"vite-plugin-svg-sprite-component": "^1.0", "vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "0.31.1" "vue-tsc": "0.31.1"
}, },