summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/container-with-vitest/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-multiple/package.json6
-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.json4
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/hackernews/package.json4
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/package.json4
-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/server-islands/package.json6
-rw-r--r--examples/ssr/package.json6
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/view-transitions/package.json6
-rw-r--r--examples/with-markdoc/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json4
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json6
-rw-r--r--examples/with-vitest/package.json2
29 files changed, 47 insertions, 47 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index be4bf81ad..3390c8634 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 2b248d3a8..e3c9c3bb9 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^3.1.3",
+ "@astrojs/mdx": "^4.0.0-alpha.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 3d2e2bead..9ef977a49 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 1c6732340..b062065f6 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest run"
},
"dependencies": {
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 03cfff656..3d494a88f 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.1",
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 043cee15e..ec4d835ec 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -14,11 +14,11 @@
"@astrojs/preact": "^3.5.1",
"@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.1",
- "@astrojs/svelte": "^5.7.0",
- "@astrojs/vue": "^4.5.0",
+ "@astrojs/svelte": "^6.0.0-alpha.0",
+ "@astrojs/vue": "^5.0.0-alpha.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index cb70d3a9f..c2635c093 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.1",
"@preact/signals": "^1.3.0",
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"preact": "^10.23.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 4fbde09c6..f1585c4c1 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 6d234f05c..05e6ec738 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.4.1",
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"solid-js": "^1.8.21"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 42a99cd24..1cec15cbc 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^5.7.0",
- "astro": "^4.14.2",
+ "@astrojs/svelte": "^6.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0",
"svelte": "^4.2.18"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 2e9653a88..ad8546684 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.5.0",
- "astro": "^4.14.2",
+ "@astrojs/vue": "^5.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0",
"vue": "^3.4.38"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index bc5ee46b2..4b6a2af10 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^8.3.3",
- "astro": "^4.14.2"
+ "@astrojs/node": "^9.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index d8225462a..2b5f62ef3 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index db80ba2fe..4c7fa55de 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^8.3.3",
- "astro": "^4.14.2",
+ "@astrojs/node": "^9.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0",
"html-minifier": "^4.0.0"
},
"devDependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 129a0e1c6..d18bbd27a 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 14750d841..f5e09395a 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 22e75e141..b0620901e 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json
index adf39cd38..96ac136ab 100644
--- a/examples/server-islands/package.json
+++ b/examples/server-islands/package.json
@@ -10,14 +10,14 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/node": "^8.3.3",
+ "@astrojs/node": "^9.0.0-alpha.0",
"@astrojs/react": "^3.6.2",
- "@astrojs/tailwind": "^5.1.0",
+ "@astrojs/tailwind": "^6.0.0-alpha.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index d35df0ec4..cb9e2a4cb 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^8.3.3",
- "@astrojs/svelte": "^5.7.0",
- "astro": "^4.14.2",
+ "@astrojs/node": "^9.0.0-alpha.0",
+ "@astrojs/svelte": "^6.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0",
"svelte": "^4.2.18"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 905df4a69..9e03a65ad 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"sass": "^1.77.8",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index d08c29bca..fb8551ae6 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index 7448b9ec0..f568ec7a1 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/tailwind": "^5.1.0",
- "@astrojs/node": "^8.3.3",
- "astro": "^4.14.2"
+ "@astrojs/tailwind": "^6.0.0-alpha.0",
+ "@astrojs/node": "^9.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 1af3bc63c..23a78a6ac 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.11.3",
- "astro": "^4.14.2"
+ "@astrojs/markdoc": "^1.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 61f125345..f44497713 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdown-remark": "^5.2.0",
- "astro": "^4.14.2",
+ "@astrojs/markdown-remark": "^6.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index e1486a376..1e5a875cc 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index e83c26abc..d5d61d16d 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^3.1.3",
+ "@astrojs/mdx": "^4.0.0-alpha.0",
"@astrojs/preact": "^3.5.1",
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"preact": "^10.23.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 709d6388c..db6080d09 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.1",
"@nanostores/preact": "^0.5.2",
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"nanostores": "^0.11.2",
"preact": "^10.23.2"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index cd5e7b994..5fc07f1de 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^3.1.3",
- "@astrojs/tailwind": "^5.1.0",
+ "@astrojs/mdx": "^4.0.0-alpha.0",
+ "@astrojs/tailwind": "^6.0.0-alpha.0",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.41",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 88956a94e..40ea3ea32 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.14.2",
+ "astro": "^5.0.0-alpha.0",
"vitest": "^2.0.5"
}
}