Upgrade language server (#2305)

* Upgrade language server

Fixes #2297

* Adds a changeset
This commit is contained in:
Matthew Phillips 2022-01-04 11:06:47 -05:00 committed by GitHub
parent 344866762c
commit 193ca60f40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fixes `astro check` errors with import.meta usage

View file

@ -57,7 +57,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.7.0", "@astrojs/compiler": "^0.7.0",
"@astrojs/language-server": "^0.8.2", "@astrojs/language-server": "^0.8.6",
"@astrojs/markdown-remark": "^0.6.0", "@astrojs/markdown-remark": "^0.6.0",
"@astrojs/prism": "0.4.0", "@astrojs/prism": "0.4.0",
"@astrojs/renderer-preact": "^0.4.0", "@astrojs/renderer-preact": "^0.4.0",

View file

@ -129,10 +129,10 @@
dependencies: dependencies:
typescript "^4.3.5" typescript "^4.3.5"
"@astrojs/language-server@^0.8.2": "@astrojs/language-server@^0.8.6":
version "0.8.5" version "0.8.6"
resolved "https://registry.yarnpkg.com/@astrojs/language-server/-/language-server-0.8.5.tgz#f3eb869348d7da802ba88ecb559271abb842a333" resolved "https://registry.yarnpkg.com/@astrojs/language-server/-/language-server-0.8.6.tgz#72b76429e9100c5b075ef3cd125d77fc36647916"
integrity sha512-3Ra2HjnJnfKjSsLrZeWuXIvpW/LBtoUOcnSYAR/pqfOcSZDZXHOXLsySLTkS46zQoMJK0F+V+IRUmZ+vTGUQwA== integrity sha512-Ta9v/19bczh9LXOYsRFQU8Rk8K/y6oSo510Jzp5xqJ+miWLQDLvLEL4BsyKpPBVBg2kyMBrpZ7LNSzGhQL4XVQ==
dependencies: dependencies:
lodash "^4.17.21" lodash "^4.17.21"
source-map "^0.7.3" source-map "^0.7.3"