summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-27 06:34:47 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-27 14:34:47 +0000
commit218267c0b318fb77736129f657c6c4da53abf64d (patch)
tree312e14f6cffffb6d056c3128e73f253bc4677561 /examples
parent5bdc8cd094d834888b57b82162e7b0169d5c4907 (diff)
downloadastro-@astrojs/vue@5.0.0-beta.3.tar.gz
astro-@astrojs/vue@5.0.0-beta.3.tar.zst
astro-@astrojs/vue@5.0.0-beta.3.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.json4
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/container-with-vitest/package.json4
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-multiple/package.json12
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/framework-solid/package.json4
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/portfolio/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/with-markdoc/package.json4
-rw-r--r--examples/with-mdx/package.json6
-rw-r--r--examples/with-nanostores/package.json4
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vitest/package.json2
23 files changed, 41 insertions, 41 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 7ce572f52..7358c6132 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.11"
+ "astro": "^5.0.0-beta.12"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index c89bd737a..b62b24f52 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.0.0-beta.4",
+ "@astrojs/mdx": "^4.0.0-beta.5",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
- "astro": "^5.0.0-beta.11"
+ "astro": "^5.0.0-beta.12"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 58bcfb174..5a6600d8f 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-beta.11"
+ "astro": "^5.0.0-beta.12"
},
"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 33fc30545..09947cc2b 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -11,8 +11,8 @@
"test": "vitest run"
},
"dependencies": {
- "@astrojs/react": "^3.7.0-beta.1",
- "astro": "^5.0.0-beta.11",
+ "@astrojs/react": "^4.0.0-beta.2",
+ "astro": "^5.0.0-beta.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.1.6"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 76306d93a..d9ab81afd 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3",
- "astro": "^5.0.0-beta.11"
+ "astro": "^5.0.0-beta.12"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 374489d27..3b42d4530 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,14 +10,14 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.5.4-beta.0",
- "@astrojs/react": "^3.7.0-beta.1",
- "@astrojs/solid-js": "^4.4.4-beta.0",
- "@astrojs/svelte": "^6.0.2-beta.0",
- "@astrojs/vue": "^5.0.0-beta.2",
+ "@astrojs/preact": "^4.0.0-beta.1",
+ "@astrojs/react": "^4.0.0-beta.2",
+ "@astrojs/solid-js": "^5.0.0-beta.1",
+ "@astrojs/svelte": "^7.0.0-beta.1",
+ "@astrojs/vue": "^5.0.0-beta.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.0-beta.11",
+ "astro": "^5.0.0-beta.12",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 82da3f095..8cf537c20 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.5.4-beta.0",
+ "@astrojs/preact": "^4.0.0-beta.1",
"@preact/signals": "^1.3.0",
- "astro": "^5.0.0-beta.11",
+ "astro": "^5.0.0-beta.12",
"preact": "^10.24.3"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 2e7bb73c4..420f9b53d 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^3.7.0-beta.1",
+ "@astrojs/react": "^4.0.0-beta.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.0.0-beta.11",
+ "astro": "^5.0.0-beta.12",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index a0d664b7d..e7e655845 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/solid-js": "^4.4.4-beta.0",
- "astro": "^5.0.0-beta.11",
+ "@astrojs/solid-js": "^5.0.0-beta.1",
+ "astro": "^5.0.0-beta.12",
"solid-js": "^1.9.3"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 05da3c0ed..fb4ea7dce 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^6.0.2-beta.0",
- "astro": "^5.0.0-beta.11",
+ "@astrojs/svelte": "^7.0.0-beta.1",
+ "astro": "^5.0.0-beta.12",
"svelte": "^5.1.16"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 3d9686f09..7c89c8af2 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^5.0.0-beta.2",
- "astro": "^5.0.0-beta.11",
+ "@astrojs/vue": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.12",
"vue": "^3.5.12"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index b3e9361e3..901e5b032 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "astro": "^5.0.0-beta.11"
+ "astro": "^5.0.0-beta.12"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 87a97ea20..1cb8f3173 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.0.0-beta.11"
+ "astro": "^5.0.0-beta.12"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 85769a34e..3d1a93a21 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.11"
+ "astro": "^5.0.0-beta.12"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 14b179b12..6f98dd56b 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.11"
+ "astro": "^5.0.0-beta.12"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 9f07cb77c..feb2f7584 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0-alpha.1",
- "@astrojs/svelte": "^6.0.2-beta.0",
- "astro": "^5.0.0-beta.11",
+ "@astrojs/svelte": "^7.0.0-beta.1",
+ "astro": "^5.0.0-beta.12",
"svelte": "^5.1.16"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 33ed4f685..370318d1d 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.0.0-beta.11",
+ "astro": "^5.0.0-beta.12",
"sass": "^1.80.6",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index e57b294aa..d20a982ee 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.11"
+ "astro": "^5.0.0-beta.12"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 7db09ea88..8a127bcc0 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/markdoc": "^0.12.0-beta.0",
- "astro": "^5.0.0-beta.11"
+ "@astrojs/markdoc": "^0.12.0-beta.1",
+ "astro": "^5.0.0-beta.12"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index a8da57dd8..1f39f5517 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.0.0-beta.4",
- "@astrojs/preact": "^3.5.4-beta.0",
- "astro": "^5.0.0-beta.11",
+ "@astrojs/mdx": "^4.0.0-beta.5",
+ "@astrojs/preact": "^4.0.0-beta.1",
+ "astro": "^5.0.0-beta.12",
"preact": "^10.24.3"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 2b1e1677a..6094c5fd1 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.5.4-beta.0",
+ "@astrojs/preact": "^4.0.0-beta.1",
"@nanostores/preact": "^0.5.2",
- "astro": "^5.0.0-beta.11",
+ "astro": "^5.0.0-beta.12",
"nanostores": "^0.11.3",
"preact": "^10.24.3"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index fadcd6eb8..168953fb7 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/mdx": "^4.0.0-beta.4",
+ "@astrojs/mdx": "^4.0.0-beta.5",
"@astrojs/tailwind": "^5.1.2",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^5.0.0-beta.11",
+ "astro": "^5.0.0-beta.12",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.49",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 1bf63f4e2..740839db3 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.0.0-beta.11",
+ "astro": "^5.0.0-beta.12",
"vitest": "^2.1.6"
}
}