summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-22 10:27:46 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-22 10:27:46 -0500
commit63df5fbf23c36a86d49f07b82aa2b59397d52f0e (patch)
treeb3676fd48d9eea74a2642e003a53a603b3c7a414 /examples
parent17954a863489889e9cb2ec7bf0a1af38f9302abb (diff)
downloadastro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.tar.gz
astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.tar.zst
astro-63df5fbf23c36a86d49f07b82aa2b59397d52f0e.zip
Version Packages (#1967)astro@0.21.1
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-svelte/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/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
19 files changed, 19 insertions, 19 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 6878c5bb5..25b5aec33 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"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 5989a9b7f..1fdc9308a 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index dc221cc62..02fb083ff 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",
+ "astro": "^0.21.1",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 406482dd4..52e81c69d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.2.0",
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 2bd032f15..db298aded 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0",
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 9104082f3..97b43dc5c 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"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 559863839..bd91ba4c8 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"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 4e2088cb6..39d526196 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0",
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index fbce7ed4a..3fdf67df1 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"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 75a504e6e..111d68e91 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"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 6d150ade8..fed2437d5 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 1f188ed60..e696eaada 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"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 28eb5d584..b2108fbcd 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 24b403116..8643fbb03 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index c08e893a0..5446e48e7 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 59c4ea35b..995f8f9f5 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",
+ "astro": "^0.21.1",
"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 8a7c00343..be4831828 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"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index aa64e3044..e96a6a625 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0",
- "astro": "^0.21.0"
+ "astro": "^0.21.1"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 05c12b1c3..dc88bdfdd 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",
+ "astro": "^0.21.1",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}