summaryrefslogtreecommitdiff
path: root/examples/framework-preact/package.json
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-31 10:40:59 +0100
committerGravatar GitHub <noreply@github.com> 2025-03-31 10:40:59 +0100
commit758523cc04c51cc4a0cd55fb7800552c9ff0a5fc (patch)
treeec60fd931f435291f761d696286e017a947795c8 /examples/framework-preact/package.json
parent2f6c0a751484d48a26f8945a5e8a42ce3c6f9381 (diff)
downloadastro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.tar.gz
astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.tar.zst
astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.zip
fix(deps): update all non-major dependencies (#13521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-preact/package.json')
-rw-r--r--examples/framework-preact/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index e5a933ee2..422341f23 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/preact": "^4.0.7",
- "@preact/signals": "^2.0.1",
+ "@preact/signals": "^2.0.2",
"astro": "^5.5.5",
"preact": "^10.26.4"
}