summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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-shiki/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
25 files changed, 29 insertions, 29 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 1b4fbd969..eee91b0b5 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.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 67f0be2eb..23f671a45 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 7641f805b..0bf493ced 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 21af44c92..b1e19b3f3 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -12,6 +12,6 @@
"serve": "astro --project-root demo preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 276a9f453..c99c3c4eb 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.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json
index 9123c8d7f..19f9680fe 100644
--- a/examples/fast-build/package.json
+++ b/examples/fast-build/package.json
@@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3",
+ "astro": "^0.23.0-next.4",
"preact": "~10.5.15",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index c88af74fc..d0073def3 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 93e2f0f87..2ec5ca2c7 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.3.1",
- "astro": "^0.23.0-next.3"
+ "@astrojs/renderer-lit": "^0.4.0-next.0",
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 7880e053e..ecc8085c1 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.3.1",
- "astro": "^0.23.0-next.3"
+ "@astrojs/renderer-solid": "^0.4.0-next.0",
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index ca6598e31..eb6699caa 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 301c98c5c..bcad03639 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index e02d6a402..087fd7818 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.3.1",
- "astro": "^0.23.0-next.3"
+ "@astrojs/renderer-solid": "^0.4.0-next.0",
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 6797ece3c..647f22f02 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index c9d71f3c8..269a24d09 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 7b829403b..75d4aba18 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 54d4b1b4a..47758ec81 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 1d9e800dd..220c28389 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 453b4d9f0..d7add14bc 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index de1b1d892..ad6175186 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index bf752a78e..0b1bd45c0 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.23.0-next.3",
+ "astro": "^0.23.0-next.4",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 1d3c67525..42295c0cd 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 3580b8ba9..1d43e08c0 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3"
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index a06f701f2..612a4b562 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.3.1",
- "astro": "^0.23.0-next.3"
+ "@astrojs/renderer-solid": "^0.4.0-next.0",
+ "astro": "^0.23.0-next.4"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 6b9e28080..07a1e3806 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.0-next.3",
+ "astro": "^0.23.0-next.4",
"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 f6b72df86..3e73abdf4 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.23.0-next.3",
+ "astro": "^0.23.0-next.4",
"vite-plugin-pwa": "0.11.5"
}
}