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 |
19 files changed, 19 insertions, 19 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 355036564..ca0fe4092 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.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index b77a02868..bf0439aaa 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 65e8085c0..82982e92d 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.0-next.7", + "astro": "^0.21.0-next.8", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 74ad50748..0d72d27e3 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.2.0-next.0", - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index aec9c00c3..76ba56ef0 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.1", - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index d5c13bc3c..0ff10f393 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index c32020a4b..96a7a1542 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index c0e2e36fe..876b029bb 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.1", - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 676d5fb6c..d43065c45 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 707f6eef4..7ac6037b8 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 0c04ca2e1..26aa20af5 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 1f86297bd..cf1ca8b11 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index cfdbec705..6ef977bd1 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 4dbda0114..175e9ea62 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 603f64ccc..f110701ad 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 65949e563..f4a0aa39a 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.0-next.7", + "astro": "^0.21.0-next.8", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index c91e8ce6e..6b16d88dd 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index d258d50cc..c26364f80 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.1", - "astro": "^0.21.0-next.7" + "astro": "^0.21.0-next.8" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 1b779c923..0010011bd 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.7", + "astro": "^0.21.0-next.8", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } |