summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-10-15 14:42:58 +0800
committerGravatar GitHub <noreply@github.com> 2024-10-15 14:42:58 +0800
commit5ab2d980aae8c92e71e01a8bd21c8d771e576085 (patch)
tree1427f61bf23ab3e71d267f8d214659d454268072 /examples
parent79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b (diff)
downloadastro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.gz
astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.zst
astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.zip
fix(deps): update all non-major dependencies (#12218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/container-with-vitest/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-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-vitest/package.json2
11 files changed, 15 insertions, 15 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 260cb00f6..b6f5a9756 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -16,10 +16,10 @@
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vitest": "^2.1.2"
+ "vitest": "^2.1.3"
},
"devDependencies": {
"@types/react": "^18.3.11",
- "@types/react-dom": "^18.3.0"
+ "@types/react-dom": "^18.3.1"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 4c437bc5e..016b7d8f1 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -14,6 +14,6 @@
"@astrojs/lit": "^4.3.0",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.16.3",
- "lit": "^3.2.0"
+ "lit": "^3.2.1"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 3f8ab04ed..6c44695ff 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -17,13 +17,13 @@
"@astrojs/svelte": "^5.7.2",
"@astrojs/vue": "^4.5.2",
"@types/react": "^18.3.11",
- "@types/react-dom": "^18.3.0",
+ "@types/react-dom": "^18.3.1",
"astro": "^4.16.3",
- "preact": "^10.24.2",
+ "preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.1",
+ "solid-js": "^1.9.2",
"svelte": "^4.2.19",
- "vue": "^3.5.11"
+ "vue": "^3.5.12"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 95c404377..46e87e11e 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -14,6 +14,6 @@
"@astrojs/preact": "^3.5.3",
"@preact/signals": "^1.3.0",
"astro": "^4.16.3",
- "preact": "^10.24.2"
+ "preact": "^10.24.3"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 78f617437..fac319851 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.11",
- "@types/react-dom": "^18.3.0",
+ "@types/react-dom": "^18.3.1",
"astro": "^4.16.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 6d8db3a99..21a4b1d61 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/solid-js": "^4.4.2",
"astro": "^4.16.3",
- "solid-js": "^1.9.1"
+ "solid-js": "^1.9.2"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 3d6858ee7..a93f33b67 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.2",
"astro": "^4.16.3",
- "vue": "^3.5.11"
+ "vue": "^3.5.12"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 51b908d80..844b5a471 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"astro": "^4.16.3",
- "sass": "^1.79.4",
+ "sass": "^1.79.5",
"sharp": "^0.33.3"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index fb3a90ead..0e8c962f5 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -14,6 +14,6 @@
"@astrojs/mdx": "^3.1.8",
"@astrojs/preact": "^3.5.3",
"astro": "^4.16.3",
- "preact": "^10.24.2"
+ "preact": "^10.24.3"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index fb700b391..f200501b5 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -15,6 +15,6 @@
"@nanostores/preact": "^0.5.2",
"astro": "^4.16.3",
"nanostores": "^0.11.3",
- "preact": "^10.24.2"
+ "preact": "^10.24.3"
}
}
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index a0cf5747a..45b65aadb 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -13,6 +13,6 @@
},
"dependencies": {
"astro": "^4.16.3",
- "vitest": "^2.1.2"
+ "vitest": "^2.1.3"
}
}