diff options
author | 2022-06-20 09:28:58 -0400 | |
---|---|---|
committer | 2022-06-20 09:28:58 -0400 | |
commit | 04288d4fc035d88e4092d3327d1d115427618239 (patch) | |
tree | be7a2728ed11ab12f7fb10b39b8a33fd7402aa70 /pnpm-lock.yaml | |
parent | 7f7a82bb2afcb189cea76920a713ca8f89d80858 (diff) | |
download | astro-04288d4fc035d88e4092d3327d1d115427618239.tar.gz astro-04288d4fc035d88e4092d3327d1d115427618239.tar.zst astro-04288d4fc035d88e4092d3327d1d115427618239.zip |
Upgrade compiler version
Diffstat (limited to '')
-rw-r--r-- | pnpm-lock.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 078b275ee..2025151a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -461,7 +461,7 @@ importers: packages/astro: specifiers: - '@astrojs/compiler': ^0.16.0 + '@astrojs/compiler': ^0.16.1 '@astrojs/language-server': ^0.13.4 '@astrojs/markdown-remark': ^0.11.2 '@astrojs/prism': 0.4.1 @@ -545,7 +545,7 @@ importers: yargs-parser: ^21.0.1 zod: ^3.17.3 dependencies: - '@astrojs/compiler': 0.16.0 + '@astrojs/compiler': 0.16.1 '@astrojs/language-server': 0.13.4 '@astrojs/markdown-remark': link:../markdown/remark '@astrojs/prism': link:../astro-prism @@ -2317,8 +2317,8 @@ packages: leven: 3.1.0 dev: true - /@astrojs/compiler/0.16.0: - resolution: {integrity: sha512-JkqJ9GBiT+DXvf06ON/n9/qHa7UE/f6iyM5MkFHquU7U6Z7kAdEgE0SObkaxxpNIl+WamHoDdnnS8qgK1C8ytA==} + /@astrojs/compiler/0.16.1: + resolution: {integrity: sha512-6l5j9b/sEdyqRUvwJpp+SmlAkNO5WeISuNEXnyH9aGwzIAdqgLB2boAJef9lWadlOjG8rSPO29WHRa3qS2Okew==} dev: false /@astrojs/language-server/0.13.4: |