Upgrade the compiler (#3416)

This commit is contained in:
Matthew Phillips 2022-05-20 15:08:50 -04:00 committed by GitHub
parent 421eb3b5d4
commit 60d7164015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions

View file

@ -76,7 +76,7 @@
"test:e2e": "playwright test e2e"
},
"dependencies": {
"@astrojs/compiler": "^0.14.2",
"@astrojs/compiler": "^0.14.3",
"@astrojs/language-server": "^0.13.4",
"@astrojs/markdown-remark": "^0.9.4",
"@astrojs/prism": "0.4.1",

View file

@ -459,7 +459,7 @@ importers:
packages/astro:
specifiers:
'@astrojs/compiler': ^0.14.2
'@astrojs/compiler': ^0.14.3
'@astrojs/language-server': ^0.13.4
'@astrojs/markdown-remark': ^0.9.4
'@astrojs/prism': 0.4.1
@ -545,7 +545,7 @@ importers:
yargs-parser: ^21.0.1
zod: ^3.16.0
dependencies:
'@astrojs/compiler': 0.14.2
'@astrojs/compiler': 0.14.3
'@astrojs/language-server': 0.13.4
'@astrojs/markdown-remark': link:../markdown/remark
'@astrojs/prism': link:../astro-prism
@ -1936,8 +1936,8 @@ packages:
leven: 3.1.0
dev: true
/@astrojs/compiler/0.14.2:
resolution: {integrity: sha512-kLj3iWkzPNk9TXWDY7bqGXRQ0XZbpwJNulQ7WrJCdv2zre7TG0E51x5ab8tCsiiTRZ2xORHuIz+gH2qFotXrKw==}
/@astrojs/compiler/0.14.3:
resolution: {integrity: sha512-kG8E6rcy0rLJc24MrkoQ5THEPTVeVSTgOT/OmIK/K3UkywOWqs4D7w2MNvehR8pgLLzNVp0aen8+w57zVBFGew==}
dependencies:
tsm: 2.2.1
uvu: 0.5.3
@ -2252,6 +2252,8 @@ packages:
resolution: {integrity: sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==}
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
'@babel/types': 7.18.0
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==}
@ -7749,6 +7751,11 @@ packages:
/debug/3.2.7:
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
peerDependencies:
supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
dependencies:
ms: 2.1.3
dev: false
@ -10570,6 +10577,8 @@ packages:
debug: 3.2.7
iconv-lite: 0.4.24
sax: 1.2.4
transitivePeerDependencies:
- supports-color
dev: false
/netmask/2.0.2:
@ -10652,6 +10661,8 @@ packages:
rimraf: 2.7.1
semver: 5.7.1
tar: 4.4.19
transitivePeerDependencies:
- supports-color
dev: false
/node-releases/2.0.4: