Merge remote-tracking branch 'origin/master'

This commit is contained in:
James Lyne 2022-01-12 01:09:39 +00:00
commit 8d8c242622
4 changed files with 840 additions and 1091 deletions

View File

@ -8,4 +8,4 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values - package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "daily" interval: "weekly"

View File

@ -1,4 +1,6 @@
# LiveAtlas # LiveAtlas [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE) [![Discord](https://img.shields.io/discord/390942438061113344?color=8C9CFE&label=discord&logo=discord&logoColor=white)](https://discord.gg/DBduB9qyv3) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JLyne/LiveAtlas/Build)](https://github.com/JLyne/LiveAtlas/actions)
A [Dynmap](https://github.com/webbukkit/dynmap) and [Pl3xmap](https://github.com/NeumimTo/Pl3xMap)/[Squaremap](https://github.com/jpenilla/squaremap) frontend built with [Vue.js](https://github.com/vuejs/vue) and Typescript. A [Dynmap](https://github.com/webbukkit/dynmap) and [Pl3xmap](https://github.com/NeumimTo/Pl3xMap)/[Squaremap](https://github.com/jpenilla/squaremap) frontend built with [Vue.js](https://github.com/vuejs/vue) and Typescript.
![A LiveAtlas screenshot](https://minecraft.rtgame.co.uk/liveatlas/liveatlas4.png) ![A LiveAtlas screenshot](https://minecraft.rtgame.co.uk/liveatlas/liveatlas4.png)

1913
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,30 +27,30 @@
"@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.8",
"@types/node": "^17.0.5", "@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9", "@typescript-eslint/eslint-plugin": "^5.9",
"@typescript-eslint/parser": "^5.8", "@typescript-eslint/parser": "^5.9",
"@vitejs/plugin-vue": "^2.0", "@vitejs/plugin-vue": "^2.0",
"@vue/compiler-sfc": "^3.2.21", "@vue/compiler-sfc": "^3.2.21",
"@vue/eslint-config-typescript": "^10.0", "@vue/eslint-config-typescript": "^10.0",
"@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.5", "eslint": "^8.6",
"eslint-plugin-vue": "^8.0", "eslint-plugin-vue": "^8.0",
"jest": "^27.4.5", "jest": "^27.4.7",
"jest-in-case": "^1.0.2", "jest-in-case": "^1.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"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.46", "sass": "^1.47",
"ts-jest": "^27.1.2", "ts-jest": "^27.1.2",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "^4.5", "typescript": "^4.5",
"vite": "^2.7.10", "vite": "^2.7.10",
"vite-plugin-svg-sprite-component": "^1.0", "vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "0.30.1" "vue-tsc": "0.30.2"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,