diff options
author | 2025-02-12 04:14:03 -0800 | |
---|---|---|
committer | 2025-02-12 12:14:03 +0000 | |
commit | ea9868d7fd6b561b994a4dae5af0d00e73d117ab (patch) | |
tree | 0506a3225c15b330c122faa87f68f69295db0efb /examples/toolbar-app | |
parent | 6bac644241bc42bb565730955ffd575878a0e41b (diff) | |
download | astro@5.2.6.tar.gz astro@5.2.6.tar.zst astro@5.2.6.zip |
[ci] release (#13189)astro@5.2.6@astrojs/vercel@8.0.7@astrojs/node@9.0.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/toolbar-app')
-rw-r--r-- | examples/toolbar-app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 7321eca23..a26f5076e 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@types/node": "^18.17.8", - "astro": "^5.2.5" + "astro": "^5.2.6" } } |