diff options
author | 2023-07-21 13:37:17 -0700 | |
---|---|---|
committer | 2023-07-21 16:37:17 -0400 | |
commit | 16a41528e444c25f4db9862538c0ec45d4ddb188 (patch) | |
tree | 8c73ba18b19d82e951869dfeeae467b92c52babb /examples/with-tailwindcss | |
parent | c65da5f1cd47d2e2ae97b0f5ada3863430a324da (diff) | |
download | astro-16a41528e444c25f4db9862538c0ec45d4ddb188.tar.gz astro-16a41528e444c25f4db9862538c0ec45d4ddb188.tar.zst astro-16a41528e444c25f4db9862538c0ec45d4ddb188.zip |
[ci] release (#7737)astro@2.9.1@astrojs/vercel@3.7.4
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 e6d5270af..bbeda3450 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.19.7", "@astrojs/tailwind": "^4.0.0", "@types/canvas-confetti": "^1.6.0", - "astro": "^2.9.0", + "astro": "^2.9.1", "autoprefixer": "^10.4.14", "canvas-confetti": "^1.6.0", "postcss": "^8.4.24", |