summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-08-02 13:49:07 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-08-02 16:46:01 -0600
commit2554f22300360050b66f5632965563878c5e885d (patch)
treed964df4683a26666cab2df99ca78f7c21a06ccac /src
parent50c368efd034d669e268c5e1121392ad7ed32bde (diff)
upgrade postcss [skip ci]
Diffstat (limited to 'src')
-rw-r--r--src/stylesheets/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stylesheets/package.json b/src/stylesheets/package.json
index ef0bd69b..7929442c 100644
--- a/src/stylesheets/package.json
+++ b/src/stylesheets/package.json
@@ -3,7 +3,8 @@
"description": "Compiles the default stylesheet for the built-in HTML converter.",
"dependencies": {
"cssnano": "~5.0",
- "postcss": "~8.2",
+ "package.json": "^2.0.1",
+ "postcss": "~8.3",
"postcss-cli": "~8.3",
"stylelint": "~13.13",
"stylelint-config-standard": "~22.0"