diff options
author | 2023-02-07 10:45:08 -0800 | |
---|---|---|
committer | 2023-02-07 13:45:08 -0500 | |
commit | 27eecd399822c45a4e6a373401b2464e646206bd (patch) | |
tree | 9f88c594d660222fccd528eab6eabcf91f741413 /examples/framework-vue | |
parent | dd0914eafdbbd84eb59a745317c5a9f3ee89a0f1 (diff) | |
download | astro-27eecd399822c45a4e6a373401b2464e646206bd.tar.gz astro-27eecd399822c45a4e6a373401b2464e646206bd.tar.zst astro-27eecd399822c45a4e6a373401b2464e646206bd.zip |
[ci] release (#6116)create-astro@3.0.0astro@2.0.7@astrojs/netlify@2.1.2@astrojs/lit@1.2.0@astrojs/image@0.14.1@astrojs/cloudflare@6.1.2
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 163ae9cd2..b32351296 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.6", + "astro": "^2.0.7", "vue": "^3.2.37", "@astrojs/vue": "^2.0.1" } |