summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjfriedli2025-03-29 15:20:52 +0000
committerjfriedli2025-03-29 15:20:52 +0000
commita5c6cfe8088b00ca97a35947da9ddf92d71f74fc (patch)
tree08e2ee0f45aacfeeb73991b9a3422642ba633547 /package.json
parentb3d5d400f3fb16d483c8a092ce9a081761332aea (diff)
upgrade to tailwind 4v0.8.12
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json
index 54c0298..515bb7d 100644
--- a/package.json
+++ b/package.json
@@ -19,11 +19,13 @@
19 "author": "jvoisin, jfriedli", 19 "author": "jvoisin, jfriedli",
20 "license": "MIT", 20 "license": "MIT",
21 "dependencies": { 21 "dependencies": {
22 "@fullhuman/postcss-purgecss": "^7.0.0", 22 "@fullhuman/postcss-purgecss": "^6.0.0",
23 "@tailwindcss/cli": "^4.0.17",
24 "@tailwindcss/postcss": "^4.0.17",
23 "autoprefixer": "^10.2.5", 25 "autoprefixer": "^10.2.5",
24 "cssnano": "^7.0.0", 26 "cssnano": "^7.0.0",
25 "postcss": "^8.4.5", 27 "postcss": "^8.5.3",
26 "postcss-cli": "^11.0.0", 28 "postcss-cli": "^11.0.0",
27 "tailwindcss": "^3.0.16" 29 "tailwindcss": "^4.0.17"
28 } 30 }
29} 31}