Skip to content

Commit

Permalink
fix(yarn): Uses direct versions for Yarn 4 nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jul 10, 2024
1 parent 9e45765 commit 5eb20f2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .changeset/wild-terms-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@astrojs/language-server": patch
"@astrojs/check": patch
---

Fixes installation on Yarn 4
12 changes: 6 additions & 6 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@volar/typescript": "~2.4.0-alpha.15",
"fast-glob": "^3.2.12",
"muggle-string": "^0.4.1",
"volar-service-css": "volar-2.4",
"volar-service-emmet": "volar-2.4",
"volar-service-html": "volar-2.4",
"volar-service-prettier": "volar-2.4",
"volar-service-typescript": "volar-2.4",
"volar-service-typescript-twoslash-queries": "volar-2.4",
"volar-service-css": "0.0.59",
"volar-service-emmet": "0.0.59",
"volar-service-html": "0.0.59",
"volar-service-prettier": "0.0.59",
"volar-service-typescript": "0.0.59",
"volar-service-typescript-twoslash-queries": "0.0.59",
"vscode-html-languageservice": "^5.2.0",
"vscode-uri": "^3.0.8"
},
Expand Down
12 changes: 6 additions & 6 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 5eb20f2

Please sign in to comment.