Skip to content

Commit

Permalink
feat: upgrade volar
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 16, 2023
1 parent e4ce483 commit 5070025
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-experts-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-macros/volar': patch
---

upgrade volar
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.22",
"@volar/language-core": "1.0.24",
"@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.22",
"@volar/vue-language-core": "1.0.24",
"@vue/compiler-dom": "^3.2.45",
"typescript": "^4.9.4",
"vue-tsc": "^1.0.19"
Expand Down
4 changes: 2 additions & 2 deletions packages/volar/src/define-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import type {
} from '@volar/language-core'
import type { Segment } from 'muggle-string'
import type {
ResolvedVueCompilerOptions,
Sfc,
VueCompilerOptions,
VueEmbeddedFile,
VueLanguagePlugin,
} from '@volar/vue-language-core'
Expand Down Expand Up @@ -135,7 +135,7 @@ function resolve({
embeddedFile,
}: {
ts: typeof import('typescript/lib/tsserverlibrary')
vueCompilerOptions: ResolvedVueCompilerOptions
vueCompilerOptions: VueCompilerOptions
sfc: Sfc
embeddedFile: VueEmbeddedFile
}) {
Expand Down
35 changes: 21 additions & 14 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 5070025

Please sign in to comment.