diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-02-11 01:55:33 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-02-11 02:15:08 -0700 |
| commit | 74778166426e8f665860ba9eea26a930ddaf2b3e (patch) | |
| tree | 29558c2a241201a9510a6965dc4454e7e55e66af /src/stylesheets/package.json | |
| parent | 0839d6beb65b1ffd3e7cb611852f8c10aaaa77cc (diff) | |
upgrade stylesheet build and refine stylelint rules
Diffstat (limited to 'src/stylesheets/package.json')
| -rw-r--r-- | src/stylesheets/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/stylesheets/package.json b/src/stylesheets/package.json index c3731075..06a527e9 100644 --- a/src/stylesheets/package.json +++ b/src/stylesheets/package.json @@ -2,12 +2,12 @@ "private": true, "description": "Compiles the default stylesheet for the built-in HTML converter.", "devDependencies": { - "autoprefixer": "~10.3", + "autoprefixer": "~10.4", "cssnano": "~5.0", - "postcss": "~8.3", - "postcss-cli": "~8.3", - "stylelint": "~13.13", - "stylelint-config-standard": "~22.0" + "postcss": "~8.4", + "postcss-cli": "~9.1", + "stylelint": "~14.5", + "stylelint-config-standard": "~25.0" }, "scripts": { "build": "postcss asciidoctor.css -o ../../data/stylesheets/asciidoctor-default.css && postcss coderay-asciidoctor.css -o ../../data/stylesheets/coderay-asciidoctor.css", |
