diff options
author | 2024-04-04 10:11:24 -0700 | |
---|---|---|
committer | 2024-04-04 13:11:24 -0400 | |
commit | e2a780a46d8c2fea81d516cb48ba45650d891282 (patch) | |
tree | 0235a2dde3ebad4a9aee3abcf54b0f526275f62d /examples/basics | |
parent | 3bd6758e1cdd4be617a8c69ac7c94c4d0dab0999 (diff) | |
download | astro@4.5.16.tar.gz astro@4.5.16.tar.zst astro@4.5.16.zip |
[ci] release (#10674)astro@4.5.16@astrojs/mdx@2.2.4@astrojs/db@0.10.1
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 24eb40597..85d51849c 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.15" + "astro": "^4.5.16" } } |