Skip to content

Commit

Permalink
chore: bump compiler magic string
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenQingchuan committed Apr 26, 2024
1 parent 0b47737 commit 4aebe33
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 45 deletions.
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Expand Up @@ -33,7 +33,7 @@
"estree-walker": "^2.0.2",
"hash-sum": "^2.0.0",
"line-column": "^1.0.2",
"magic-string": "^0.30.3",
"magic-string": "^0.30.10",
"merge-source-map": "^1.1.0",
"postcss": "^8.4.29",
"postcss-selector-parser": "^6.0.13",
Expand Down
3 changes: 2 additions & 1 deletion packages/vite-plugin/package.json
Expand Up @@ -28,7 +28,8 @@
"@vue-vine/compiler": "workspace:*"
},
"devDependencies": {
"@types/hash-sum": "^1.0.0"
"@types/hash-sum": "^1.0.0",
"vite": "^5.2.10"
},
"publishConfig": {
"access": "public",
Expand Down
154 changes: 111 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4aebe33

Please sign in to comment.