Skip to content

Commit

Permalink
Update astro check to use latest version of the language server (#4500)
Browse files Browse the repository at this point in the history
* Update @astrojs/language-server to latest version

* Add changeset

* Update lockfile
  • Loading branch information
Princesseuh committed Aug 26, 2022
1 parent 1f42c07 commit 9874c7b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 50 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-bees-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Update `astro check` to use latest version of the Astro language server
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"dependencies": {
"@astrojs/compiler": "^0.23.4",
"@astrojs/language-server": "^0.20.0",
"@astrojs/language-server": "^0.23.0",
"@astrojs/markdown-remark": "^1.1.0-next.0",
"@astrojs/telemetry": "^1.0.0",
"@astrojs/webapi": "^1.0.0",
Expand Down
100 changes: 51 additions & 49 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 9874c7b

Please sign in to comment.