summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/empty-students-occur.md5
-rw-r--r--packages/astro/package.json2
-rw-r--r--pnpm-lock.yaml9
3 files changed, 10 insertions, 6 deletions
diff --git a/.changeset/empty-students-occur.md b/.changeset/empty-students-occur.md
new file mode 100644
index 000000000..d903a8c5f
--- /dev/null
+++ b/.changeset/empty-students-occur.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Update `@astrojs/compiler` to `0.12.0`
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2a43da389..e35cd3c89 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -58,7 +58,7 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
- "@astrojs/compiler": "^0.12.0-next.9",
+ "@astrojs/compiler": "^0.12.0",
"@astrojs/language-server": "^0.8.6",
"@astrojs/markdown-remark": "^0.6.4",
"@astrojs/prism": "0.4.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1ac7a833e..628231b58 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -340,7 +340,7 @@ importers:
packages/astro:
specifiers:
- '@astrojs/compiler': ^0.12.0-next.9
+ '@astrojs/compiler': ^0.12.0
'@astrojs/language-server': ^0.8.6
'@astrojs/markdown-remark': ^0.6.4
'@astrojs/parser': ^0.22.1
@@ -414,7 +414,7 @@ importers:
yargs-parser: ^21.0.0
zod: ^3.8.1
dependencies:
- '@astrojs/compiler': 0.12.0-next.9
+ '@astrojs/compiler': 0.12.0
'@astrojs/language-server': 0.8.10
'@astrojs/markdown-remark': link:../markdown/remark
'@astrojs/prism': link:../astro-prism
@@ -1334,11 +1334,10 @@ packages:
leven: 3.1.0
dev: true
- /@astrojs/compiler/0.12.0-next.9:
- resolution: {integrity: sha512-XHvGrPBhr/LBYZT4TuXf8mK2+CYCClQoPln9FlF6gIx4yTsWpUwAi3mhhFOGJi4NB1Y1ZbcXS60IjMy/2adpLg==}
+ /@astrojs/compiler/0.12.0:
+ resolution: {integrity: sha512-P1OibxzBRkWz18FL9IClI4WIOL6fFHqrmYq+/Ygw3ya0GHeDZ8pLFVpLXTPKMdHoys43dwffPA/6pWaFygBlEw==}
dependencies:
tsm: 2.2.1
- typescript: 4.6.2
uvu: 0.5.3
dev: false