diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-21 03:19:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 03:19:05 +0000 |
commit | 8993b24d9595d02a7460ec7e77bc58561951ff1e (patch) | |
tree | ea99a6f253e4bd7d8c4e5f851462570ca5a3c0c6 /package.json | |
parent | 4946ba18ff493dbdb41441f162d1f221e89dc4c5 (diff) |
Bump stylelint and stylelint-config-recommended
Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended). These dependencies needed to be updated together.
Updates `stylelint` from 14.16.1 to 15.10.3
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.16.1...15.10.3)
Updates `stylelint-config-recommended` from 9.0.0 to 13.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/9.0.0...13.0.0)
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: stylelint-config-recommended
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 6eebc16e..04f5f264 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ "html-validate": "^7.6.0", "jsdom": "^22.1.0", "parse5": "^7.1.2", - "stylelint": "^14.16.1", - "stylelint-config-recommended": "^9.0.0", + "stylelint": "^15.10.3", + "stylelint-config-recommended": "^13.0.0", "web-ext": "^7.6.0" } } |