diff options
author | 2022-03-04 15:29:27 -0600 | |
---|---|---|
committer | 2022-03-04 15:29:27 -0600 | |
commit | a6ee42fa17f69226d181e585fed85ddc633969c2 (patch) | |
tree | aee8538cf0cabc73f810186962c76c1f24ad4ce5 /examples/framework-vue | |
parent | 0d37f8e0a51ac7bcf9e108151828b733bbba6e94 (diff) | |
download | astro-a6ee42fa17f69226d181e585fed85ddc633969c2.tar.gz astro-a6ee42fa17f69226d181e585fed85ddc633969c2.tar.zst astro-a6ee42fa17f69226d181e585fed85ddc633969c2.zip |
[ci] release (#2724)astro@0.23.7@astrojs/renderer-svelte@0.5.1
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 316aedc03..5ed84800f 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.6" + "astro": "^0.23.7" } } |