summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/container-with-vitest/package.json2
-rw-r--r--examples/framework-multiple/package.json10
-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/ssr/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
10 files changed, 14 insertions, 14 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index ab3a295aa..9525e9627 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"astro": "^4.16.14",
- "@astrojs/react": "^3.6.2",
+ "@astrojs/react": "^3.6.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.1.4"
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d6900fff3..fddfe3a6e 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.5.3",
- "@astrojs/react": "^3.6.2",
- "@astrojs/solid-js": "^4.4.3",
- "@astrojs/svelte": "^6.0.1",
- "@astrojs/vue": "^4.5.2",
+ "@astrojs/preact": "^3.5.4",
+ "@astrojs/react": "^3.6.3",
+ "@astrojs/solid-js": "^4.4.4",
+ "@astrojs/svelte": "^6.0.2",
+ "@astrojs/vue": "^4.5.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.14",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 6c822be2e..13196eda3 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.5.3",
+ "@astrojs/preact": "^3.5.4",
"@preact/signals": "^1.3.0",
"astro": "^4.16.14",
"preact": "^10.24.3"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 158f03dbd..eaa28be2c 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/react": "^3.6.2",
+ "@astrojs/react": "^3.6.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.14",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index dc9efdb80..839f263da 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/solid-js": "^4.4.3",
+ "@astrojs/solid-js": "^4.4.4",
"astro": "^4.16.14",
"solid-js": "^1.9.3"
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 2b3ea1791..b367c9588 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^6.0.1",
+ "@astrojs/svelte": "^6.0.2",
"astro": "^4.16.14",
"svelte": "^5.1.16"
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index d7afee280..72b1eae2d 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.5.2",
+ "@astrojs/vue": "^4.5.3",
"astro": "^4.16.14",
"vue": "^3.5.12"
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 97bb22f2f..1401a29b7 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^8.3.4",
- "@astrojs/svelte": "^6.0.1",
+ "@astrojs/svelte": "^6.0.2",
"astro": "^4.16.14",
"svelte": "^5.1.16"
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index cd3fd5fec..12cb89631 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
- "@astrojs/preact": "^3.5.3",
+ "@astrojs/preact": "^3.5.4",
"astro": "^4.16.14",
"preact": "^10.24.3"
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 66cd59afb..36260fd8b 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^3.5.3",
+ "@astrojs/preact": "^3.5.4",
"@nanostores/preact": "^0.5.2",
"astro": "^4.16.14",
"nanostores": "^0.11.3",