diff options
author | 2024-10-22 05:10:39 -0700 | |
---|---|---|
committer | 2024-10-22 13:10:39 +0100 | |
commit | d2b399d668a9c4b7589af9d6ad31923f7a758039 (patch) | |
tree | e05df3e00033ef79d44443b7872f1a1bfd795ae1 /examples/framework-solid | |
parent | 2edcad14908a3a2225d660b350f2c56c682beb28 (diff) | |
download | astro-d2b399d668a9c4b7589af9d6ad31923f7a758039.tar.gz astro-d2b399d668a9c4b7589af9d6ad31923f7a758039.tar.zst astro-d2b399d668a9c4b7589af9d6ad31923f7a758039.zip |
[ci] release (#12258)astro@4.16.7@astrojs/db@0.14.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-solid')
-rw-r--r-- | examples/framework-solid/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 8f8d92819..89b2a53bc 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.2", - "astro": "^4.16.6", + "astro": "^4.16.7", "solid-js": "^1.9.2" } } |