diff options
author | 2024-09-04 18:42:00 -0700 | |
---|---|---|
committer | 2024-09-05 03:42:00 +0200 | |
commit | 65bfefb96bd70bf948022e71b72684259fbd5105 (patch) | |
tree | b4ef3b066228053755cb4233d425d1e609f3409f /examples/framework-vue | |
parent | ca54e3f819fad009ac3c3c8b57a26014a2652a73 (diff) | |
download | astro-65bfefb96bd70bf948022e71b72684259fbd5105.tar.gz astro-65bfefb96bd70bf948022e71b72684259fbd5105.tar.zst astro-65bfefb96bd70bf948022e71b72684259fbd5105.zip |
[ci] release (#11909)astro@4.15.3@astrojs/db@0.14.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 f44f9deeb..5fd11ed4b 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.15.2", + "astro": "^4.15.3", "vue": "^3.4.38" } } |