chore: update compiler (#1705)
This commit is contained in:
parent
a7e62ded69
commit
c9b33d2b7e
2 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@
|
|||
"test": "mocha --parallel --timeout 15000"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.2.22",
|
||||
"@astrojs/compiler": "^0.2.23",
|
||||
"@astrojs/language-server": "^0.7.16",
|
||||
"@astrojs/markdown-remark": "^0.3.1",
|
||||
"@astrojs/markdown-support": "0.3.1",
|
||||
|
|
|
@ -106,10 +106,10 @@
|
|||
"@algolia/logger-common" "4.10.5"
|
||||
"@algolia/requester-common" "4.10.5"
|
||||
|
||||
"@astrojs/compiler@^0.2.22":
|
||||
version "0.2.22"
|
||||
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.2.22.tgz#c56a1da9ab5080d5cdf120f0b15b22765f72e166"
|
||||
integrity sha512-RzZuhoyBv5EjBsqIhu/R2XhtYTXt2cT3oWdwowsgoVPOE2/b/ByJWQ+5ZmMExXcUoMbskzcInnwXjx5TXWXhAA==
|
||||
"@astrojs/compiler@^0.2.23":
|
||||
version "0.2.23"
|
||||
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.2.23.tgz#ebc705521ed5ce89d37ebfc0c3392ec6c0d7ec47"
|
||||
integrity sha512-RjQXt4AFQqUYzjzbwFKBDqTnj2yfBnwPROHmFD40ONaIXaeHYcVvHKC3zrXqO8PIVRpQOlvFw9V3CWZD6rG7pw==
|
||||
dependencies:
|
||||
typescript "^4.3.5"
|
||||
|
||||
|
|
Loading…
Reference in a new issue