diff --git a/package.json b/package.json index 88ff7ea4c..e4b719331 100644 --- a/package.json +++ b/package.json @@ -121,6 +121,7 @@ "@types/postcss-load-config": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", + "@vitejs/plugin-legacy": "^2.2.0", "@vitejs/plugin-vue": "^3.0.0", "@vitejs/plugin-vue-jsx": "^2.0.0", "@vue/babel-plugin-jsx": "^1.0.0", @@ -256,13 +257,13 @@ "vue-eslint-parser": "^8.0.0", "vue-i18n": "^9.1.7", "vue-infinite-scroll": "^2.0.2", - "vue-loader": "^16.1.1", + "vue-loader": "^17.0.0", "vue-request": "^1.0.2", "vue-router": "^4.0.0", "vue-server-renderer": "^2.6.11", "vue-style-loader": "^4.1.2", "vue-tsc": "^0.34.15", - "vuex": "^4.0.0-beta.2", + "vuex": "^4.0.0", "webpack": "^5.0.0", "webpack-bundle-analyzer": "^4.4.2", "webpack-cli": "^4.6.0", diff --git a/tsconfig.json b/tsconfig.json index bd9ecb7a1..7b8e0b492 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "noUnusedParameters": true, "noUnusedLocals": true, "noImplicitAny": false, - "target": "es6", + "target": "esnext", + "module": "esnext", "skipLibCheck": true, "allowJs": true, "importsNotUsedAsValues": "preserve"