File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 121
121
"@types/postcss-load-config" : " ^2.0.1" ,
122
122
"@typescript-eslint/eslint-plugin" : " ^5.4.0" ,
123
123
"@typescript-eslint/parser" : " ^5.4.0" ,
124
+ "@vitejs/plugin-legacy" : " ^2.2.0" ,
124
125
"@vitejs/plugin-vue" : " ^3.0.0" ,
125
126
"@vitejs/plugin-vue-jsx" : " ^2.0.0" ,
126
127
"@vue/babel-plugin-jsx" : " ^1.0.0" ,
256
257
"vue-eslint-parser" : " ^8.0.0" ,
257
258
"vue-i18n" : " ^9.1.7" ,
258
259
"vue-infinite-scroll" : " ^2.0.2" ,
259
- "vue-loader" : " ^16.1.1 " ,
260
+ "vue-loader" : " ^17.0.0 " ,
260
261
"vue-request" : " ^1.0.2" ,
261
262
"vue-router" : " ^4.0.0" ,
262
263
"vue-server-renderer" : " ^2.6.11" ,
263
264
"vue-style-loader" : " ^4.1.2" ,
264
265
"vue-tsc" : " ^0.34.15" ,
265
- "vuex" : " ^4.0.0-beta.2 " ,
266
+ "vuex" : " ^4.0.0" ,
266
267
"webpack" : " ^5.0.0" ,
267
268
"webpack-bundle-analyzer" : " ^4.4.2" ,
268
269
"webpack-cli" : " ^4.6.0" ,
Original file line number Diff line number Diff line change 14
14
"noUnusedParameters" : true ,
15
15
"noUnusedLocals" : true ,
16
16
"noImplicitAny" : false ,
17
- "target" : " es6" ,
17
+ "target" : " esnext" ,
18
+ "module" : " esnext" ,
18
19
"skipLibCheck" : true ,
19
20
"allowJs" : true ,
20
21
"importsNotUsedAsValues" : " preserve"
You can’t perform that action at this time.
0 commit comments