diff options
author | 2022-09-19 11:44:49 -0700 | |
---|---|---|
committer | 2022-09-19 14:44:49 -0400 | |
commit | 8a1dd4b7e8e614028f41ebf65a65f84a59eae665 (patch) | |
tree | d917451d237bfe030d8bfcf4cf68b2a4dcd79a36 /examples/framework-multiple | |
parent | 620f1d9e1e8b2d92a275be4c5228099663c62c9e (diff) | |
download | astro-8a1dd4b7e8e614028f41ebf65a65f84a59eae665.tar.gz astro-8a1dd4b7e8e614028f41ebf65a65f84a59eae665.tar.zst astro-8a1dd4b7e8e614028f41ebf65a65f84a59eae665.zip |
[ci] release (#4790)astro@1.2.7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e5d1abadc..f3e7ccceb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.2.6", + "astro": "^1.2.7", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |