Skip to content

Commit

Permalink
feat: 更新vue版本为4.3 同步升级vite和vue-tsc版本
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayun zhang committed May 13, 2023
1 parent 8df8ed5 commit 7dce364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"path-browserify": "^1.0.1",
"pinia": "^2.0.14",
"qs": "^6.11.0",
"vue": "^3.2.25",
"vue": "^3.3.2",
"vue-i18n": "^9.1.10",
"vue-request": "^2.0.0-rc.2",
"vue-router": "^4.1.1"
Expand All @@ -64,7 +64,7 @@
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.0",
"@yuntian001/vue-setup-extend": "^1.0.0",
"autoprefixer": "^10.4.8",
Expand All @@ -84,12 +84,12 @@
"typescript": "^4.9.4",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"vite": "^4.0.4",
"vite": "^4.3.5",
"vite-plugin-autogeneration-import-file": "^3.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-svg-loader": "^3.4.0",
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "~1.2.0",
"vue-tsc": "^1.6.4",
"xregexp": "^5.1.1"
},
"repository": {
Expand Down

0 comments on commit 7dce364

Please sign in to comment.