summaryrefslogtreecommitdiff
path: root/examples/framework-vue
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/framework-vue
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/framework-vue')
-rw-r--r--examples/framework-vue/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 98e7bcee9..332b4be59 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-vue": "^0.4.0",
- "astro": "^0.24.0-next.2"
+ "astro": "^0.24.0"
}
}