diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/docs/package.json | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 2 | ||||
-rw-r--r-- | examples/framework-react/package.json | 2 | ||||
-rw-r--r-- | examples/integrations-playground/package.json | 2 | ||||
-rw-r--r-- | examples/subpath/package.json | 2 | ||||
-rw-r--r-- | examples/with-markdown/package.json | 2 | ||||
-rw-r--r-- | examples/with-nanostores/package.json | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index c06c0b049..83871ff2c 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.1", - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.1.1", "astro": "^1.0.0-beta.15" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c106fb494..c61c25426 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/lit": "^0.1.2", "@astrojs/preact": "^0.1.1", - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.1.1", "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.3", diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index b83b78c1d..f0d559673 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.1.1", "astro": "^1.0.0-beta.15" }, "dependencies": { diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index e831cb994..1acea0e7d 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/lit": "^0.1.2", "@astrojs/partytown": "^0.1.2", - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.1.1", "@astrojs/sitemap": "^0.1.0", "@astrojs/tailwind": "^0.2.0", "@astrojs/turbolinks": "^0.1.1", diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 5ef195f85..55ebfbf87 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.1.1", "astro": "^1.0.0-beta.15", "sass": "^1.50.1" }, diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 2597ce795..443533c8c 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/markdown-remark": "^0.9.2", "@astrojs/preact": "^0.1.1", - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.1.1", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.3", "astro": "^1.0.0-beta.15" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 0acfb3796..847032f57 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.1", - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.1.1", "@astrojs/solid-js": "^0.1.2", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.3", |