diff options
author | 2024-04-02 00:46:43 -0700 | |
---|---|---|
committer | 2024-04-02 15:46:43 +0800 | |
commit | f7d6254f8f63363dc88b07381983f2a8cce69559 (patch) | |
tree | 88c7a320c01db789603d35283320ade2d7d9093a /examples/basics | |
parent | 260f4fa1912ba78299c587a7cad1101354ebbb48 (diff) | |
download | astro-f7d6254f8f63363dc88b07381983f2a8cce69559.tar.gz astro-f7d6254f8f63363dc88b07381983f2a8cce69559.tar.zst astro-f7d6254f8f63363dc88b07381983f2a8cce69559.zip |
[ci] release (#10603)astro@4.5.13@astrojs/vue@4.0.10@astrojs/vercel@7.5.1@astrojs/preact@3.1.2@astrojs/mdx@2.2.3@astrojs/markdown-remark@5.0.0@astrojs/markdoc@0.9.4@astrojs/db@0.9.9
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 84ca32f2b..2684239ac 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.12" + "astro": "^4.5.13" } } |