diff options
author | 2023-08-18 07:31:52 -0700 | |
---|---|---|
committer | 2023-08-18 10:31:52 -0400 | |
commit | 5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c (patch) | |
tree | f97b8bda8fb2433248e5c179b449ca1520eab15e /examples/portfolio | |
parent | 821918bc0ccf8a706da2194456c625d55dee989c (diff) | |
download | astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.tar.gz astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.tar.zst astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.zip |
[ci] release (#8096)create-astro@3.2.2astro@2.10.10@astrojs/vercel@3.8.2@astrojs/svelte@3.1.1@astrojs/solid-js@2.2.1@astrojs/react@2.3.0
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 d87ef12b4..a3767fc02 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.10.9" + "astro": "^2.10.10" } } |