diff options
author | 2024-03-15 13:24:46 -0700 | |
---|---|---|
committer | 2024-03-15 16:24:46 -0400 | |
commit | 4dcfa2bd90027dff9240aaadcadb1e4d6516c01b (patch) | |
tree | 4ec68ea72c814cb92066197ae24cca5034863e40 /examples/framework-solid | |
parent | 1900a8f9bc337f3a882178d1770e10ab67fab0ce (diff) | |
download | astro-4dcfa2bd90027dff9240aaadcadb1e4d6516c01b.tar.gz astro-4dcfa2bd90027dff9240aaadcadb1e4d6516c01b.tar.zst astro-4dcfa2bd90027dff9240aaadcadb1e4d6516c01b.zip |
[ci] release (#10453)astro@4.5.5@astrojs/db@0.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 507bfc720..2b23ae88d 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.4", + "astro": "^4.5.5", "solid-js": "^1.8.5" } } |