summaryrefslogtreecommitdiff
path: root/examples/framework-preact
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-19 14:12:11 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-19 14:12:11 -0500
commit3f76849a0bd49c2446643cf2f6748c75625f12a6 (patch)
treef1595ec8b71369b5a815ec857ea110d36265e875 /examples/framework-preact
parent14d703154488879f9e44f208614908b21ccc2091 (diff)
downloadastro-3f76849a0bd49c2446643cf2f6748c75625f12a6.tar.gz
astro-3f76849a0bd49c2446643cf2f6748c75625f12a6.tar.zst
astro-3f76849a0bd49c2446643cf2f6748c75625f12a6.zip
Version Packages (next) (#1923)astro@0.21.0-next.12
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-preact')
-rw-r--r--examples/framework-preact/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 1397183a9..807cd6c5d 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.11"
+ "astro": "^0.21.0-next.12"
}
}