summaryrefslogtreecommitdiff
path: root/examples/basics
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-06-21 11:50:06 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-21 11:50:06 -0400
commite13ce4d75138977d4b4dfd42d4cfc72b0eeac55f (patch)
treead8990dac8dca551ca69ca2fbd134838fea5f590 /examples/basics
parent2ff11df438a6a901e72d1f1979c79deb0ad199f2 (diff)
downloadastro-e13ce4d75138977d4b4dfd42d4cfc72b0eeac55f.tar.gz
astro-e13ce4d75138977d4b4dfd42d4cfc72b0eeac55f.tar.zst
astro-e13ce4d75138977d4b4dfd42d4cfc72b0eeac55f.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r--examples/basics/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index bc62c0a10..731101e42 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-beta.48"
+ "astro": "^1.0.0-beta.49"
}
}