diff options
author | 2024-11-27 06:21:09 -0800 | |
---|---|---|
committer | 2024-11-27 14:21:09 +0000 | |
commit | 6eac6ba7331c3af7c2b704dc15a133748a2fd18b (patch) | |
tree | 2b6a2aaf6a5805077754df5e77430928e81dadce /examples/framework-solid | |
parent | 65e50eb7b6d7b10a193bba7d292804ac0e55be18 (diff) | |
download | astro-6eac6ba7331c3af7c2b704dc15a133748a2fd18b.tar.gz astro-6eac6ba7331c3af7c2b704dc15a133748a2fd18b.tar.zst astro-6eac6ba7331c3af7c2b704dc15a133748a2fd18b.zip |
[ci] release (#12536)astro@4.16.16
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 1e3b7ece7..b81fe9ca1 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.4", - "astro": "^4.16.15", + "astro": "^4.16.16", "solid-js": "^1.9.3" } } |