Skip to content

Commit

Permalink
sync vue version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 23, 2024
1 parent d826110 commit 08b446b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 69 deletions.
6 changes: 3 additions & 3 deletions packages/language-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@volar/language-core": "~2.4.1",
"@vue/compiler-dom": "^3.5.2",
"@vue/compiler-dom": "^3.5.0",
"@vue/compiler-vue2": "^2.7.16",
"@vue/shared": "^3.5.2",
"@vue/shared": "^3.5.0",
"alien-signals": "^0.2.0",
"minimatch": "^9.0.3",
"muggle-string": "^0.4.1",
Expand All @@ -27,7 +27,7 @@
"@types/node": "latest",
"@types/path-browserify": "^1.0.1",
"@volar/typescript": "~2.4.1",
"@vue/compiler-sfc": "^3.5.2"
"@vue/compiler-sfc": "^3.5.0"
},
"peerDependencies": {
"typescript": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@volar/language-core": "~2.4.1",
"@volar/language-service": "~2.4.1",
"@volar/typescript": "~2.4.1",
"@vue/compiler-dom": "^3.5.2",
"@vue/compiler-dom": "^3.5.0",
"@vue/language-core": "2.1.6",
"@vue/shared": "^3.4.0",
"@vue/shared": "^3.5.0",
"@vue/typescript-plugin": "2.1.6",
"alien-signals": "^0.2.0",
"path-browserify": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@volar/typescript": "~2.4.1",
"@vue/language-core": "2.1.6",
"@vue/shared": "^3.4.0"
"@vue/shared": "^3.5.0"
},
"devDependencies": {
"@types/node": "latest"
Expand Down
77 changes: 15 additions & 62 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"typescript-next": "npm:typescript@next",
"typescript-stable": "npm:typescript@latest",
"vue": "^3.5.12",
"vue": "^3.5.0",
"vue-component-type-helpers": "2.1.6",
"vue2": "npm:vue@2.7.16",
"vue3.4": "npm:vue@3.4.38"
Expand Down

0 comments on commit 08b446b

Please sign in to comment.