summaryrefslogtreecommitdiff
path: root/examples/blog-multiple-authors
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-03-11 16:47:57 -0600
committerGravatar GitHub <noreply@github.com> 2022-03-11 16:47:57 -0600
commit30e78a0bd81a77b00755ca1ac03be635cb7673b6 (patch)
tree387ea2a0ce7e93639ddbe059b2d3f2ba39fbe9ea /examples/blog-multiple-authors
parent47f5576a3fcfe3e1d228e26af62ded42f7a25ecf (diff)
downloadastro-30e78a0bd81a77b00755ca1ac03be635cb7673b6.tar.gz
astro-30e78a0bd81a77b00755ca1ac03be635cb7673b6.tar.zst
astro-30e78a0bd81a77b00755ca1ac03be635cb7673b6.zip
* [ci] update lockfile (#2763) Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: exit prerelease mode * [ci] release * chore: update lockfile Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog-multiple-authors')
-rw-r--r--examples/blog-multiple-authors/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 57619ff2c..5dbc29a52 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/renderer-preact": "^0.5.0",
- "astro": "^0.24.0-next.2",
+ "astro": "^0.24.0",
"sass": "^1.49.9"
}
}