summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-12-23 11:49:30 -0500
committerGravatar GitHub <noreply@github.com> 2021-12-23 11:49:30 -0500
commitb8e3efa7bb72e6e436ced6c503a9e7e49f30bb02 (patch)
treee1f2fbe0db46a87cc5f99f67cb452be0bb4502a2 /examples
parentdb79d2e9ec02f3e3f25c6c10aa365acdd5c1a7cc (diff)
downloadastro-b8e3efa7bb72e6e436ced6c503a9e7e49f30bb02.tar.gz
astro-b8e3efa7bb72e6e436ced6c503a9e7e49f30bb02.tar.zst
astro-b8e3efa7bb72e6e436ced6c503a9e7e49f30bb02.zip
[ci] release (#2219)
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/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/fast-build/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json4
-rw-r--r--examples/framework-multiple/package.json4
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json4
-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.json4
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
24 files changed, 28 insertions, 28 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index be4d5c389..e01644f29 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.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 7abfb5469..a053b25dd 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 575002652..62edb686b 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.11"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 84fe15ec4..35c8f76c1 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -12,6 +12,6 @@
"serve": "astro --project-root demo preview"
},
"devDependencies": {
- "astro": "^0.21.11"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 33105db0e..9133c16c8 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,6 +12,6 @@
"@docsearch/react": "^1.0.0-alpha.28"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json
index 4abd5fc13..c28c1d80b 100644
--- a/examples/fast-build/package.json
+++ b/examples/fast-build/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.6",
+ "astro": "^0.22.0",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index ad3875198..c0af70c20 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 43b2769bf..b072219df 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/renderer-lit": "^0.2.1",
- "astro": "^0.21.13"
+ "@astrojs/renderer-lit": "^0.3.0",
+ "astro": "^0.22.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index a83881429..860306462 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/renderer-solid": "^0.2.1",
- "astro": "^0.21.13"
+ "@astrojs/renderer-solid": "^0.3.0",
+ "astro": "^0.22.0"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 339cec6e5..d47e9dd25 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index f1ea5c076..d515bf5b1 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index f1ce217f1..01249fc7b 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/renderer-solid": "^0.2.1",
- "astro": "^0.21.13"
+ "@astrojs/renderer-solid": "^0.3.0",
+ "astro": "^0.22.0"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 37d9756be..836143073 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 971f6df3f..74d613846 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 9a36f9b4a..69b7af2ab 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index c84db47cc..d60396bb6 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index aa885b361..96e40d1c2 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index c70348543..1fec48480 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 6c4f48dff..705a12cdf 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index d309b023c..fcaf8fd0b 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.13",
+ "astro": "^0.22.0",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 79a0d2f4b..b01c807d3 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13"
+ "astro": "^0.22.0"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 9668365f1..a7a793568 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -16,7 +16,7 @@
"solid-nanostores": "0.0.6"
},
"devDependencies": {
- "@astrojs/renderer-solid": "^0.2.1",
- "astro": "^0.21.13"
+ "@astrojs/renderer-solid": "^0.3.0",
+ "astro": "^0.22.0"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index db753e636..4fd97ddd6 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13",
+ "astro": "^0.22.0",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
}
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 37c3becba..2337ce21f 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.13",
+ "astro": "^0.22.0",
"vite-plugin-pwa": "0.11.5"
}
}