diff options
author | 2024-03-05 16:26:25 -0800 | |
---|---|---|
committer | 2024-03-05 16:26:25 -0800 | |
commit | dd3935b31cbe637a5354e76706c860848512b658 (patch) | |
tree | e31d25e0bc11b0e36dfb80d0a69c0fce34fa9211 /examples/portfolio | |
parent | d6a6b7dff249bdf0b427a58ff8551e70c5e14ba2 (diff) | |
download | astro-dd3935b31cbe637a5354e76706c860848512b658.tar.gz astro-dd3935b31cbe637a5354e76706c860848512b658.tar.zst astro-dd3935b31cbe637a5354e76706c860848512b658.zip |
[ci] release (#10332)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/portfolio')
-rw-r--r-- | examples/portfolio/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index b454a0f0d..1596f2e54 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.4.11" + "astro": "^4.4.12" } } |