diff options
author | 2024-10-22 13:07:28 +0100 | |
---|---|---|
committer | 2024-10-22 13:07:28 +0100 | |
commit | 2edcad14908a3a2225d660b350f2c56c682beb28 (patch) | |
tree | bae013f677499b2917a57e100ce3f61d2ceba318 /packages/integrations/react | |
parent | 4ddc63b39c71f5e53e0406b0f2b0a814e355ee33 (diff) | |
download | astro-2edcad14908a3a2225d660b350f2c56c682beb28.tar.gz astro-2edcad14908a3a2225d660b350f2c56c682beb28.tar.zst astro-2edcad14908a3a2225d660b350f2c56c682beb28.zip |
fix(deps): update all non-major dependencies (#12266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 81749afa3..dcbf95e04 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -55,7 +55,7 @@ "test": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { - "@vitejs/plugin-react": "^4.3.2", + "@vitejs/plugin-react": "^4.3.3", "ultrahtml": "^1.5.3" }, "devDependencies": { |