diff options
author | 2021-11-18 16:11:18 -0800 | |
---|---|---|
committer | 2021-11-18 16:11:18 -0800 | |
commit | 78b3371adbe829ccba45f3df67ead5c51be8fb9f (patch) | |
tree | cd8a82505d4142709cd1989af802e0677acacdb7 /yarn.lock | |
parent | a89b3e3eb67d415342ca11b672e6b673e91933a8 (diff) | |
download | astro-78b3371adbe829ccba45f3df67ead5c51be8fb9f.tar.gz astro-78b3371adbe829ccba45f3df67ead5c51be8fb9f.tar.zst astro-78b3371adbe829ccba45f3df67ead5c51be8fb9f.zip |
pin astro compiler to older version
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |