Skip to content

Commit

Permalink
chore: update to vue v3.2.37
Browse files Browse the repository at this point in the history
close #1359
  • Loading branch information
johnsoncodehk committed Jun 6, 2022
1 parent 04a8d4b commit c0fb86c
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 113 deletions.
6 changes: 3 additions & 3 deletions extensions/vscode-vue-language-features/package.json
Expand Up @@ -754,9 +754,9 @@
"@volar/preview": "0.36.1",
"@volar/shared": "0.36.1",
"@volar/vue-language-server": "0.36.1",
"@vue/compiler-dom": "^3.2.36",
"@vue/compiler-sfc": "^3.2.36",
"@vue/reactivity": "^3.2.36",
"@vue/compiler-dom": "^3.2.37",
"@vue/compiler-sfc": "^3.2.37",
"@vue/reactivity": "^3.2.37",
"esbuild": "latest",
"esbuild-plugin-copy": "latest",
"path-browserify": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-code-gen/package.json
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@volar/code-gen": "0.36.1",
"@volar/source-map": "0.36.1",
"@vue/compiler-core": "^3.2.36",
"@vue/compiler-dom": "^3.2.36",
"@vue/shared": "^3.2.36"
"@vue/compiler-core": "^3.2.37",
"@vue/compiler-dom": "^3.2.37",
"@vue/shared": "^3.2.37"
}
}
2 changes: 1 addition & 1 deletion packages/vue-language-server/package.json
Expand Up @@ -20,7 +20,7 @@
"@volar/shared": "0.36.1",
"@volar/vue-language-service": "0.36.1",
"@volar/vue-typescript": "0.36.1",
"@vue/shared": "^3.2.36",
"@vue/shared": "^3.2.37",
"request-light": "^0.5.8",
"upath": "^2.0.1",
"vscode-html-languageservice": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-language-service/package.json
Expand Up @@ -28,9 +28,9 @@
"@volar/vue-language-service-types": "0.36.1",
"@volar/vue-typescript": "0.36.1",
"@vscode/emmet-helper": "^2.8.4",
"@vue/compiler-dom": "^3.2.36",
"@vue/reactivity": "^3.2.36",
"@vue/shared": "^3.2.36",
"@vue/compiler-dom": "^3.2.37",
"@vue/reactivity": "^3.2.37",
"@vue/shared": "^3.2.37",
"semver": "^7.3.7",
"upath": "^2.0.1",
"vscode-css-languageservice": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-test-workspace/package.json
Expand Up @@ -4,6 +4,6 @@
"version": "0.36.1",
"license": "MIT",
"devDependencies": {
"vue": "^3.2.36"
"vue": "^3.2.37"
}
}
4 changes: 2 additions & 2 deletions packages/vue-typescript/package.json
Expand Up @@ -21,8 +21,8 @@
"@volar/code-gen": "0.36.1",
"@volar/source-map": "0.36.1",
"@volar/vue-code-gen": "0.36.1",
"@vue/compiler-sfc": "^3.2.36",
"@vue/reactivity": "^3.2.36",
"@vue/compiler-sfc": "^3.2.37",
"@vue/reactivity": "^3.2.37",
"markdown-it": "^13.0.1",
"markdown-it-ast": "^0.0.1"
},
Expand Down

0 comments on commit c0fb86c

Please sign in to comment.