Skip to content

Commit 23a8368

Browse files
committed
docs: fix site error, close #5993
1 parent 714a6f4 commit 23a8368

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"@types/postcss-load-config": "^2.0.1",
122122
"@typescript-eslint/eslint-plugin": "^5.4.0",
123123
"@typescript-eslint/parser": "^5.4.0",
124+
"@vitejs/plugin-legacy": "^2.2.0",
124125
"@vitejs/plugin-vue": "^3.0.0",
125126
"@vitejs/plugin-vue-jsx": "^2.0.0",
126127
"@vue/babel-plugin-jsx": "^1.0.0",
@@ -256,13 +257,13 @@
256257
"vue-eslint-parser": "^8.0.0",
257258
"vue-i18n": "^9.1.7",
258259
"vue-infinite-scroll": "^2.0.2",
259-
"vue-loader": "^16.1.1",
260+
"vue-loader": "^17.0.0",
260261
"vue-request": "^1.0.2",
261262
"vue-router": "^4.0.0",
262263
"vue-server-renderer": "^2.6.11",
263264
"vue-style-loader": "^4.1.2",
264265
"vue-tsc": "^0.34.15",
265-
"vuex": "^4.0.0-beta.2",
266+
"vuex": "^4.0.0",
266267
"webpack": "^5.0.0",
267268
"webpack-bundle-analyzer": "^4.4.2",
268269
"webpack-cli": "^4.6.0",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"noUnusedParameters": true,
1515
"noUnusedLocals": true,
1616
"noImplicitAny": false,
17-
"target": "es6",
17+
"target": "esnext",
18+
"module": "esnext",
1819
"skipLibCheck": true,
1920
"allowJs": true,
2021
"importsNotUsedAsValues": "preserve"

0 commit comments

Comments
 (0)