diff options
author | 2024-07-18 14:30:35 -0700 | |
---|---|---|
committer | 2024-07-18 23:30:35 +0200 | |
commit | 745ce44dd3406785a17cb4f556a103c8d6558515 (patch) | |
tree | b40064997779b2ed081a9aaee5cbaf9b2e115f42 /examples/framework-vue | |
parent | 4e142d38cbaf0938be7077c88e32b38a6b60eaed (diff) | |
download | astro-745ce44dd3406785a17cb4f556a103c8d6558515.tar.gz astro-745ce44dd3406785a17cb4f556a103c8d6558515.tar.zst astro-745ce44dd3406785a17cb4f556a103c8d6558515.zip |
[ci] release (#11492)astro@4.12.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 8e1291d81..6f660508b 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.0", - "astro": "^4.12.0", + "astro": "^4.12.1", "vue": "^3.4.31" } } |