diff options
author | 2024-10-01 06:26:50 -0700 | |
---|---|---|
committer | 2024-10-01 15:26:50 +0200 | |
commit | f06feee7c44665f23ab846791b7c57276ddfde97 (patch) | |
tree | 5a20e797be1d5147fe5ea5b63a10e1c1ea6436df /examples/starlog | |
parent | 76c5fbd6f3a8d41367f1d7033278d133d518213b (diff) | |
download | astro@4.15.10.tar.gz astro@4.15.10.tar.zst astro@4.15.10.zip |
[ci] release (#12074)astro@4.15.10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/starlog')
-rw-r--r-- | examples/starlog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 8fa63a8ec..d0e6ba18e 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.9", + "astro": "^4.15.10", "sass": "^1.79.4", "sharp": "^0.33.3" } |