build(deps): update dependencies

Update dependencies
This commit is contained in:
Conicaw 2023-09-25 16:47:27 -05:00
parent f90269373c
commit 42a48aced3
No known key found for this signature in database
GPG Key ID: 8DE10AC00159C418
3 changed files with 280 additions and 1263 deletions

View File

@ -28,5 +28,6 @@ module.exports = {
'vuejs-accessibility/label-has-for': 'off',
'vuejs-accessibility/media-has-caption': 'off',
'vuejs-accessibility/click-events-have-key-events': 'off',
'vue/no-v-text-v-html-on-component': 'off',
},
};

1526
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,27 +40,27 @@
"detect-browser": "^5.3.0",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vue": "^9.17.0",
"fast-xml-parser": "^4.3.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"mux.js": "^6.3.0",
"sass": "^1.68.0",
"sass-loader": "^10.1.1",
"sass-loader": "^13.3.2",
"shaka-player": "^3.3.1",
"socket.io-client": "^4.7.2",
"string-similarity": "^4.0.4",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^29.0.0",
"synclounge-libjass": "^1.0.0",
"vanilla-tilt": "^1.8.1",
"vue": "^2.6.14",
"vue": "^2.7.14",
"vue-chat-scroll": "^1.4.0",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.14",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.14",
"vuetify": "^2.7.1",
"vuetify-loader": "^1.8.0",
"vuetify-loader": "^1.9.2",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
},