mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
pin astro compiler to older version
This commit is contained in:
parent
a89b3e3eb6
commit
78b3371adb
2 changed files with 5 additions and 5 deletions
|
@ -53,7 +53,7 @@
|
||||||
"test": "mocha --parallel --timeout 15000"
|
"test": "mocha --parallel --timeout 15000"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^0.3.1",
|
"@astrojs/compiler": "0.3.1",
|
||||||
"@astrojs/language-server": "^0.7.16",
|
"@astrojs/language-server": "^0.7.16",
|
||||||
"@astrojs/markdown-remark": "^0.4.0-next.1",
|
"@astrojs/markdown-remark": "^0.4.0-next.1",
|
||||||
"@astrojs/markdown-support": "0.3.1",
|
"@astrojs/markdown-support": "0.3.1",
|
||||||
|
|
|
@ -106,10 +106,10 @@
|
||||||
"@algolia/logger-common" "4.11.0"
|
"@algolia/logger-common" "4.11.0"
|
||||||
"@algolia/requester-common" "4.11.0"
|
"@algolia/requester-common" "4.11.0"
|
||||||
|
|
||||||
"@astrojs/compiler@^0.3.1":
|
"@astrojs/compiler@0.3.1":
|
||||||
version "0.3.2"
|
version "0.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.2.tgz#69d657932bbd4d91decc0d01ae68995cfbc614dd"
|
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.1.tgz#5cff0bf9f0769a6f91443a663733727b8a6e3598"
|
||||||
integrity sha512-rbzV5PHwln3t1C5uLYO2K8eoYl75K+Ae7HgzkTzcsZrpB6W6OdgI4n+hpIeOhzq0wrAELVE0QP2nVc2H0NUd6w==
|
integrity sha512-4jShqZVcWF3pWcfjWU05PVc2rF9JP9E89fllEV8Zi/UpPicemn9zxl3r4O6ahGfBjBRTQp42CFLCETktGPRPyg==
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript "^4.3.5"
|
typescript "^4.3.5"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue