summaryrefslogtreecommitdiff
path: root/examples/starter
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-19 22:45:07 -0700
committerGravatar GitHub <noreply@github.com> 2022-04-19 22:45:07 -0700
commitfce98d5552dfc70b43c258dd057b651d1c481d84 (patch)
tree46906529129da49200855877ab16e8d53a7ff364 /examples/starter
parent0c6bbee4c95b50e5bd43675296511fbb5b985014 (diff)
downloadastro-@astrojs/deno@0.1.1.tar.gz
astro-@astrojs/deno@0.1.1.tar.zst
astro-@astrojs/deno@0.1.1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/starter')
-rw-r--r--examples/starter/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/starter/package.json b/examples/starter/package.json
index ea868ca40..56388ba4d 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.13"
+ "astro": "^1.0.0-beta.14"
}
}