Fix null world errors on new instance invite, maybe

This commit is contained in:
Natsumi
2021-07-01 04:14:32 +12:00
parent a18a9ab53a
commit 0763c200c4
3 changed files with 122 additions and 114 deletions

View File

@@ -22,13 +22,13 @@
"homepage": "https://github.com/pypy-vrc/VRCX#readme",
"devDependencies": {
"animate.css": "^4.1.1",
"copy-webpack-plugin": "^9.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.6",
"element-ui": "^2.15.2",
"element-ui": "^2.15.3",
"famfamfam-flags": "^1.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^1.6.0",
"mini-css-extract-plugin": "^1.6.2",
"normalize.css": "^8.0.1",
"noty": "^3.2.0-beta-deprecated",
"pug": "^3.0.2",
@@ -36,14 +36,15 @@
"raw-loader": "^4.0.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"terser-webpack-plugin": "^5.1.3",
"terser-webpack-plugin": "^5.1.4",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"vue": "^2.6.14",
"vue-data-tables": "^3.4.5",
"vue-lazyload": "^1.3.3",
"vue-swatches": "^2.1.1",
"vuejs-toggle-switch": "^1.3.3",
"webpack": "^5.40.0",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2"
}
}