diff options
author | 2024-03-13 12:58:51 -0700 | |
---|---|---|
committer | 2024-03-13 15:58:51 -0400 | |
commit | c70aa6849f9a38732f4922682a6c409896be4768 (patch) | |
tree | 5e02d7f84cff99b7afab6883f12eb722ddeaee63 /examples/basics | |
parent | 9b3ec5e0186a1ecf81f8074b0e4695cc4ed2d00c (diff) | |
download | astro-c70aa6849f9a38732f4922682a6c409896be4768.tar.gz astro-c70aa6849f9a38732f4922682a6c409896be4768.tar.zst astro-c70aa6849f9a38732f4922682a6c409896be4768.zip |
[ci] release (#10416)astro@4.5.3@astrojs/db@0.8.2
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 4e2bf2858..0b287e258 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.2" + "astro": "^4.5.3" } } |