diff options
author | 2024-03-11 13:09:08 -0700 | |
---|---|---|
committer | 2024-03-11 16:09:08 -0400 | |
commit | 33bfe6ed05cbc5dda95571f9669774ccebf8429b (patch) | |
tree | 2e2e15dbbd1957b7bb447fedd8770936ad400d57 /examples/with-tailwindcss | |
parent | ae7dc5f6921a96d7309a0bda91190f0d73735c5a (diff) | |
download | astro-33bfe6ed05cbc5dda95571f9669774ccebf8429b.tar.gz astro-33bfe6ed05cbc5dda95571f9669774ccebf8429b.tar.zst astro-33bfe6ed05cbc5dda95571f9669774ccebf8429b.zip |
[ci] release (#10383)astro@4.5.1@astrojs/db@0.7.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 297bee91c..6ab50ff09 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^2.2.0", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.3", - "astro": "^4.5.0", + "astro": "^4.5.1", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.9.1", "postcss": "^8.4.28", |