diff options
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index a3213503a..ba7bbae81 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -50,13 +50,13 @@ "ultrahtml": "^1.5.3" }, "devDependencies": { - "@types/react": "^18.2.79", - "@types/react-dom": "^18.2.25", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "vite": "^5.2.10" }, "peerDependencies": { |