diff options
author | 2022-10-03 15:48:40 -0700 | |
---|---|---|
committer | 2022-10-03 18:48:40 -0400 | |
commit | 5d58787f7a040a794e7430713ad06e18b32adfaa (patch) | |
tree | bd1649b7b5ef1bf4e18a4d2c38510b9dfcfc54e6 /examples/framework-multiple | |
parent | e6a881081f456b83294e1d85179b20951d7677e9 (diff) | |
download | astro-5d58787f7a040a794e7430713ad06e18b32adfaa.tar.gz astro-5d58787f7a040a794e7430713ad06e18b32adfaa.tar.zst astro-5d58787f7a040a794e7430713ad06e18b32adfaa.zip |
[ci] release (#4968)astro@1.4.4
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 5ffcd3569..7b7c7c754 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.4.3", + "astro": "^1.4.4", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |