summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blog-multiple-authors/package.json4
-rw-r--r--examples/blog/astro.config.mjs2
-rw-r--r--examples/blog/package.json6
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/framework-multiple/package.json4
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/integrations-playground/package.json4
-rw-r--r--examples/portfolio/package.json4
-rw-r--r--examples/ssr/package.json6
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown/package.json4
-rw-r--r--examples/with-nanostores/package.json2
13 files changed, 21 insertions, 23 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 10ac77139..c58c16ff6 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^0.25.4",
- "sass": "^1.49.9"
+ "sass": "^1.49.11"
},
"dependencies": {
- "preact": "^10.6.6"
+ "preact": "^10.7.0"
}
}
diff --git a/examples/blog/astro.config.mjs b/examples/blog/astro.config.mjs
index be7ee7079..08916b1fe 100644
--- a/examples/blog/astro.config.mjs
+++ b/examples/blog/astro.config.mjs
@@ -4,6 +4,4 @@ import preact from '@astrojs/preact';
// https://astro.build/config
export default defineConfig({
integrations: [preact()],
- site: 'https://example.com',
- base: '/subpath',
});
diff --git a/examples/blog/package.json b/examples/blog/package.json
index a817c7e67..abc41a47f 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,10 +9,10 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.25.4",
- "@astrojs/preact": "^0.0.2"
+ "@astrojs/preact": "^0.0.2",
+ "astro": "^0.25.4"
},
"dependencies": {
- "preact": "^10.6.6"
+ "preact": "^10.7.0"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index e7cf7282a..68ab5d62a 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -13,7 +13,7 @@
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^17.0.43",
- "preact": "^10.6.6",
+ "preact": "^10.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 4328d130e..aeb9e7c85 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -20,11 +20,11 @@
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.1",
- "preact": "^10.6.6",
+ "preact": "^10.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.13",
- "svelte": "^3.46.4",
+ "svelte": "^3.46.6",
"vue": "^3.2.31"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 5be07dd77..394a8efb9 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,6 +13,6 @@
"astro": "^0.25.4"
},
"dependencies": {
- "preact": "^10.6.6"
+ "preact": "^10.7.0"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index f7af94738..01a4eb52e 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -13,6 +13,6 @@
"astro": "^0.25.4"
},
"dependencies": {
- "svelte": "^3.46.4"
+ "svelte": "^3.46.6"
}
}
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 848bd2c4c..b5824c7d9 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -20,11 +20,11 @@
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.2.1",
- "preact": "^10.6.6",
+ "preact": "^10.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-js": "^1.3.13",
- "svelte": "^3.46.4",
+ "svelte": "^3.46.6",
"vue": "^3.2.31"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index ae5d52396..1f7f34df2 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^0.25.4",
- "sass": "^1.49.9"
+ "sass": "^1.49.11"
},
"dependencies": {
- "preact": "^10.6.6"
+ "preact": "^10.7.0"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 370e79972..cea46a64e 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -9,15 +9,15 @@
"server": "node server/server.mjs"
},
"devDependencies": {
- "@astrojs/svelte": "^0.0.2",
"@astrojs/node": "^0.0.2",
+ "@astrojs/svelte": "^0.0.2",
"astro": "^0.25.4",
- "concurrently": "^7.0.0",
+ "concurrently": "^7.1.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
"vite-imagetools": "^4.0.3"
},
"dependencies": {
- "svelte": "^3.46.4"
+ "svelte": "^3.46.6"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index ea792f73a..7bde3b1f3 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/react": "^0.0.2",
"astro": "^0.25.4",
- "sass": "^1.49.9"
+ "sass": "^1.49.11"
},
"dependencies": {
"react": "^18.0.0",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 7f96d9ffa..31b09447e 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -17,10 +17,10 @@
"astro": "^0.25.4"
},
"dependencies": {
- "preact": "^10.6.6",
+ "preact": "^10.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
- "svelte": "^3.46.4",
+ "svelte": "^3.46.6",
"vue": "^3.2.31"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 55a60cadb..a01f1b303 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"@nanostores/react": "^0.1.5",
"@nanostores/vue": "^0.4.1",
"nanostores": "^0.5.12",
- "preact": "^10.6.6",
+ "preact": "^10.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-nanostores": "0.0.6",