diff options
author | 2024-05-09 07:40:23 -0700 | |
---|---|---|
committer | 2024-05-09 22:40:23 +0800 | |
commit | e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00 (patch) | |
tree | 70ac53c79cea95009779f84810ca676f506aaa83 /examples/framework-vue | |
parent | 4d163811e1a25affb2c3d9adb3af650b7f1c91b6 (diff) | |
download | astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.tar.gz astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.tar.zst astro-e2cdd3c96b22016cbab57f61b4bc67ac87f2fc00.zip |
[ci] release (#10985)astro@4.8.1@astrojs/react@3.3.4
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 23a37b754..6d9451a95 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.2.0", - "astro": "^4.8.0", + "astro": "^4.8.1", "vue": "^3.4.27" } } |