diff options
author | 2023-01-24 18:19:27 -0800 | |
---|---|---|
committer | 2023-01-25 10:19:27 +0800 | |
commit | 4842d6acb02b0ee70d6660e0ddab84d122dce959 (patch) | |
tree | ef82fed419a5a18ac573c0691dc060385b49a5af /examples/with-tailwindcss | |
parent | 02549b8ced18bf193efc407a625d908b65b3979f (diff) | |
download | astro-4842d6acb02b0ee70d6660e0ddab84d122dce959.tar.gz astro-4842d6acb02b0ee70d6660e0ddab84d122dce959.tar.zst astro-4842d6acb02b0ee70d6660e0ddab84d122dce959.zip |
[ci] release (#5963)astro@2.0.1
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 c8b3ad036..7630f44db 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.15.0", "@astrojs/tailwind": "^3.0.0", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.0.0", + "astro": "^2.0.1", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", |