diff options
author | 2022-11-30 08:10:06 -0800 | |
---|---|---|
committer | 2022-11-30 11:10:06 -0500 | |
commit | 8450a09f14e5d919cc255955e60779a81bd389bd (patch) | |
tree | 6302364ab3c7e6e29ffca5a8b86a3428db44f06c /examples/framework-multiple | |
parent | 25a76eac9c933949c0b077f7e93e3ad34da2104f (diff) | |
download | astro-8450a09f14e5d919cc255955e60779a81bd389bd.tar.gz astro-8450a09f14e5d919cc255955e60779a81bd389bd.tar.zst astro-8450a09f14e5d919cc255955e60779a81bd389bd.zip |
[ci] release (#5485)astro@1.6.12@astrojs/image@0.12.0
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 61777af97..420d85a87 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.11", + "astro": "^1.6.12", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |