diff options
author | 2024-03-22 09:35:50 -0700 | |
---|---|---|
committer | 2024-03-22 12:35:50 -0400 | |
commit | 1cd2a740221ee14267f2889c4eb200bbcecb08aa (patch) | |
tree | 6d976412ebb62049379a4a8fe8930a77f4014d22 /examples/framework-solid | |
parent | 44dacedb3a9c619e56b6e3ba19229515c403b7fd (diff) | |
download | astro-317e72eabfe6dfb9fa3f6ff5f1cbb81a737a6a98.tar.gz astro-317e72eabfe6dfb9fa3f6ff5f1cbb81a737a6a98.tar.zst astro-317e72eabfe6dfb9fa3f6ff5f1cbb81a737a6a98.zip |
[ci] release (#10522)astro@4.5.9@astrojs/db@0.9.4
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 3554cdde1..2e2b60322 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.0.1", - "astro": "^4.5.8", + "astro": "^4.5.9", "solid-js": "^1.8.5" } } |