summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-07 06:56:30 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-07 15:56:30 +0200
commit676b2c66ee5d991bfb8ea85ca466be690cf0e5b9 (patch)
tree07752133b43edb48ed567cd68c3d2e379fefbe24 /examples
parentb75758f88389ff77072719e8e35604a5d2e9ad70 (diff)
downloadastro-378182e1831881f2bf995f502e316f96564b1ade.tar.gz
astro-378182e1831881f2bf995f502e316f96564b1ade.tar.zst
astro-378182e1831881f2bf995f502e316f96564b1ade.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json2
-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.json4
-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.json2
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/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/server-islands/package.json2
-rw-r--r--examples/ssr/package.json4
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/view-transitions/package.json2
-rw-r--r--examples/with-markdoc/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-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vitest/package.json2
29 files changed, 32 insertions, 32 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index ff1d15e72..27d211e97 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index fa56ba8e3..96344bcd7 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -14,6 +14,6 @@
"@astrojs/mdx": "^4.0.0-beta.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index d42e8d92c..d28ce97c9 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 6bfb5d119..c81900dbb 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest run"
},
"dependencies": {
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"@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 c34bdc468..ad0a38400 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": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 68aad2554..3e615d8d5 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -14,11 +14,11 @@
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.2",
- "@astrojs/svelte": "^6.0.0-beta.0",
+ "@astrojs/svelte": "^6.0.0-beta.1",
"@astrojs/vue": "^5.0.0-beta.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"preact": "^10.24.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 a5b1758ca..0a9ff29dc 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.3",
"@preact/signals": "^1.3.0",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"preact": "^10.24.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 80c53e4ed..801a2577f 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.11",
"@types/react-dom": "^18.3.0",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 4663c6c35..b3463d85e 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.4.2",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"solid-js": "^1.9.1"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 707f215d4..43a6d0b35 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^6.0.0-beta.0",
- "astro": "^5.0.0-beta.3",
+ "@astrojs/svelte": "^6.0.0-beta.1",
+ "astro": "^5.0.0-beta.4",
"svelte": "^4.2.19"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index f7ab9d093..e86c7aa08 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.0-beta.0",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"vue": "^3.5.11"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 2f16c7141..d0658a476 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 21c2d13c3..a9fbf4bca 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index f024ab936..efc809518 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"html-minifier": "^4.0.0"
},
"devDependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 956c8e4e1..570b2c53c 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index dc312cb74..f5d0094ce 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 80b3dae3d..5d16b614a 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json
index e20baee1c..9b05f38de 100644
--- a/examples/server-islands/package.json
+++ b/examples/server-islands/package.json
@@ -17,7 +17,7 @@
"@tailwindcss/forms": "^0.5.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 7b070418a..58d581073 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,8 +13,8 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "@astrojs/svelte": "^6.0.0-beta.0",
- "astro": "^5.0.0-beta.3",
+ "@astrojs/svelte": "^6.0.0-beta.1",
+ "astro": "^5.0.0-beta.4",
"svelte": "^4.2.19"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 83b7c916f..d75504a5b 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"sass": "^1.79.4",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index c5a1fa707..c17e1e500 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index b11c89315..8414460b0 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/tailwind": "^5.1.1",
"@astrojs/node": "^9.0.0-alpha.1",
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index f57b1bab0..d48131561 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.11.5-beta.1",
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index b7dcdb855..a3fc9a5f0 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^6.0.0-beta.2",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"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 23f01df6d..f6ce177a2 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.3"
+ "astro": "^5.0.0-beta.4"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index f4c0c2512..8af8de316 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/mdx": "^4.0.0-beta.2",
"@astrojs/preact": "^3.5.3",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"preact": "^10.24.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index e6f8a356a..c54f2ab15 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.3",
"@nanostores/preact": "^0.5.2",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"nanostores": "^0.11.3",
"preact": "^10.24.2"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index e4608e842..b85fb5d71 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -14,7 +14,7 @@
"@astrojs/mdx": "^4.0.0-beta.2",
"@astrojs/tailwind": "^5.1.1",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.47",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 8fdc441ed..8aee00807 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"vitest": "^2.1.2"
}
}