diff options
author | 2022-04-21 12:19:52 -0400 | |
---|---|---|
committer | 2022-04-21 12:19:52 -0400 | |
commit | 0406bdc35b6858a05a86166c491c64bf1d6041b9 (patch) | |
tree | 90832cd85480653ddc871c3403f45dd62c9c745a /examples | |
parent | 8768f23f95840f3b66504fc2ecb39678c986cbe8 (diff) | |
download | astro-@astrojs/netlify@0.3.2.tar.gz astro-@astrojs/netlify@0.3.2.tar.zst astro-@astrojs/netlify@0.3.2.zip |
[ci] release (#3165)@astrojs/react@0.1.1@astrojs/netlify@0.3.2@astrojs/deno@0.1.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
-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", |