Skip to content

Commit

Permalink
refactor(volar): pin volar dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 5, 2023
1 parent 933d7cf commit 646f7dd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-kiwis-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-macros/volar': patch
---

pin volar dep version
4 changes: 2 additions & 2 deletions packages/volar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
}
},
"dependencies": {
"@volar/language-core": "^1.0.19",
"@volar/language-core": "1.0.22",
"@vue-macros/common": "workspace:~",
"@vue-macros/define-props": "workspace:~",
"@vue-macros/short-vmodel": "workspace:~",
"muggle-string": "^0.2.1"
},
"devDependencies": {
"@volar/vue-language-core": "^1.0.19",
"@volar/vue-language-core": "1.0.22",
"@vue/compiler-dom": "^3.2.45",
"typescript": "^4.9.4",
"vue-tsc": "^1.0.19"
Expand Down
34 changes: 30 additions & 4 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 646f7dd

Please sign in to comment.