diff options
author | 2024-09-02 10:54:53 +0800 | |
---|---|---|
committer | 2024-09-02 10:54:53 +0800 | |
commit | 645f4e21a70a3ccdc71114b21effd7634950a95f (patch) | |
tree | b153767e79d68f4eb8d7852d2113ce8ae852cc1e /packages/integrations/react | |
parent | e45070459f18976400fc8939812e172781eba351 (diff) | |
download | astro-645f4e21a70a3ccdc71114b21effd7634950a95f.tar.gz astro-645f4e21a70a3ccdc71114b21effd7634950a95f.tar.zst astro-645f4e21a70a3ccdc71114b21effd7634950a95f.zip |
fix(deps): update all non-major dependencies (#11896)
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 4e7901bff..4f45a472d 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -59,7 +59,7 @@ "ultrahtml": "^1.5.3" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "astro": "workspace:*", "astro-scripts": "workspace:*", |