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/package.json | 2 | ||||
-rw-r--r-- | examples/snowpack/package.json | 2 | ||||
-rw-r--r-- | examples/starter/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 |
18 files changed, 18 insertions, 18 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 208218778..f631cff5e 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/blog/package.json b/examples/blog/package.json index 4f8e7c6d5..0a944b2da 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/docs/package.json b/examples/docs/package.json index 30bc998d3..023f21040 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 97f93435a..831622420 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.0", - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 40c499fa1..cc8d13585 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 1632c1828..876e0e7b3 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 71800e064..cd37feef8 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index fc1abcf7c..9ccc5049a 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0", + "astro": "^0.19.1", "@astrojs/renderer-solid": "0.1.0" }, "snowpack": { diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index f17b7b7e9..aebdf932d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index dc1f679a2..52c13fed8 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 3bf628479..e52e7b4d5 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -8,6 +8,6 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index dfcc876ec..848813b2f 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index 2d6121895..1d6253c5c 100644 --- a/examples/snowpack/package.json +++ b/examples/snowpack/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@contentful/rich-text-html-renderer": "^14.1.2", "@contentful/rich-text-types": "^14.1.2", - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/starter/package.json b/examples/starter/package.json index 37ac86b85..90b4ee337 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 209bb14d6..46f4ba307 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0", + "astro": "^0.19.1", "rehype-add-classes": "^1.0.0", "rehype-toc": "^3.0.2", "remark-autolink-headings": "^6.0.1", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 2b50f5600..4ef4ae4f7 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 01883bfac..3ac8bdc2a 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -8,7 +8,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" }, "dependencies": { "nanostores": "^0.3.3" diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 1f34b28e1..3315375e1 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.19.0" + "astro": "^0.19.1" }, "snowpack": { "workspaceRoot": "../.." |