Maintenance: Updated the npm dependencies for stylelint.

This commit is contained in:
Dominik Klein 2021-12-01 20:02:36 +01:00
parent 03a6721958
commit 8735dc0090
3 changed files with 1282 additions and 8 deletions

1
.gitignore vendored
View file

@ -43,7 +43,6 @@
# NPM / Yarn
/node_modules
/yarn.lock
# logfiles and tempfiles
/log

View file

@ -4,13 +4,13 @@
"lint:css:fix": "stylelint \"**/*.{css,scss}\" --fix"
},
"devDependencies": {
"postcss": "^8.3.9",
"postcss-html": "^1.0.1",
"prettier": "2.4.1",
"stylelint": "^14.0.0",
"postcss": "^8.4.4",
"postcss-html": "^1.3.0",
"prettier": "2.5.0",
"stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^23.0.0",
"stylelint-config-standard-scss": "^2.0.0",
"stylelint-prettier": "^1.2.0"
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-prettier": "^2.0.0"
}
}

1275
yarn.lock Normal file

File diff suppressed because it is too large Load diff