diff --git a/.changeset/calm-insects-relate.md b/.changeset/calm-insects-relate.md new file mode 100644 index 000000000..63f4b3574 --- /dev/null +++ b/.changeset/calm-insects-relate.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Update compiler to remove console.log (sorry everyone!) diff --git a/packages/astro/package.json b/packages/astro/package.json index cfbcad596..813137eff 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.3", + "@astrojs/compiler": "^0.7.4", "@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 499f7df9b..655cf368f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -122,10 +122,10 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@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== +"@astrojs/compiler@^0.7.4": + version "0.7.4" + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.7.4.tgz#f32559254c715af36e3169c33c717fc2a084b71a" + integrity sha512-CgKxhVYpfzr9Nox+79IGCd9IszEGIVhYCDl1am+LeAvpIVage9YE8YLVY0r+Ow8LaK26uqko/ae06+DmGDtU5w== dependencies: typescript "^4.3.5"