summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjfriedli2022-01-24 19:43:12 +0000
committerjfriedli2022-01-24 19:43:12 +0000
commit71b00c20981eccf92ab7af0dc311543f077e327f (patch)
tree6094c2c110395743165853a4706bb0139be9c1b0 /package.json
parent8689aa3c3144dbe6a7b67facd176cf0d7dbf8cc6 (diff)
Bugfix catch attribute errors and updated dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index c4fcf0d..c216618 100644
--- a/package.json
+++ b/package.json
@@ -22,8 +22,8 @@
22 "@fullhuman/postcss-purgecss": "^4.0.2", 22 "@fullhuman/postcss-purgecss": "^4.0.2",
23 "autoprefixer": "^10.2.5", 23 "autoprefixer": "^10.2.5",
24 "cssnano": "^5.0.0", 24 "cssnano": "^5.0.0",
25 "postcss": "^8.2.8", 25 "postcss": "^8.4.5",
26 "postcss-cli": "^9.0.0", 26 "postcss-cli": "^9.0.0",
27 "tailwindcss": "^2.0.4" 27 "tailwindcss": "^3.0.16"
28 } 28 }
29} 29}