Skip to content

Commit

Permalink
chore: bump vue version (fix broken alias test case)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 24, 2021
1 parent dce80c6 commit 27ac68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Expand Up @@ -29,12 +29,12 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue#readme",
"peerDependencies": {
"@vue/compiler-sfc": "^3.2.5"
"@vue/compiler-sfc": "^3.2.6"
},
"devDependencies": {
"@rollup/pluginutils": "^4.1.1",
"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.2.5",
"@vue/compiler-sfc": "^3.2.6",
"debug": "^4.3.2",
"hash-sum": "^2.0.0",
"rollup": "^2.38.5",
Expand Down

0 comments on commit 27ac68b

Please sign in to comment.