diff options
author | 2024-05-22 00:40:11 -0700 | |
---|---|---|
committer | 2024-05-22 09:40:11 +0200 | |
commit | 9ddd6387a7e70d1111dd4a60450d3c710325380c (patch) | |
tree | a718c1d4c8f41995f7046ff83e1eaccce94e5ef9 /examples/basics | |
parent | f00ecd45960769e13d23e5456f89406aff8a49ce (diff) | |
download | astro-9ddd6387a7e70d1111dd4a60450d3c710325380c.tar.gz astro-9ddd6387a7e70d1111dd4a60450d3c710325380c.tar.zst astro-9ddd6387a7e70d1111dd4a60450d3c710325380c.zip |
[ci] release (#11086)astro@4.8.7@astrojs/web-vitals@0.2.0@astrojs/sitemap@3.1.5@astrojs/mdx@3.0.1@astrojs/db@0.11.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 423950214..042be1654 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.8.6" + "astro": "^4.8.7" } } |