Skip to content

Commit

Permalink
chore: bump volar
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Nov 29, 2023
1 parent c960345 commit a10dd59
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@
"devDependencies": {
"@types/semver": "^7.5.3",
"@types/vscode": "^1.82.0",
"@volar/vscode": "~1.11.0",
"@volar/vscode": "~1.11.1",
"@vue/language-core": "1.8.22",
"@vue/language-server": "1.8.22",
"esbuild": "latest",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@lerna-lite/cli": "latest",
"@lerna-lite/publish": "latest",
"@volar/language-service": "~1.11.0",
"@volar/language-service": "~1.11.1",
"typescript": "latest",
"vite": "latest",
"vitest": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/component-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"directory": "packages/component-meta"
},
"dependencies": {
"@volar/typescript": "~1.11.0",
"@volar/typescript": "~1.11.1",
"@vue/language-core": "1.8.22",
"path-browserify": "^1.0.1",
"vue-component-type-helpers": "1.8.22"
Expand Down
4 changes: 2 additions & 2 deletions packages/language-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"directory": "packages/language-core"
},
"dependencies": {
"@volar/language-core": "~1.11.0",
"@volar/source-map": "~1.11.0",
"@volar/language-core": "~1.11.1",
"@volar/source-map": "~1.11.1",
"@vue/compiler-dom": "^3.3.0",
"@vue/shared": "^3.3.0",
"computeds": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-plugin-pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@vue/language-core": "1.8.22"
},
"dependencies": {
"@volar/source-map": "~1.11.0",
"@volar/source-map": "~1.11.1",
"volar-service-pug": "0.0.17"
}
}
6 changes: 3 additions & 3 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"directory": "packages/language-server"
},
"dependencies": {
"@volar/language-core": "~1.11.0",
"@volar/language-server": "~1.11.0",
"@volar/typescript": "~1.11.0",
"@volar/language-core": "~1.11.1",
"@volar/language-server": "~1.11.1",
"@volar/typescript": "~1.11.1",
"@vue/language-core": "1.8.22",
"@vue/language-service": "1.8.22",
"vscode-languageserver-protocol": "^3.17.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"update-html-data": "node ./scripts/update-html-data.js"
},
"dependencies": {
"@volar/language-core": "~1.11.0",
"@volar/language-service": "~1.11.0",
"@volar/typescript": "~1.11.0",
"@volar/language-core": "~1.11.1",
"@volar/language-service": "~1.11.1",
"@volar/typescript": "~1.11.1",
"@vue/compiler-dom": "^3.3.0",
"@vue/language-core": "1.8.22",
"@vue/shared": "^3.3.0",
Expand All @@ -39,7 +39,7 @@
"devDependencies": {
"@types/node": "latest",
"@types/path-browserify": "latest",
"@volar/kit": "~1.11.0",
"@volar/kit": "~1.11.1",
"vscode-languageserver-protocol": "^3.17.5",
"vscode-uri": "^3.0.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"vue-tsc": "./bin/vue-tsc.js"
},
"dependencies": {
"@volar/typescript": "~1.11.0",
"@volar/typescript": "~1.11.1",
"@vue/language-core": "1.8.22",
"semver": "^7.5.4"
},
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 @@ -13,7 +13,7 @@
"directory": "packages/typescript-plugin"
},
"dependencies": {
"@volar/typescript": "~1.11.0",
"@volar/typescript": "~1.11.1",
"@vue/language-core": "1.8.22"
}
}
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 a10dd59

Please sign in to comment.