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/package.json2
-rw-r--r--examples/docs/package.json4
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json8
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/integrations-playground/package.json8
-rw-r--r--examples/portfolio/package.json4
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown/package.json4
-rw-r--r--examples/with-nanostores/package.json2
14 files changed, 24 insertions, 24 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index ab4984b5f..6e2958d42 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": "^1.0.0-beta.5",
- "sass": "^1.49.11"
+ "sass": "^1.50.0"
},
"dependencies": {
- "preact": "^10.7.0"
+ "preact": "^10.7.1"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index beb499641..20fe24caf 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "preact": "^10.7.0"
+ "preact": "^10.7.1"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 402659f6f..199424edc 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,8 +12,8 @@
"@algolia/client-search": "^4.13.0",
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
- "@types/react": "^17.0.43",
- "preact": "^10.7.0",
+ "@types/react": "^17.0.44",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 5b78e9499..49490067d 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -14,6 +14,6 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.1"
+ "lit": "^2.2.2"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index d41984083..b4e51a3b2 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -19,12 +19,12 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.1",
- "preact": "^10.7.0",
+ "lit": "^2.2.2",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
- "solid-js": "^1.3.13",
- "svelte": "^3.46.6",
+ "solid-js": "^1.3.14",
+ "svelte": "^3.47.0",
"vue": "^3.2.31"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index a933db771..dd97c2c62 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "preact": "^10.7.0"
+ "preact": "^10.7.1"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 36915e817..283197ecb 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "solid-js": "^1.3.13"
+ "solid-js": "^1.3.14"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 60eadc0cc..0779d3558 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "svelte": "^3.46.6"
+ "svelte": "^3.47.0"
}
}
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index c56e2e3b9..f7a7485e8 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -19,12 +19,12 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
- "lit": "^2.2.1",
- "preact": "^10.7.0",
+ "lit": "^2.2.2",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
- "solid-js": "^1.3.13",
- "svelte": "^3.46.6",
+ "solid-js": "^1.3.14",
+ "svelte": "^3.47.0",
"vue": "^3.2.31"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index ef4e310f6..1f0a3e6c1 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,9 +11,9 @@
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^1.0.0-beta.5",
- "sass": "^1.49.11"
+ "sass": "^1.50.0"
},
"dependencies": {
- "preact": "^10.7.0"
+ "preact": "^10.7.1"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index d6ae1fc13..d5f0250c3 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -18,6 +18,6 @@
"vite-imagetools": "^4.0.3"
},
"dependencies": {
- "svelte": "^3.46.6"
+ "svelte": "^3.47.0"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 23196ec44..785f3ce10 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.5",
- "sass": "^1.49.11"
+ "sass": "^1.50.0"
},
"dependencies": {
"react": "^18.0.0",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 3abbbf829..7c509dc2b 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -17,10 +17,10 @@
"astro": "^1.0.0-beta.5"
},
"dependencies": {
- "preact": "^10.7.0",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
- "svelte": "^3.46.6",
+ "svelte": "^3.47.0",
"vue": "^3.2.31"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 58e1475d3..077fbfc42 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.7.0",
+ "preact": "^10.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"solid-nanostores": "0.0.6",