summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-19 10:39:05 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-19 10:39:05 -0500
commit05a2c484498f343341cb29088a96b82c2f02b6a0 (patch)
tree89bb8791f03425c9de6e8de2746f2202bd212569 /examples
parent3b511059b97156bfffccf48121ffe6041e7e95a3 (diff)
downloadastro-05a2c484498f343341cb29088a96b82c2f02b6a0.tar.gz
astro-05a2c484498f343341cb29088a96b82c2f02b6a0.tar.zst
astro-05a2c484498f343341cb29088a96b82c2f02b6a0.zip
Version Packages (next) (#1904)astro@0.21.0-next.9
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 ca0fe4092..6c430cee3 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-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index bf0439aaa..ffe2a3a47 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 82982e92d..89b0c3cb9 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-next.8",
+ "astro": "^0.21.0-next.9",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 0d72d27e3..f217adb85 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.2.0-next.0",
- "astro": "^0.21.0-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 76ba56ef0..776da1b66 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0-next.1",
- "astro": "^0.21.0-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 0ff10f393..cc19da393 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-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 96a7a1542..7089fae19 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-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 876b029bb..46eb36e46 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0-next.1",
- "astro": "^0.21.0-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index d43065c45..077101576 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-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 7ac6037b8..69c255e9b 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-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 26aa20af5..db5967b42 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index cf1ca8b11..3ed2528a2 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-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 6ef977bd1..a7351aaf4 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 175e9ea62..a05ef2b8a 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index f110701ad..d4b1b22f1 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index f4a0aa39a..e159a80dc 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-next.8",
+ "astro": "^0.21.0-next.9",
"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 6b16d88dd..4c6ac8167 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-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index c26364f80..feaf7a840 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,6 +13,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0-next.1",
- "astro": "^0.21.0-next.8"
+ "astro": "^0.21.0-next.9"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 0010011bd..eae0fd4e4 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-next.8",
+ "astro": "^0.21.0-next.9",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}