diff options
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 e8d2bf2a7..93b32997d 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.11" + "astro": "^0.21.12" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 4b652c6ad..ef2ee4b10 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 5ffec5e7e..0653578cd 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "@docsearch/react": "^1.0.0-alpha.27" }, "devDependencies": { - "astro": "^0.21.11", + "astro": "^0.21.12", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index c42a41179..e0739b7f9 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.11" + "astro": "^0.21.12" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 894c86598..e4e8bd3ca 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.11" + "astro": "^0.21.12" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index fc333c811..483b01cb2 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 1408c830e..16afc684f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 286da4f0d..9d5e5fd71 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.11" + "astro": "^0.21.12" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 7482047e9..62f04c997 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index e3b196a47..43e8f484f 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 45aff28d7..f501c90a3 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 3ceca8bd2..d3143778a 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 88601b030..f175507ad 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 089b7b704..5f636bd7c 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index a84d2dd0f..9d1e76684 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 7ce5df009..3b4d3bcaf 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.11", + "astro": "^0.21.12", "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 fdfae6f3d..7cd5fa718 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 80ee386f8..2806735d1 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.11" + "astro": "^0.21.12" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 0e12e24a5..edd6027d2 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.11", + "astro": "^0.21.12", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index a7e3faf31..faf341640 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.11", + "astro": "^0.21.12", "vite-plugin-pwa": "^0.11.5" } } |