Merge remote-tracking branch 'origin/master'

This commit is contained in:
James Lyne 2021-09-28 18:55:13 +01:00
commit 146a5efc82
3 changed files with 686 additions and 666 deletions

View File

@ -31,6 +31,7 @@ You can see it in action [here](https://minecraft.rtgame.co.uk/map/build)
| Chat balloons | ✅ | n/a |
| Login/register | ✅ | n/a |
| Inactivity timeout | ❌ | n/a |
| Custom player head URLs | n/a | ❌ |
| Custom map icons | ❌ | ❌ |
## Supported Browsers

1343
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,16 +23,16 @@
"@types/jest": "^27.0.2",
"@types/jest-in-case": "^1.0.5",
"@types/leaflet": "1.7.5",
"@types/node": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^4.31",
"@typescript-eslint/parser": "^4.31",
"@types/node": "^16.10.1",
"@typescript-eslint/eslint-plugin": "^4.32",
"@typescript-eslint/parser": "^4.32",
"@vitejs/plugin-vue": "^1.9",
"@vue/compiler-sfc": "^3.2.18",
"@vue/eslint-config-typescript": "^7.0",
"@vue/test-utils": "^2.0.0-rc.15",
"eslint": "^7.32",
"eslint-plugin-vue": "^7.18",
"jest": "^27.2.1",
"jest": "^27.2.2",
"jest-in-case": "^1.0.2",
"patch-package": "^6.4",
"rollup-plugin-analyzer": "^4.0",