Skip to content

Commit

Permalink
v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 27, 2023
1 parent bd5b440 commit 4ce05a1
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 57 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.10.5"
"version": "1.10.6"
}
4 changes: 2 additions & 2 deletions packages/cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/cdn",
"version": "1.10.5",
"version": "1.10.6",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -13,6 +13,6 @@
"directory": "packages/cdn"
},
"dependencies": {
"@volar/language-service": "1.10.5"
"@volar/language-service": "1.10.6"
}
}
4 changes: 2 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/kit",
"version": "1.10.5",
"version": "1.10.6",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -13,7 +13,7 @@
"directory": "packages/kit"
},
"dependencies": {
"@volar/language-service": "1.10.5",
"@volar/language-service": "1.10.6",
"typesafe-path": "^0.2.2",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-uri": "^3.0.8"
Expand Down
8 changes: 4 additions & 4 deletions packages/labs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "volarjs-labs",
"version": "1.10.5",
"version": "1.10.6",
"repository": {
"type": "git",
"url": "https://github.com/volarjs/volar.js.git",
Expand Down Expand Up @@ -82,9 +82,9 @@
},
"devDependencies": {
"@types/vscode": "^1.82.0",
"@volar/language-server": "1.10.5",
"@volar/source-map": "1.10.5",
"@volar/vscode": "1.10.5",
"@volar/language-server": "1.10.6",
"@volar/source-map": "1.10.6",
"@volar/vscode": "1.10.6",
"esbuild": "0.15.18",
"esbuild-plugin-copy": "latest",
"esbuild-visualizer": "^0.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/language-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/language-core",
"version": "1.10.5",
"version": "1.10.6",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -13,6 +13,6 @@
"directory": "packages/language-core"
},
"dependencies": {
"@volar/source-map": "1.10.5"
"@volar/source-map": "1.10.6"
}
}
10 changes: 5 additions & 5 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/language-server",
"version": "1.10.5",
"version": "1.10.6",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -15,9 +15,9 @@
"directory": "packages/language-server"
},
"dependencies": {
"@volar/language-core": "1.10.5",
"@volar/language-service": "1.10.5",
"@volar/typescript": "1.10.5",
"@volar/language-core": "1.10.6",
"@volar/language-service": "1.10.6",
"@volar/typescript": "1.10.6",
"@vscode/l10n": "^0.0.16",
"request-light": "^0.7.0",
"typesafe-path": "^0.2.2",
Expand All @@ -27,6 +27,6 @@
"vscode-uri": "^3.0.8"
},
"devDependencies": {
"@volar/source-map": "1.10.5"
"@volar/source-map": "1.10.6"
}
}
6 changes: 3 additions & 3 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/language-service",
"version": "1.10.5",
"version": "1.10.6",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -13,8 +13,8 @@
"directory": "packages/language-service"
},
"dependencies": {
"@volar/language-core": "1.10.5",
"@volar/source-map": "1.10.5",
"@volar/language-core": "1.10.6",
"@volar/source-map": "1.10.6",
"vscode-languageserver-protocol": "^3.17.5",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-uri": "^3.0.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/monaco",
"version": "1.10.5",
"version": "1.10.6",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -15,7 +15,7 @@
"directory": "packages/monaco"
},
"dependencies": {
"@volar/language-service": "1.10.5",
"@volar/language-service": "1.10.6",
"vscode-uri": "^3.0.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/source-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/source-map",
"version": "1.10.5",
"version": "1.10.6",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/typescript",
"version": "1.10.5",
"version": "1.10.6",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -13,9 +13,9 @@
"directory": "packages/typescript"
},
"dependencies": {
"@volar/language-core": "1.10.5"
"@volar/language-core": "1.10.6"
},
"devDependencies": {
"@volar/language-service": "1.10.5"
"@volar/language-service": "1.10.6"
}
}
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/vscode",
"version": "1.10.5",
"version": "1.10.6",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -13,7 +13,7 @@
"directory": "packages/vscode"
},
"dependencies": {
"@volar/language-server": "1.10.5",
"@volar/language-server": "1.10.6",
"typesafe-path": "^0.2.2",
"vscode-nls": "^5.2.0"
},
Expand Down
60 changes: 30 additions & 30 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 4ce05a1

Please sign in to comment.