diff options
author | 2024-07-17 14:48:07 +0800 | |
---|---|---|
committer | 2024-07-17 14:48:07 +0800 | |
commit | 2113a5693334151b204172e4832e7a485487f07c (patch) | |
tree | d184914ec8eae6c3fc6808019b55ef6ea7a71447 /packages/integrations/react | |
parent | 2c437ff99cc0d3b7166305eb22f24ad1d2e30bc0 (diff) | |
download | astro-2113a5693334151b204172e4832e7a485487f07c.tar.gz astro-2113a5693334151b204172e4832e7a485487f07c.tar.zst astro-2113a5693334151b204172e4832e7a485487f07c.zip |
fix(deps): update all non-major dependencies (#11426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.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 5dd00c110..16ae0b279 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -66,7 +66,7 @@ "cheerio": "1.0.0-rc.12", "react": "^18.3.1", "react-dom": "^18.3.1", - "vite": "^5.3.2" + "vite": "^5.3.4" }, "peerDependencies": { "@types/react": "^17.0.50 || ^18.0.21", |