summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-31 10:40:59 +0100
committerGravatar GitHub <noreply@github.com> 2025-03-31 10:40:59 +0100
commit758523cc04c51cc4a0cd55fb7800552c9ff0a5fc (patch)
treeec60fd931f435291f761d696286e017a947795c8 /examples/with-tailwindcss
parent2f6c0a751484d48a26f8945a5e8a42ce3c6f9381 (diff)
downloadastro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.tar.gz
astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.tar.zst
astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.zip
fix(deps): update all non-major dependencies (#13521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r--examples/with-tailwindcss/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index b715499f5..97c47a03a 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -11,10 +11,10 @@
},
"dependencies": {
"@astrojs/mdx": "^4.2.2",
- "@tailwindcss/vite": "^4.0.15",
+ "@tailwindcss/vite": "^4.0.17",
"@types/canvas-confetti": "^1.9.0",
"astro": "^5.5.5",
"canvas-confetti": "^1.9.3",
- "tailwindcss": "^4.0.15"
+ "tailwindcss": "^4.0.17"
}
}