Skip to content

Commit

Permalink
fix(vue): 修复vue3框架选中vite编译工具时依赖冲突(#17201,#16994,#16779,#16711,#16670,#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef5 authored Feb 28, 2025
1 parent a600ce4 commit 4746529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-taro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "^8",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-vue": "^9.17.0"
"eslint-plugin-vue": "^8.0.0"
},
"peerDependenciesMeta": {
"eslint-plugin-react": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-framework-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@tarojs/runtime": "workspace:*",
"@tarojs/runner-utils": "workspace:*",
"@tarojs/shared": "workspace:*",
"@vitejs/plugin-vue": "^5",
"@vitejs/plugin-vue": "^4",
"@vitejs/plugin-vue-jsx": "^3",
"vue-loader": "^17.0.0",
"vite": "^4",
Expand Down

0 comments on commit 4746529

Please sign in to comment.