diff options
author | 2025-05-29 07:00:17 -0700 | |
---|---|---|
committer | 2025-05-29 15:00:17 +0100 | |
commit | 0c50c316c883f87b4ed3d269daf67952d70ee39b (patch) | |
tree | 5e76f170b18954f69fce2049d25c77a019ada98f /examples/framework-solid | |
parent | 9297c6e93c13eaf308dfc89276c0fc1fde828d8a (diff) | |
download | astro-@astrojs/web-vitals@4.0.0.tar.gz astro-@astrojs/web-vitals@4.0.0.tar.zst astro-@astrojs/web-vitals@4.0.0.zip |
[ci] release (#13845)create-astro@4.12.1astro@5.8.1@astrojs/web-vitals@4.0.0@astrojs/db@0.15.0
Co-authored-by: github-actions[bot] <41898282+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 380c371aa..d229302a1 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.1.0", - "astro": "^5.8.0", + "astro": "^5.8.1", "solid-js": "^1.9.5" } } |