diff options
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 88bdd9917..07beab83a 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.5.0", + "astro": "^1.5.1", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^1.2.0", + "@astrojs/react": "^1.2.1", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5" } |