diff options
author | 2024-01-16 03:45:09 -0800 | |
---|---|---|
committer | 2024-01-16 11:45:09 +0000 | |
commit | 6c64b149f8e7847ed82b103a5e6c931a1ccbeaec (patch) | |
tree | fdc50cffeeacc70a95daecec0ca2dbf8e7bc27c6 /examples/basics | |
parent | 39050c6e1f77dc21e87716d95e627a654828ee74 (diff) | |
download | astro-6c64b149f8e7847ed82b103a5e6c931a1ccbeaec.tar.gz astro-6c64b149f8e7847ed82b103a5e6c931a1ccbeaec.tar.zst astro-6c64b149f8e7847ed82b103a5e6c931a1ccbeaec.zip |
[ci] release (#9669)astro@4.1.3@astrojs/partytown@2.0.4
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 86c5410e0..941e0b408 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.1.2" + "astro": "^4.1.3" } } |