diff options
author | 2023-10-26 08:34:52 -0700 | |
---|---|---|
committer | 2023-10-26 11:34:52 -0400 | |
commit | 7a35aedbefdca7442357092f9e488b5b5785580c (patch) | |
tree | afacf694ec5a275554bb4698bc6880ce32b46de3 /examples/with-tailwindcss | |
parent | fe4079f05ba21c0f3a167f8e3f55eff705506bd2 (diff) | |
download | astro-7a35aedbefdca7442357092f9e488b5b5785580c.tar.gz astro-7a35aedbefdca7442357092f9e488b5b5785580c.tar.zst astro-7a35aedbefdca7442357092f9e488b5b5785580c.zip |
[ci] release (#8917)astro@3.4.0
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 e8e3697ad..560b31801 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^1.1.3", "@astrojs/tailwind": "^5.0.2", "@types/canvas-confetti": "^1.6.0", - "astro": "^3.3.4", + "astro": "^3.4.0", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.6.0", "postcss": "^8.4.28", |