diff options
author | 2022-09-13 12:15:05 -0700 | |
---|---|---|
committer | 2022-09-13 15:15:05 -0400 | |
commit | 150cd8a582c70a394ad53282ef041152c2d5a9d3 (patch) | |
tree | a34bd34436d617bb48f9766ce8027d58f1f36b2d /examples/framework-multiple | |
parent | 8cfb3fb535a16ebb1c185de2609435fdd7954611 (diff) | |
download | astro-150cd8a582c70a394ad53282ef041152c2d5a9d3.tar.gz astro-150cd8a582c70a394ad53282ef041152c2d5a9d3.tar.zst astro-150cd8a582c70a394ad53282ef041152c2d5a9d3.zip |
[ci] release (#4729)astro@1.2.3@astrojs/tailwind@1.0.1@astrojs/netlify@1.0.3
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 50c1d4e10..2bf4ede4b 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.2.2", + "astro": "^1.2.3", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |