diff options
author | 2023-08-24 07:04:16 -0700 | |
---|---|---|
committer | 2023-08-24 10:04:16 -0400 | |
commit | 608b2d732d762bf1f7f44a82b278caa8853c8c2f (patch) | |
tree | 7d9405247edc087fb883e20ac485e3f76dcb9361 /examples/basics | |
parent | 52606a3909f9de5ced9b9ba3ba25832f73a8689e (diff) | |
download | astro@2.10.14.tar.gz astro@2.10.14.tar.zst astro@2.10.14.zip |
[ci] release (#8205)astro@2.10.14@astrojs/cloudflare@6.8.1
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 54af5fbca..91349a05a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.10.13" + "astro": "^2.10.14" } } |