diff options
author | 2022-06-07 12:45:50 -0400 | |
---|---|---|
committer | 2022-06-07 12:45:50 -0400 | |
commit | ec89def67debc24a7eef38cab2f77632517d9a6a (patch) | |
tree | 60526f7870827b311a4dc951a816b786de7954cc /examples/with-tailwindcss | |
parent | 0a978e22fd82d40105d59aa0b3bac4b189f19214 (diff) | |
download | astro-ec89def67debc24a7eef38cab2f77632517d9a6a.tar.gz astro-ec89def67debc24a7eef38cab2f77632517d9a6a.tar.zst astro-ec89def67debc24a7eef38cab2f77632517d9a6a.zip |
[ci] release (#3534)astro@1.0.0-beta.42@astrojs/netlify@0.4.3@astrojs/deno@0.1.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 402377532..07c561560 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.2.1", - "astro": "^1.0.0-beta.41", + "astro": "^1.0.0-beta.42", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", |