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/env-vars/package.json2
-rw-r--r--examples/framework-alpine/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/integrations-playground/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json4
-rw-r--r--examples/with-markdown/package.json4
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
27 files changed, 30 insertions, 30 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index c3d7d7b98..bd1eced30 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.0.1",
- "astro": "^0.24.3",
+ "astro": "^0.25.0-next.0",
"sass": "^1.49.9"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 4e0efd07d..5377a5bc9 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.24.3",
+ "astro": "^0.25.0-next.0",
"@astrojs/preact": "^0.0.1"
}
}
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index a532652c5..12082bd4b 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index ac59a732d..2eb8f6839 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --project-root demo preview"
},
"devDependencies": {
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index ab596ccce..56ed7f3a9 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -19,6 +19,6 @@
"devDependencies": {
"@astrojs/preact": "^0.0.1",
"@astrojs/react": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index 904461276..1856195b0 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 89c08517e..a0f32c771 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 651dbf2ab..65a9482b3 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/lit": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index e24f45a97..f5e1a3713 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,6 +15,6 @@
"@astrojs/solid-js": "^0.0.1",
"@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 68ad0fabf..5fbc015f7 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/preact": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index f0d36db78..1ddd252f8 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/react": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index d76f69b27..a726c29c8 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 1c3bd34ca..d5a97d07e 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 21c1df412..a9f115e0a 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/vue": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 23b8c21df..cc91b7d96 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -15,6 +15,6 @@
"@astrojs/sitemap": "^0.0.1",
"@astrojs/tailwind": "^0.0.1",
"@astrojs/turbolinks": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 024764242..cd8e8a15a 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 591aee9e5..31f1c3641 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 11c7b63ca..4130db624 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.0.1",
- "astro": "^0.24.3",
+ "astro": "^0.25.0-next.0",
"sass": "^1.49.9"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index b454978c8..de0bfb00a 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.0.1",
- "astro": "^0.24.3",
+ "astro": "^0.25.0-next.0",
"concurrently": "^7.0.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index ed4f1e556..ed30d6076 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index d29f58717..41e721b3d 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.0.1",
- "astro": "^0.24.3",
+ "astro": "^0.25.0-next.0",
"sass": "^1.49.9"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index dd858364e..1aef72672 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.6.4",
- "astro": "^0.24.3",
+ "@astrojs/markdown-remark": "^0.7.0-next.0",
+ "astro": "^0.25.0-next.0",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 8a95504fa..3246a1d24 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.6.4",
- "astro": "^0.24.3"
+ "@astrojs/markdown-remark": "^0.7.0-next.0",
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 739fa896b..fde4cb089 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,11 +9,11 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/markdown-remark": "^0.6.4",
+ "@astrojs/markdown-remark": "^0.7.0-next.0",
"@astrojs/preact": "^0.0.1",
"@astrojs/react": "^0.0.1",
"@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index c41c8b315..b18af1fe8 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.0.1",
"@astrojs/svelte": "^0.0.1",
"@astrojs/vue": "^0.0.1",
- "astro": "^0.24.3"
+ "astro": "^0.25.0-next.0"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 8e4009f18..3ea00b08d 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.0.1",
- "astro": "^0.24.3",
+ "astro": "^0.25.0-next.0",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index e8dc51701..754fc5df3 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.24.3",
+ "astro": "^0.25.0-next.0",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.1"
}