fixed some breaking changes due to dependency updates

This commit is contained in:
vabene1111
2022-05-30 21:42:30 +02:00
parent a6dcef4467
commit f768aef0b9
8 changed files with 3141 additions and 50439 deletions

View File

@@ -9,7 +9,6 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.16.0",
"@kangc/v-md-editor": "^1.7.11",
"@kevinfaguiar/vue-twemoji-picker": "^5.7.4",
"@popperjs/core": "^2.11.2",
"@riophae/vue-treeselect": "^0.4.0",
@@ -22,6 +21,7 @@
"core-js": "^3.20.3",
"html2pdf.js": "^0.10.1",
"lodash": "^4.17.21",
"mavon-editor": "^2.10.4",
"moment": "^2.29.1",
"prismjs": "^1.27.0",
"vue": "^2.6.14",
@@ -34,7 +34,7 @@
"vue-multiselect": "^2.1.6",
"vue-property-decorator": "^9.1.2",
"vue-sanitize": "^0.2.2",
"vue-simple-calendar": "^5.0.1",
"vue-simple-calendar": "^6.0.4",
"vue-template-compiler": "^2.6.14",
"vue2-touch-events": "^3.2.2",
"vuedraggable": "^2.24.3",
@@ -45,18 +45,18 @@
"@kazupon/vue-i18n-loader": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.32.0",
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-pwa": "~4.5.13",
"@vue/cli-plugin-typescript": "^4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/cli-plugin-pwa": "^5.0.4",
"@vue/cli-plugin-typescript": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/compiler-sfc": "^3.2.29",
"@vue/eslint-config-typescript": "^10.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-plugin-vue": "^8.7.1",
"typescript": "~4.5.5",
"vue-cli-plugin-i18n": "^2.1.1",
"typescript": "~4.5.0",
"vue-cli-plugin-i18n": "^0.6.1",
"webpack-bundle-tracker": "1.4.0",
"workbox-expiration": "^6.3.0",
"workbox-navigation-preload": "^6.0.2",
@@ -69,8 +69,7 @@
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"extends": [ "plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript"
],