Skip to content

Commit

Permalink
Upgrade to version 1.0.0 of the language server (#6953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed May 1, 2023
1 parent 8ed3270 commit dc062f6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 40 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-points-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Update `astro check` to use version 1.0.0 of the Astro language server
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"eslint-plugin-prettier": "^4.2.1",
"only-allow": "^1.1.1",
"organize-imports-cli": "^0.10.0",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"test:e2e:match": "playwright test -g"
},
"dependencies": {
"@astrojs/compiler": "^1.3.1",
"@astrojs/language-server": "^0.28.3",
"@astrojs/compiler": "^1.3.2",
"@astrojs/language-server": "^1.0.0",
"@astrojs/markdown-remark": "^2.1.4",
"@astrojs/telemetry": "^2.1.0",
"@astrojs/webapi": "^2.1.0",
Expand Down
61 changes: 24 additions & 37 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 dc062f6

Please sign in to comment.