diff options
author | 2022-01-12 11:30:01 -0500 | |
---|---|---|
committer | 2022-01-12 11:30:01 -0500 | |
commit | 983bf72aa1a4a8eee907324a8301f286e1fb0e1d (patch) | |
tree | 6a0264a8ff02e76ea8b6b21af2874285700e0fbd /examples | |
parent | d3d2b89159508d47386852cc90fd2adda56480b0 (diff) | |
download | astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.tar.gz astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.tar.zst astro-983bf72aa1a4a8eee907324a8301f286e1fb0e1d.zip |
[ci] release (#2340)astro@0.22.10@astrojs/renderer-solid@0.3.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
24 files changed, 27 insertions, 27 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 20bba4572..ff61b7773 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 8cedf05df..4e08fa5ed 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index be8458d82..30e9831a4 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/component/package.json b/examples/component/package.json index 9352b35a0..d375cca55 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -12,6 +12,6 @@ "serve": "astro --project-root demo preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 9a2dbc4dc..8faa2ab77 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,6 +12,6 @@ "@docsearch/react": "^1.0.0-alpha.28" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json index 61869eed4..4519c703b 100644 --- a/examples/fast-build/package.json +++ b/examples/fast-build/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9", + "astro": "^0.22.10", "unocss": "^0.15.5", "vite-imagetools": "^4.0.1" } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index b1490fca9..e4651ae68 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 875726d43..5252fa67c 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.3.0", - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index fe60f3827..d3ac0b3f3 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.9" + "@astrojs/renderer-solid": "^0.3.1", + "astro": "^0.22.10" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 36d00d348..83f2088f0 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index f81496d6d..7261efa0a 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index dc4371775..5f2a53807 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.9" + "@astrojs/renderer-solid": "^0.3.1", + "astro": "^0.22.10" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 27663386c..1d9a2746a 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index f03614a10..202cb369e 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index e0636eb53..188c45a6b 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index a78d25ddc..e0c5efdc6 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 6a0287b3a..9793f923a 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 4b6ef7268..aa42eb243 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index a8efec9d3..ae16f279a 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 334232066..7b334d9b1 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9", + "astro": "^0.22.10", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index cce5972f7..c3629eca6 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9" + "astro": "^0.22.10" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 22abe4ff9..bcbf85bcd 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,7 +16,7 @@ "solid-nanostores": "0.0.6" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.9" + "@astrojs/renderer-solid": "^0.3.1", + "astro": "^0.22.10" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index eed8880ea..dc80d1083 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9", + "astro": "^0.22.10", "autoprefixer": "^10.4.0", "tailwindcss": "^3.0.5" } diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 91eddc42c..b13f7c39e 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.9", + "astro": "^0.22.10", "vite-plugin-pwa": "0.11.5" } } |