diff options
author | 2025-03-21 09:57:20 +0100 | |
---|---|---|
committer | 2025-03-21 09:57:20 +0100 | |
commit | 3bc2c094c995c47bd3e1e0e046e60db45de7a02c (patch) | |
tree | e88e5f263757429a872776634eedea157b3f7a2a /.github/renovate.json5 | |
parent | f49155f5a636300888373e4b201709407eb360b7 (diff) | |
download | astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.tar.gz astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.tar.zst astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.zip |
fix(deps): update astro client runtimes (#13474)
* fix(deps): update astro client runtimes
* fix: pin vite-plugin-vue
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7034594d7..da31a44bd 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -91,5 +91,7 @@ // follow vite deps version "postcss-load-config", "esbuild", + // TODO: follow https://github.com/withastro/astro/pull/13478 + "@vitejs/plugin-vue" ], } |