Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Mar 18, 2023
1 parent 127a6ce commit c189f86
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "1.3.2"
"version": "1.3.3"
}
6 changes: 3 additions & 3 deletions packages/typescript-vue-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-vue-plugin",
"version": "1.3.2",
"version": "1.3.3",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -13,8 +13,8 @@
"directory": "packages/typescript-vue-plugin"
},
"dependencies": {
"@volar/vue-language-core": "1.3.2",
"@volar/vue-typescript": "1.3.2",
"@volar/vue-language-core": "1.3.3",
"@volar/vue-typescript": "1.3.3",
"typescript-auto-import-cache": "^0.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/vscode-typescript-vue-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vscode-typescript-vue-plugin",
"version": "1.3.2",
"version": "1.3.3",
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"esbuild": "0.15.18",
"typescript-vue-plugin": "1.3.2",
"typescript-vue-plugin": "1.3.3",
"vsce": "latest"
}
}
6 changes: 3 additions & 3 deletions packages/vscode-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "volar",
"version": "1.3.2",
"version": "1.3.3",
"repository": {
"type": "git",
"url": "https://github.com/vuejs/language-tools.git",
Expand Down Expand Up @@ -753,8 +753,8 @@
"@types/vscode": "1.67.0",
"@volar/source-map": "1.4.0-alpha.3",
"@volar/vscode": "1.4.0-alpha.3",
"@volar/vue-language-core": "1.3.2",
"@volar/vue-language-server": "1.3.2",
"@volar/vue-language-core": "1.3.3",
"@volar/vue-language-server": "1.3.3",
"esbuild": "0.15.18",
"esbuild-plugin-copy": "latest",
"esbuild-visualizer": "latest",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-component-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-component-meta",
"version": "1.3.2",
"version": "1.3.3",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@volar/language-core": "1.4.0-alpha.3",
"@volar/vue-language-core": "1.3.2",
"@volar/vue-language-core": "1.3.3",
"typesafe-path": "^0.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-language-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/vue-language-core",
"version": "1.3.2",
"version": "1.3.3",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-language-plugin-pug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/vue-language-plugin-pug",
"version": "1.3.2",
"version": "1.3.3",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -13,7 +13,7 @@
"directory": "packages/vue-language-plugin-pug"
},
"devDependencies": {
"@volar/vue-language-core": "1.3.2"
"@volar/vue-language-core": "1.3.3"
},
"dependencies": {
"@volar-plugins/pug": "2.0.0-alpha.18",
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/vue-language-server",
"version": "1.3.2",
"version": "1.3.3",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -18,9 +18,9 @@
"dependencies": {
"@volar/language-core": "1.4.0-alpha.3",
"@volar/language-server": "1.4.0-alpha.3",
"@volar/vue-language-core": "1.3.2",
"@volar/vue-language-service": "1.3.2",
"@volar/vue-language-core": "1.3.3",
"@volar/vue-language-service": "1.3.3",
"vscode-languageserver-protocol": "^3.17.3",
"vue-component-meta": "1.3.2"
"vue-component-meta": "1.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/vue-language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/vue-language-service",
"version": "1.3.2",
"version": "1.3.3",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"@volar/language-core": "1.4.0-alpha.3",
"@volar/language-service": "1.4.0-alpha.3",
"@volar/source-map": "1.4.0-alpha.3",
"@volar/vue-language-core": "1.3.2",
"@volar/vue-language-core": "1.3.3",
"@vue/compiler-dom": "^3.2.47",
"@vue/reactivity": "^3.2.47",
"@vue/shared": "^3.2.47",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-test-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@volar/vue-test-workspace",
"version": "1.3.2",
"version": "1.3.3",
"license": "MIT",
"devDependencies": {
"vue": "^3.2.47"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-tsc-eslint-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-tsc-eslint-hook",
"version": "1.3.2",
"version": "1.3.3",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/eslint": "latest",
"vue-tsc": "1.3.2"
"vue-tsc": "1.3.3"
},
"peerDependencies": {
"eslint": "*"
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-tsc",
"version": "1.3.2",
"version": "1.3.3",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -17,8 +17,8 @@
"vue-tsc": "./bin/vue-tsc.js"
},
"dependencies": {
"@volar/vue-language-core": "1.3.2",
"@volar/vue-typescript": "1.3.2"
"@volar/vue-language-core": "1.3.3",
"@volar/vue-typescript": "1.3.3"
},
"peerDependencies": {
"typescript": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/vue-typescript",
"version": "1.3.2",
"version": "1.3.3",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -14,6 +14,6 @@
},
"dependencies": {
"@volar/typescript": "1.4.0-alpha.3",
"@volar/vue-language-core": "1.3.2"
"@volar/vue-language-core": "1.3.3"
}
}
30 changes: 15 additions & 15 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 c189f86

Please sign in to comment.