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.json6
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/framework-alpine/package.json6
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json16
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json8
-rw-r--r--examples/framework-solid/package.json4
-rw-r--r--examples/framework-svelte/package.json6
-rw-r--r--examples/framework-vue/package.json6
-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/ssr/package.json8
-rw-r--r--examples/view-transitions/package.json6
-rw-r--r--examples/with-markdoc/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json10
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json6
-rw-r--r--examples/with-nanostores/package.json6
-rw-r--r--examples/with-tailwindcss/package.json12
-rw-r--r--examples/with-vite-plugin-pwa/package.json4
-rw-r--r--examples/with-vitest/package.json2
27 files changed, 69 insertions, 69 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 99385b338..eb6a54f5d 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.6.4"
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 8d219a016..e57609d87 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^1.1.5",
- "@astrojs/rss": "^3.0.0",
+ "@astrojs/mdx": "^2.0.0-beta.0",
+ "@astrojs/rss": "^4.0.0-beta.0",
"@astrojs/sitemap": "^3.0.3",
- "astro": "^3.6.4"
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index ea1b79aa8..a69680c6e 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^3.6.4"
+ "astro": "^4.0.0-beta.2"
},
"peerDependencies": {
"astro": "^3.0.0"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index bb171d9a5..6604e5712 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.1",
- "@types/alpinejs": "^3.7.2",
- "alpinejs": "^3.12.3",
- "astro": "^3.6.4"
+ "@types/alpinejs": "^3.13.5",
+ "alpinejs": "^3.13.3",
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 642918c90..3ca13d28d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^3.0.3",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^3.6.4",
+ "astro": "^4.0.0-beta.2",
"lit": "^2.8.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d0bbc962e..b8b21e168 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -12,16 +12,16 @@
},
"dependencies": {
"@astrojs/preact": "^3.0.1",
- "@astrojs/react": "^3.0.6",
+ "@astrojs/react": "^3.0.7-beta.0",
"@astrojs/solid-js": "^3.0.2",
- "@astrojs/svelte": "^4.0.4",
- "@astrojs/vue": "^3.0.4",
- "astro": "^3.6.4",
- "preact": "^10.17.1",
+ "@astrojs/svelte": "^5.0.0-beta.0",
+ "@astrojs/vue": "^4.0.0-beta.0",
+ "astro": "^4.0.0-beta.2",
+ "preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "solid-js": "^1.7.11",
- "svelte": "^4.2.0",
- "vue": "^3.3.4"
+ "solid-js": "^1.8.5",
+ "svelte": "^4.2.5",
+ "vue": "^3.3.8"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index b3a9a16d0..e7f873c60 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@preact/signals": "^1.2.1",
- "astro": "^3.6.4",
- "preact": "^10.17.1"
+ "astro": "^4.0.0-beta.2",
+ "preact": "^10.19.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 0951f6f42..e04ed362c 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^3.0.6",
- "@types/react": "^18.2.21",
- "@types/react-dom": "^18.2.7",
- "astro": "^3.6.4",
+ "@astrojs/react": "^3.0.7-beta.0",
+ "@types/react": "^18.2.37",
+ "@types/react-dom": "^18.2.15",
+ "astro": "^4.0.0-beta.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 8e98d49b3..3d4931c52 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
- "astro": "^3.6.4",
- "solid-js": "^1.7.11"
+ "astro": "^4.0.0-beta.2",
+ "solid-js": "^1.8.5"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index f921627ec..7d2d1611f 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^4.0.4",
- "astro": "^3.6.4",
- "svelte": "^4.2.0"
+ "@astrojs/svelte": "^5.0.0-beta.0",
+ "astro": "^4.0.0-beta.2",
+ "svelte": "^4.2.5"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index da9a4e26f..541ce1203 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^3.0.4",
- "astro": "^3.6.4",
- "vue": "^3.3.4"
+ "@astrojs/vue": "^4.0.0-beta.0",
+ "astro": "^4.0.0-beta.2",
+ "vue": "^3.3.8"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index ccde2aca0..967471ad4 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^6.1.0",
- "astro": "^3.6.4"
+ "@astrojs/node": "^7.0.0-beta.1",
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 6ca7435b4..de9311748 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^3.6.4"
+ "astro": "^4.0.0-beta.2"
},
"peerDependencies": {
"astro": "^3.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index 744390cc4..6edecf1a4 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -12,8 +12,8 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^6.1.0",
- "astro": "^3.6.4",
+ "@astrojs/node": "^7.0.0-beta.1",
+ "astro": "^4.0.0-beta.2",
"html-minifier": "^4.0.0"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 510318d04..932767551 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.6.4"
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 150730ebd..b9250d1dc 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.6.4"
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index b2b7e388a..a3413392b 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.6.4"
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 22600d5f0..999956e21 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "@astrojs/node": "^6.1.0",
- "@astrojs/svelte": "^4.0.4",
- "astro": "^3.6.4",
- "svelte": "^4.2.0"
+ "@astrojs/node": "^7.0.0-beta.1",
+ "@astrojs/svelte": "^5.0.0-beta.0",
+ "astro": "^4.0.0-beta.2",
+ "svelte": "^4.2.5"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index bb497b50d..2fc5d3d54 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
- "@astrojs/tailwind": "^5.0.2",
- "@astrojs/node": "^6.1.0",
- "astro": "^3.6.4"
+ "@astrojs/tailwind": "^6.0.0-beta.0",
+ "@astrojs/node": "^7.0.0-beta.1",
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 60f20a3c8..f736a1cb3 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.7.2",
- "astro": "^3.6.4"
+ "@astrojs/markdoc": "^1.0.0-beta.0",
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 354f1515b..4e928c546 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdown-remark": "^3.5.0",
- "astro": "^3.6.4",
- "hast-util-select": "^5.0.5",
- "rehype-autolink-headings": "^6.1.1",
- "rehype-slug": "^5.1.0",
+ "@astrojs/markdown-remark": "^4.0.0-beta.0",
+ "astro": "^4.0.0-beta.2",
+ "hast-util-select": "^6.0.2",
+ "rehype-autolink-headings": "^7.1.0",
+ "rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2"
}
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index dd11e29e7..32675804a 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.6.4"
+ "astro": "^4.0.0-beta.2"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 7bebf6a9a..76ec4932e 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^1.1.5",
+ "@astrojs/mdx": "^2.0.0-beta.0",
"@astrojs/preact": "^3.0.1",
- "astro": "^3.6.4",
- "preact": "^10.17.1"
+ "astro": "^4.0.0-beta.2",
+ "preact": "^10.19.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 53347ca8a..3ada3b75c 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,8 +13,8 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@nanostores/preact": "^0.5.0",
- "astro": "^3.6.4",
- "nanostores": "^0.9.3",
- "preact": "^10.17.1"
+ "astro": "^4.0.0-beta.2",
+ "nanostores": "^0.9.5",
+ "preact": "^10.19.2"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index d73fd1dbd..f03a1ac11 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,13 +11,13 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^1.1.5",
- "@astrojs/tailwind": "^5.0.2",
- "@types/canvas-confetti": "^1.6.0",
- "astro": "^3.6.4",
+ "@astrojs/mdx": "^2.0.0-beta.0",
+ "@astrojs/tailwind": "^6.0.0-beta.0",
+ "@types/canvas-confetti": "^1.6.3",
+ "astro": "^4.0.0-beta.2",
"autoprefixer": "^10.4.15",
- "canvas-confetti": "^1.6.0",
+ "canvas-confetti": "^1.9.1",
"postcss": "^8.4.28",
- "tailwindcss": "^3.3.3"
+ "tailwindcss": "^3.3.5"
}
}
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index bcb4c32af..454b8d8ff 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^3.6.4",
- "vite-plugin-pwa": "0.16.4",
+ "astro": "^4.0.0-beta.2",
+ "vite-plugin-pwa": "0.17.0",
"workbox-window": "^7.0.0"
}
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 34723600d..41161087b 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^3.6.4",
+ "astro": "^4.0.0-beta.2",
"vitest": "^0.34.2"
}
}