diff options
author | 2022-09-15 11:05:25 -0700 | |
---|---|---|
committer | 2022-09-15 14:05:25 -0400 | |
commit | b2da8a124a03ce58dbca7df7ae1d68019f6637cc (patch) | |
tree | 0ce2c928cc2a7600634b2afae5023aa84e206f61 /examples/framework-multiple | |
parent | 7c11ef63bda79e78c49c226cd8303075874c2841 (diff) | |
download | astro-b2da8a124a03ce58dbca7df7ae1d68019f6637cc.tar.gz astro-b2da8a124a03ce58dbca7df7ae1d68019f6637cc.tar.zst astro-b2da8a124a03ce58dbca7df7ae1d68019f6637cc.zip |
[ci] release (#4761)astro@1.2.5@astrojs/tailwind@2.0.1
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 52e47ac2e..288cf377c 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.2.4", + "astro": "^1.2.5", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", |