diff options
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 4 | ||||
-rw-r--r-- | packages/integrations/react/test/fixtures/react-component/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 21e86e811..911acc34a 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -49,8 +49,8 @@ "ultrahtml": "^1.3.0" }, "devDependencies": { - "@types/react": "^18.2.21", - "@types/react-dom": "^18.2.7", + "@types/react": "^18.2.37", + "@types/react-dom": "^18.2.15", "astro": "workspace:*", "astro-scripts": "workspace:*", "chai": "^4.3.7", diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json index cf7b2b057..e7b7ac5d9 100644 --- a/packages/integrations/react/test/fixtures/react-component/package.json +++ b/packages/integrations/react/test/fixtures/react-component/package.json @@ -8,6 +8,6 @@ "astro": "workspace:*", "react": "^18.1.0", "react-dom": "^18.1.0", - "vue": "^3.3.4" + "vue": "^3.3.8" } } |