diff options
author | 2023-08-18 08:36:25 -0700 | |
---|---|---|
committer | 2023-08-18 10:36:25 -0500 | |
commit | e3c030e5d3bef916bc5319327b0c978a355031e3 (patch) | |
tree | 1ca00ead92919b20894409278ff1f862ac6dc821 /examples/portfolio/package.json | |
parent | ae766f31fe71c0a1d6d91225c8a10a9a6f60565a (diff) | |
download | astro@2.10.11.tar.gz astro@2.10.11.tar.zst astro@2.10.11.zip |
[ci] release (#8138)astro@2.10.11@astrojs/react@2.3.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/portfolio/package.json')
-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 a3767fc02..8450f3315 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.10.10" + "astro": "^2.10.11" } } |