diff options
author | 2024-06-05 00:45:03 -0700 | |
---|---|---|
committer | 2024-06-05 09:45:03 +0200 | |
commit | 587e75f47efa346139b71e5e754e051f72bdac39 (patch) | |
tree | 5f93cd8dc134f9f92bad38fe23137136aecd13f1 /examples/basics | |
parent | 13c001062b635898f8067e8a3734f832296dd540 (diff) | |
download | astro-587e75f47efa346139b71e5e754e051f72bdac39.tar.gz astro-587e75f47efa346139b71e5e754e051f72bdac39.tar.zst astro-587e75f47efa346139b71e5e754e051f72bdac39.zip |
[ci] release (#11158)astro@4.9.3@astrojs/lit@4.1.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 9832a570e..49ba9ebfc 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.9.2" + "astro": "^4.9.3" } } |