summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-16 13:06:58 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-16 13:06:58 -0800
commit750c249c32cb3af1ba7c5ebd9b4433bdfce1ec19 (patch)
tree1854e11224cc56fb9580652866ae9e62512644b6 /examples
parentc8544a2651af4db1dcba0905500d77073836c255 (diff)
downloadastro-750c249c32cb3af1ba7c5ebd9b4433bdfce1ec19.tar.gz
astro-750c249c32cb3af1ba7c5ebd9b4433bdfce1ec19.tar.zst
astro-750c249c32cb3af1ba7c5ebd9b4433bdfce1ec19.zip
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.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
19 files changed, 22 insertions, 22 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 81842677d..21ac7faf8 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.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index b1170e32c..3fc1a103b 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 277930e5d..c76b1cad1 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.3",
+ "astro": "^0.21.0-next.4",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index db9828d28..e53fa6918 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.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 06bd0a355..966b0e417 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.0-next.0",
- "astro": "^0.21.0-next.3"
+ "@astrojs/renderer-solid": "^0.2.0-next.1",
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index bf43ac108..9b3154d43 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.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index d5171872d..04ddec3cf 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.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 9666b6e3b..39cb6efdf 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.0-next.0",
- "astro": "^0.21.0-next.3"
+ "@astrojs/renderer-solid": "^0.2.0-next.1",
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 89cdb7b31..fd687badd 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.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index d3317e17b..d67694a11 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.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 3461a9bfb..f91bb89d4 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index b416468f6..dd143a41f 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.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 0169ee3c6..c3855cab3 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index f2718bebb..ea3ba33fc 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 2aaf016c5..650ca5d5b 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index ba65873a1..6be64c785 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.3",
+ "astro": "^0.21.0-next.4",
"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 fd0dbc4ea..c7cff5558 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.3"
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 9bd04bc7f..a2ec17dc6 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -12,7 +12,7 @@
"nanostores": "^0.3.3"
},
"devDependencies": {
- "@astrojs/renderer-solid": "^0.2.0-next.0",
- "astro": "^0.21.0-next.3"
+ "@astrojs/renderer-solid": "^0.2.0-next.1",
+ "astro": "^0.21.0-next.4"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 105f9912c..e59a3ebd9 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.3",
+ "astro": "^0.21.0-next.4",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}