summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2024-11-21 10:51:47 -0500
committerGravatar GitHub <noreply@github.com> 2024-11-21 10:51:47 -0500
commit23dc937435e0dc89dee5e74e8870464160efb17c (patch)
treed7fe60385df341e28ab51e95c92aea2112bbbcb0 /examples
parentdc3d842e4c6f3b7e59da8a13447a1450013e10dc (diff)
downloadastro-23dc937435e0dc89dee5e74e8870464160efb17c.tar.gz
astro-23dc937435e0dc89dee5e74e8870464160efb17c.tar.zst
astro-23dc937435e0dc89dee5e74e8870464160efb17c.zip
Merge main into next (#12493)
* [ci] release (#12490) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update solid version * update lockfile * fix vue changelog --------- Co-authored-by: Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/framework-solid/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 6eef34161..c32d50165 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,6 +12,6 @@
"dependencies": {
"@astrojs/solid-js": "^4.4.4-beta.0",
"astro": "^5.0.0-beta.9",
- "solid-js": "^1.9.2"
+ "solid-js": "^1.9.3"
}
}