diff options
author | 2023-08-03 12:16:51 -0700 | |
---|---|---|
committer | 2023-08-03 15:16:51 -0400 | |
commit | 49b3cf423bdad60eb08d8c78dd44af2588cc5d25 (patch) | |
tree | db2884f7879fdd2e68b21bf7edbed9467eb61fa1 /examples/component | |
parent | 3a01ef7cc1b63ba513156887b6fa6867f1abfafc (diff) | |
download | astro-49b3cf423bdad60eb08d8c78dd44af2588cc5d25.tar.gz astro-49b3cf423bdad60eb08d8c78dd44af2588cc5d25.tar.zst astro-49b3cf423bdad60eb08d8c78dd44af2588cc5d25.zip |
[ci] release (#7937)astro@2.10.1@astrojs/internal-helpers@0.1.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/component')
-rw-r--r-- | examples/component/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/component/package.json b/examples/component/package.json index 914ddb353..d17bd3411 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.10.0" + "astro": "^2.10.1" }, "peerDependencies": { "astro": "^2.0.0-beta.0" |