File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments