Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Mar 22, 2024
1 parent b4ab19c commit 9ca368b
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 78 deletions.
8 changes: 8 additions & 0 deletions .changeset/four-dogs-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@astrojs/language-server": patch
"@astrojs/ts-plugin": patch
"astro-vscode": patch
"@astrojs/check": patch
---

Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
12 changes: 6 additions & 6 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"dependencies": {
"@astrojs/compiler": "^2.7.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@volar/kit": "~2.1.3",
"@volar/language-core": "~2.1.3",
"@volar/language-server": "~2.1.3",
"@volar/language-service": "~2.1.3",
"@volar/typescript": "~2.1.3",
"@volar/kit": "~2.1.5",
"@volar/language-core": "~2.1.5",
"@volar/language-server": "~2.1.5",
"@volar/language-service": "~2.1.5",
"@volar/typescript": "~2.1.5",
"fast-glob": "^3.2.12",
"volar-service-css": "0.0.34",
"volar-service-emmet": "0.0.34",
Expand All @@ -45,7 +45,7 @@
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.8",
"@volar/test-utils": "~2.1.3",
"@volar/test-utils": "~2.1.5",
"astro": "^4.3.5",
"chai": "^4.3.7",
"mocha": "^10.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"author": "withastro",
"license": "MIT",
"dependencies": {
"@volar/language-core": "~2.1.3",
"@volar/typescript": "~2.1.3",
"@volar/language-core": "~2.1.5",
"@volar/typescript": "~2.1.5",
"@astrojs/compiler": "^2.7.0",
"@jridgewell/sourcemap-codec": "^1.4.15",
"semver": "^7.3.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.8",
"@types/vscode": "^1.82.0",
"@volar/language-server": "~2.1.3",
"@volar/vscode": "~2.1.3",
"@volar/language-server": "~2.1.5",
"@volar/vscode": "~2.1.5",
"@vscode/test-electron": "^2.3.2",
"@vscode/vsce": "latest",
"esbuild": "^0.17.19",
Expand Down
136 changes: 68 additions & 68 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 9ca368b

Please sign in to comment.