diff options
author | 2024-08-19 16:09:05 +0800 | |
---|---|---|
committer | 2024-08-19 16:09:05 +0800 | |
commit | 48b85c13ddd96c11c96c66bbdc55e9935ab28042 (patch) | |
tree | 110063a1b0d6ed97df9b0dec1fd40712ed55d94c /examples/framework-vue | |
parent | 89bab1e70786123fbe933a9d7a1b80c9334dcc5f (diff) | |
download | astro-48b85c13ddd96c11c96c66bbdc55e9935ab28042.tar.gz astro-48b85c13ddd96c11c96c66bbdc55e9935ab28042.tar.zst astro-48b85c13ddd96c11c96c66bbdc55e9935ab28042.zip |
fix(deps): update all non-major dependencies (#11765)
Co-authored-by: renovate[bot] <29139614+renovate[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 1bff3df25..2e9653a88 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^4.5.0", "astro": "^4.14.2", - "vue": "^3.4.37" + "vue": "^3.4.38" } } |