Skip to content

Commit

Permalink
chore: bump framework to v1.2.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Feb 3, 2023
1 parent d55f325 commit 99b16d5
Show file tree
Hide file tree
Showing 9 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/node": "latest",
"@volar/language-service": "1.2.0-alpha.5",
"@volar/language-service": "1.2.0-alpha.7",
"typescript": "latest",
"vite": "latest",
"vitest": "0.25.8"
Expand Down
166 changes: 83 additions & 83 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vue-language-tools/typescript-vue-plugin/package.json
Expand Up @@ -13,7 +13,7 @@
"directory": "vue-language-tools/typescript-vue-plugin"
},
"dependencies": {
"@volar/typescript-faster": "1.2.0-alpha.5",
"@volar/typescript-faster": "1.2.0-alpha.7",
"@volar/vue-language-core": "1.0.24",
"@volar/vue-typescript": "1.0.24"
}
Expand Down
6 changes: 3 additions & 3 deletions vue-language-tools/vscode-vue/package.json
Expand Up @@ -815,9 +815,9 @@
"@types/semver": "^7.3.13",
"@types/vscode": "1.67.0",
"@volar/preview": "1.0.24",
"@volar/shared": "1.2.0-alpha.5",
"@volar/source-map": "1.2.0-alpha.5",
"@volar/vscode-language-client": "1.2.0-alpha.5",
"@volar/shared": "1.2.0-alpha.7",
"@volar/source-map": "1.2.0-alpha.7",
"@volar/vscode-language-client": "1.2.0-alpha.7",
"@volar/vue-language-core": "1.0.24",
"@volar/vue-language-server": "1.0.24",
"esbuild": "latest",
Expand Down
2 changes: 1 addition & 1 deletion vue-language-tools/vue-component-meta/package.json
Expand Up @@ -13,7 +13,7 @@
"directory": "vue-language-tools/vue-component-meta"
},
"dependencies": {
"@volar/language-core": "1.2.0-alpha.5",
"@volar/language-core": "1.2.0-alpha.7",
"@volar/vue-language-core": "1.0.24",
"typesafe-path": "^0.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions vue-language-tools/vue-language-core/package.json
Expand Up @@ -13,8 +13,8 @@
"directory": "vue-language-tools/vue-language-core"
},
"dependencies": {
"@volar/language-core": "1.2.0-alpha.5",
"@volar/source-map": "1.2.0-alpha.5",
"@volar/language-core": "1.2.0-alpha.7",
"@volar/source-map": "1.2.0-alpha.7",
"@vue/compiler-dom": "^3.2.45",
"@vue/compiler-sfc": "^3.2.45",
"@vue/reactivity": "^3.2.45",
Expand Down
6 changes: 3 additions & 3 deletions vue-language-tools/vue-language-server/package.json
Expand Up @@ -16,9 +16,9 @@
"directory": "vue-language-tools/vue-language-server"
},
"dependencies": {
"@volar/language-core": "1.2.0-alpha.5",
"@volar/language-server": "1.2.0-alpha.5",
"@volar/shared": "1.2.0-alpha.5",
"@volar/language-core": "1.2.0-alpha.7",
"@volar/language-server": "1.2.0-alpha.7",
"@volar/shared": "1.2.0-alpha.7",
"@volar/vue-language-core": "1.0.24",
"@volar/vue-language-service": "1.0.24",
"vscode-languageserver-protocol": "^3.17.2",
Expand Down
8 changes: 4 additions & 4 deletions vue-language-tools/vue-language-service/package.json
Expand Up @@ -22,10 +22,10 @@
"@volar-plugins/pug-beautify": "1.1.0",
"@volar-plugins/typescript": "1.2.3",
"@volar-plugins/typescript-twoslash-queries": "1.1.0",
"@volar/language-core": "1.2.0-alpha.5",
"@volar/language-service": "1.2.0-alpha.5",
"@volar/shared": "1.2.0-alpha.5",
"@volar/source-map": "1.2.0-alpha.5",
"@volar/language-core": "1.2.0-alpha.7",
"@volar/language-service": "1.2.0-alpha.7",
"@volar/shared": "1.2.0-alpha.7",
"@volar/source-map": "1.2.0-alpha.7",
"@volar/vue-language-core": "1.0.24",
"@vue/compiler-dom": "^3.2.45",
"@vue/reactivity": "^3.2.45",
Expand Down
2 changes: 1 addition & 1 deletion vue-language-tools/vue-typescript/package.json
Expand Up @@ -13,7 +13,7 @@
"directory": "vue-language-tools/vue-typescript"
},
"dependencies": {
"@volar/typescript": "1.2.0-alpha.5",
"@volar/typescript": "1.2.0-alpha.7",
"@volar/vue-language-core": "1.0.24"
}
}

0 comments on commit 99b16d5

Please sign in to comment.