summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMatweb Bot2023-12-21 04:16:04 +0000
committerMatweb Bot2023-12-21 04:16:04 +0000
commit5386d7d41183fe6a4ad1fc991874c4413dc5be63 (patch)
tree5585666216b7e08002b03fc63c07d76ae989aabe /package.json
parentc95ce45e31e83e38d6c463cf697ceb4e408b0580 (diff)
RenovateBot: Update dependency postcss-cli to v11
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3af6602..9102430 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
23 "autoprefixer": "^10.2.5", 23 "autoprefixer": "^10.2.5",
24 "cssnano": "^6.0.0", 24 "cssnano": "^6.0.0",
25 "postcss": "^8.4.5", 25 "postcss": "^8.4.5",
26 "postcss-cli": "^10.0.0", 26 "postcss-cli": "^11.0.0",
27 "tailwindcss": "^3.0.16" 27 "tailwindcss": "^3.0.16"
28 } 28 }
29} 29}