summaryrefslogtreecommitdiff
path: root/examples/basics/package.json
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-26 06:58:38 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-26 09:58:38 -0400
commitd790eabd986decc380088e52a4dcbff246ee736f (patch)
treef4fb19e33f32cea242349b2813551bc417f00fe9 /examples/basics/package.json
parentc7e117ce32592c9c29d24583baa10009e620bcc4 (diff)
downloadastro-@astrojs/partytown@0.1.9.tar.gz
astro-@astrojs/partytown@0.1.9.tar.zst
astro-@astrojs/partytown@0.1.9.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics/package.json')
-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 08b97ddff..bbf4af9ed 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^1.0.0-rc.0"
+ "astro": "^1.0.0-rc.1"
}
}