From c0204c0a416865eab9b905b61231ed9a304120a8 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 5 Jan 2022 12:03:16 -0600 Subject: [PATCH] chore: update compiler (#2318) --- .changeset/soft-boxes-dance.md | 5 +++++ packages/astro/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/soft-boxes-dance.md diff --git a/.changeset/soft-boxes-dance.md b/.changeset/soft-boxes-dance.md new file mode 100644 index 000000000..8069a58ef --- /dev/null +++ b/.changeset/soft-boxes-dance.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Update `@astrojs/compiler` to [`0.7.3`](https://github.com/withastro/compiler/blob/main/lib/compiler/CHANGELOG.md#073) diff --git a/packages/astro/package.json b/packages/astro/package.json index 1073b5dd0..cfbcad596 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -56,7 +56,7 @@ "test": "mocha --parallel --timeout 15000" }, "dependencies": { - "@astrojs/compiler": "^0.7.2", + "@astrojs/compiler": "^0.7.3", "@astrojs/language-server": "^0.8.6", "@astrojs/markdown-remark": "^0.6.0", "@astrojs/prism": "0.4.0", diff --git a/yarn.lock b/yarn.lock index 59f76a730..396e2cebc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -122,10 +122,10 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@astrojs/compiler@^0.7.2": - version "0.7.2" - resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.7.2.tgz#81afb864f539ef61e01b832d47a8d4e6050ca951" - integrity sha512-I8w6pCSz4BgG2oNLX7kPTocsKLsKw5/Vwef717d5KOYLYb0lcgqRKepkYLyCqoFZPo0E1wAnlvDwaRlh/Ce5+g== +"@astrojs/compiler@^0.7.3": + version "0.7.3" + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.7.3.tgz#988560f2afa7db9cd185fbcf6ca7567bbc8aecb9" + integrity sha512-Kse5Xl9AxXNRCFKgqHoyEezzLs75Ik3l3I+uFXSGitfla25xiXsz1a4vgvx1pr5NuPCmmPGc3bVML6BmMdW8bw== dependencies: typescript "^4.3.5"