diff options
author | 2025-03-31 09:29:32 +0100 | |
---|---|---|
committer | 2025-03-31 09:29:32 +0100 | |
commit | 19bd710ad5dd993628626ebd37f75d4d339b08a9 (patch) | |
tree | 37612b40ee7dbfb4fa59d4946ba0f2d818bde575 /packages/integrations/react | |
parent | a5061d62e920a75b9764ed9aeb5f60e51046db32 (diff) | |
download | astro-19bd710ad5dd993628626ebd37f75d4d339b08a9.tar.gz astro-19bd710ad5dd993628626ebd37f75d4d339b08a9.tar.zst astro-19bd710ad5dd993628626ebd37f75d4d339b08a9.zip |
fix(deps): update astro client runtimes (#13522)
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 a29a54fe7..7fc061bd4 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -54,7 +54,7 @@ "vite": "^6.2.3" }, "devDependencies": { - "@types/react": "^18.3.19", + "@types/react": "^18.3.20", "@types/react-dom": "^18.3.5", "astro": "workspace:*", "astro-scripts": "workspace:*", |