diff options
author | 2025-01-31 04:31:39 -0800 | |
---|---|---|
committer | 2025-01-31 12:31:39 +0000 | |
commit | 6430aee5c79767036c7970af92a09bd8665a4836 (patch) | |
tree | 522379d7a110a6c3ff96af7a96e21aaa89249a6b /examples/with-tailwindcss | |
parent | 187c4d3244a27c9b4e7e3cbe6307b01161140ca1 (diff) | |
download | astro@5.2.2.tar.gz astro@5.2.2.tar.zst astro@5.2.2.zip |
[ci] release (#13108)astro@5.2.2
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 cd6f81693..f341d6b2a 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.0.8", "@tailwindcss/vite": "^4.0.0", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.2.1", + "astro": "^5.2.2", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.0.0" } |