pin astro compiler to older version

This commit is contained in:
Fred K. Schott 2021-11-18 16:11:18 -08:00
parent a89b3e3eb6
commit 78b3371adb
2 changed files with 5 additions and 5 deletions

View file

@ -53,7 +53,7 @@
"test": "mocha --parallel --timeout 15000"
},
"dependencies": {
"@astrojs/compiler": "^0.3.1",
"@astrojs/compiler": "0.3.1",
"@astrojs/language-server": "^0.7.16",
"@astrojs/markdown-remark": "^0.4.0-next.1",
"@astrojs/markdown-support": "0.3.1",

View file

@ -106,10 +106,10 @@
"@algolia/logger-common" "4.11.0"
"@algolia/requester-common" "4.11.0"
"@astrojs/compiler@^0.3.1":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.2.tgz#69d657932bbd4d91decc0d01ae68995cfbc614dd"
integrity sha512-rbzV5PHwln3t1C5uLYO2K8eoYl75K+Ae7HgzkTzcsZrpB6W6OdgI4n+hpIeOhzq0wrAELVE0QP2nVc2H0NUd6w==
"@astrojs/compiler@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.1.tgz#5cff0bf9f0769a6f91443a663733727b8a6e3598"
integrity sha512-4jShqZVcWF3pWcfjWU05PVc2rF9JP9E89fllEV8Zi/UpPicemn9zxl3r4O6ahGfBjBRTQp42CFLCETktGPRPyg==
dependencies:
typescript "^4.3.5"