diff options
author | 2025-05-29 07:00:17 -0700 | |
---|---|---|
committer | 2025-05-29 15:00:17 +0100 | |
commit | 0c50c316c883f87b4ed3d269daf67952d70ee39b (patch) | |
tree | 5e76f170b18954f69fce2049d25c77a019ada98f /examples/with-markdoc | |
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/with-markdoc')
-rw-r--r-- | examples/with-markdoc/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 505b99893..f20c1ae86 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.15.0", - "astro": "^5.8.0" + "astro": "^5.8.1" } } |