diff options
author | 2023-08-29 12:50:45 -0700 | |
---|---|---|
committer | 2023-08-29 15:50:45 -0400 | |
commit | 28a49f8e0d6ba453b2620cf7303d030a4f03b463 (patch) | |
tree | 51dbc570903157384c4d387aa8346df589a44b1f /examples/with-tailwindcss | |
parent | b0e021d41b4154a0875617cdc6cabc9906beb7f8 (diff) | |
download | astro-28a49f8e0d6ba453b2620cf7303d030a4f03b463.tar.gz astro-28a49f8e0d6ba453b2620cf7303d030a4f03b463.tar.zst astro-28a49f8e0d6ba453b2620cf7303d030a4f03b463.zip |
[ci] release (rc) (#8272)astro@3.0.0-rc.11
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 7b8335c6e..6ceab3626 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^1.0.0-rc.2", "@astrojs/tailwind": "^5.0.0-rc.1", "@types/canvas-confetti": "^1.6.0", - "astro": "^3.0.0-rc.10", + "astro": "^3.0.0-rc.11", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.6.0", "postcss": "^8.4.28", |