summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-09-09 10:41:31 -0700
committerGravatar GitHub <noreply@github.com> 2021-09-09 10:41:31 -0700
commit1a88cfde7d2b3854e279c1bf3e12adf5d2155801 (patch)
treeac72580c3cfd5c3529625e057f42538373eb92e8 /examples
parentfa8e6790e68b3ab9b69ae921f6982249601eddb8 (diff)
downloadastro-1a88cfde7d2b3854e279c1bf3e12adf5d2155801.tar.gz
astro-1a88cfde7d2b3854e279c1bf3e12adf5d2155801.tar.zst
astro-1a88cfde7d2b3854e279c1bf3e12adf5d2155801.zip
Version Packages (#1303)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/snowpack/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
18 files changed, 18 insertions, 18 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 899294217..f16fbc013 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/blog/package.json b/examples/blog/package.json
index e9ab01903..d6ad943b5 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/docs/package.json b/examples/docs/package.json
index fbe9a654c..e0e232381 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.20.4",
+ "astro": "^0.20.5",
"@snowpack/plugin-dotenv": "^2.1.0"
},
"snowpack": {
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 6af44efa6..ab642bd8b 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 1f5702cdb..950a32706 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4",
+ "astro": "^0.20.5",
"@astrojs/renderer-solid": "^0.1.0"
},
"snowpack": {
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 0fc86c5e2..d5ba6e873 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index e5a04e40e..d34fdbbfc 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index b4c45c7cb..be40510f7 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4",
+ "astro": "^0.20.5",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 603284e4b..282a7ffc8 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index a95bf238b..ce3e0ab32 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 07aae9a93..468f13123 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 1920350eb..eb28f0ecb 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 25e05b64d..8ebf903c4 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -19,7 +19,7 @@
"devDependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 52f4d889a..80dbba551 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 5145f9922..e1da3c821 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.20.4",
+ "astro": "^0.20.5",
"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 daa03363f..86eb9518a 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index e79b570dc..7d3de0c3e 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"dependencies": {
"nanostores": "^0.3.3"
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index d0d681b72..144800d34 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
- "astro": "^0.20.4"
+ "astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."