summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-09-28 09:10:41 -0400
committerGravatar GitHub <noreply@github.com> 2021-09-28 09:10:41 -0400
commitbf6357a233216de0cef5b866ae432f9020ec7e32 (patch)
tree37b1fdae31b8f1f736d6dc2067fc4af09cc7b6dc /examples
parent85249cb11d7ef00a9bf6fe7f48fc46ea70b6084c (diff)
downloadastro-bf6357a233216de0cef5b866ae432f9020ec7e32.tar.gz
astro-bf6357a233216de0cef5b866ae432f9020ec7e32.tar.zst
astro-bf6357a233216de0cef5b866ae432f9020ec7e32.zip
Version Packages (#1442)astro@0.20.8
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/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
17 files changed, 17 insertions, 17 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index c75207c0f..542a48ff5 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.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 616a3949d..2e47702ae 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 8507a2867..373a70e64 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.7",
+ "astro": "^0.20.8",
"@snowpack/plugin-dotenv": "^2.1.0"
},
"snowpack": {
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 3bea756a3..44da412d2 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.1",
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 768b1b278..f3ea745fb 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7",
+ "astro": "^0.20.8",
"@astrojs/renderer-solid": "^0.1.1"
},
"snowpack": {
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index ea05b4a76..8e0e4f2bd 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index b91465e43..2a65821d0 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 5804c2d86..8c8829c3b 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7",
+ "astro": "^0.20.8",
"@astrojs/renderer-solid": "0.1.1"
},
"snowpack": {
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 286b770d0..55d55a6a8 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index a6a5d67d9..f4ae08782 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index e9d99ca57..09fee0ba4 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 60d3d0214..234bd7884 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 144539ce4..5b96e9bb6 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 7caa728fb..ac5f46488 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.7",
+ "astro": "^0.20.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 30c634aab..932919ef8 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 72150367a..2d65a7b05 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.7"
+ "astro": "^0.20.8"
},
"dependencies": {
"nanostores": "^0.3.3"
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 941513860..76002def3 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.7"
+ "astro": "^0.20.8"
},
"snowpack": {
"workspaceRoot": "../.."