diff options
author | 2023-08-08 11:09:08 +0100 | |
---|---|---|
committer | 2023-08-08 11:09:20 +0100 | |
commit | ba73dea0262e89c9145aeea13252ea2da3f5ecd1 (patch) | |
tree | e7fb94e4617a841d1319c45298176668106c1cb2 /examples | |
parent | 70f34f5a355f42526ee9e5355f3de8e510002ea2 (diff) | |
download | astro-ba73dea0262e89c9145aeea13252ea2da3f5ecd1.tar.gz astro-ba73dea0262e89c9145aeea13252ea2da3f5ecd1.tar.zst astro-ba73dea0262e89c9145aeea13252ea2da3f5ecd1.zip |
chore: fix rebase issue
Diffstat (limited to 'examples')
-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 35b95de2b..5c0958016 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.0-beta.3" + "astro": "^2.10.3" } } |