diff options
author | 2024-05-17 04:01:27 -0700 | |
---|---|---|
committer | 2024-05-17 12:01:27 +0100 | |
commit | 8a80221e4c4b93b7d60f43b01753644247c7ad76 (patch) | |
tree | bf85359021e4100fa1ce81fbe294da06e423f481 /examples/framework-solid | |
parent | 9637014b1495a5a41cb384c7de4de410348f4cc0 (diff) | |
download | astro-937451591893e265eee43f6b7f4f4127ecd59169.tar.gz astro-937451591893e265eee43f6b7f4f4127ecd59169.tar.zst astro-937451591893e265eee43f6b7f4f4127ecd59169.zip |
[ci] release (#11085)astro@4.8.6
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 3aa9698f9..6cda93fe7 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.2.0", - "astro": "^4.8.5", + "astro": "^4.8.6", "solid-js": "^1.8.17" } } |