diff options
author | 2021-12-16 17:36:48 -0600 | |
---|---|---|
committer | 2021-12-16 17:36:48 -0600 | |
commit | 810aeb321a46ff37ce1250cbfb727d944ef8a825 (patch) | |
tree | 23d6477b21cc1534d465314f46ff52afa1258ef1 /examples | |
parent | b8be7e868ee0655f5d988526a79e7fbdf48cfdf3 (diff) | |
download | astro-810aeb321a46ff37ce1250cbfb727d944ef8a825.tar.gz astro-810aeb321a46ff37ce1250cbfb727d944ef8a825.tar.zst astro-810aeb321a46ff37ce1250cbfb727d944ef8a825.zip |
chore: release @astrojs/renderer-svelte@0.2.3astro@0.21.13@astrojs/renderer-svelte@0.2.3
Diffstat (limited to 'examples')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 | ||||
-rw-r--r-- | examples/blog/package.json | 2 | ||||
-rw-r--r-- | examples/docs/package.json | 2 | ||||
-rw-r--r-- | examples/framework-lit/package.json | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 2 | ||||
-rw-r--r-- | examples/framework-preact/package.json | 2 | ||||
-rw-r--r-- | examples/framework-react/package.json | 2 | ||||
-rw-r--r-- | examples/framework-solid/package.json | 2 | ||||
-rw-r--r-- | examples/framework-svelte/package.json | 2 | ||||
-rw-r--r-- | examples/framework-vue/package.json | 2 | ||||
-rw-r--r-- | examples/minimal/package.json | 2 | ||||
-rw-r--r-- | examples/portfolio-svelte/package.json | 2 | ||||
-rw-r--r-- | examples/portfolio/package.json | 2 | ||||
-rw-r--r-- | examples/starter/package.json | 2 | ||||
-rw-r--r-- | examples/subpath/package.json | 2 | ||||
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 | ||||
-rw-r--r-- | examples/with-markdown/package.json | 2 | ||||
-rw-r--r-- | examples/with-nanostores/package.json | 2 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 | ||||
-rw-r--r-- | examples/with-vite-plugin-pwa/package.json | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 93b32997d..be4d5c389 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.21.12" + "astro": "^0.21.13" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index ef2ee4b10..7abfb5469 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 076ae0cfe..33105db0e 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.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index e0739b7f9..43b2769bf 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.2.1", - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e4e8bd3ca..a83881429 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 483b01cb2..339cec6e5 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 16afc684f..f1ea5c076 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 9d5e5fd71..f1ce217f1 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 62f04c997..37d9756be 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 43e8f484f..971f6df3f 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index f501c90a3..9a36f9b4a 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index d3143778a..c84db47cc 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index f175507ad..aa885b361 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 5f636bd7c..c70348543 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 9d1e76684..6c4f48dff 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 3b4d3bcaf..d309b023c 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.21.12", + "astro": "^0.21.13", "rehype-add-classes": "^1.0.0", "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 7cd5fa718..79a0d2f4b 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 17f56716b..9668365f1 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -17,6 +17,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index b00237f8c..db753e636 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12", + "astro": "^0.21.13", "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 de637bf51..37c3becba 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.21.12", + "astro": "^0.21.13", "vite-plugin-pwa": "0.11.5" } } |