diff options
author | 2024-09-19 06:13:53 -0700 | |
---|---|---|
committer | 2024-09-19 14:13:53 +0100 | |
commit | b4563f85428925cdb4b9d7cb8a9f53543db8c76c (patch) | |
tree | 76f7972b09a2a7a99a1e2c5bfead7899e66688c0 /examples/with-tailwindcss | |
parent | e00a641f3aee9c1f66aa237aec44cdea53e2bc50 (diff) | |
download | astro-b4563f85428925cdb4b9d7cb8a9f53543db8c76c.tar.gz astro-b4563f85428925cdb4b9d7cb8a9f53543db8c76c.tar.zst astro-b4563f85428925cdb4b9d7cb8a9f53543db8c76c.zip |
[ci] release (#12021)astro@4.15.8@astrojs/mdx@3.1.7
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index f2df5d3e0..8259affae 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.6", + "@astrojs/mdx": "^3.1.7", "@astrojs/tailwind": "^5.1.1", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.15.7", + "astro": "^4.15.8", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.45", |