diff options
author | 2023-11-28 08:07:52 -0800 | |
---|---|---|
committer | 2023-11-28 10:07:52 -0600 | |
commit | d0d5ff78c9f81bea8678cde443d0f822465fbb4d (patch) | |
tree | 875319302a20dfc352535521e6ab8a4842367a20 /examples/framework-vue | |
parent | 6e0292a1fa79914ef70759372886b23ca413ece8 (diff) | |
download | astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.tar.gz astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.tar.zst astro-d0d5ff78c9f81bea8678cde443d0f822465fbb4d.zip |
[ci] release (#9202)astro@3.6.2@astrojs/upgrade@0.1.0@astrojs/node@6.1.0
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 71564a36d..d0af3a7fc 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^3.0.4", - "astro": "^3.6.1", + "astro": "^3.6.2", "vue": "^3.3.4" } } |