aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-09-02 00:13:49 +0200
committerGravatar GitHub <noreply@github.com> 2024-09-02 00:13:49 +0200
commit0056acb935264e3a6637402f57f0c37ca5fb9c77 (patch)
tree7813131c29503a022bad23be669ed572c1a03fc0 /package.json
parented32372b878a337ac08dec52d6bcfb376d09f5fb (diff)
Bump the stylelint group with 2 updates (#6759)
Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [@stylistic/stylelint-plugin](https://github.com/stylelint-stylistic/stylelint-stylistic). Updates `stylelint` from 16.8.1 to 16.9.0 - [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/16.8.1...16.9.0) Updates `@stylistic/stylelint-plugin` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/stylelint-stylistic/stylelint-stylistic/releases) - [Changelog](https://github.com/stylelint-stylistic/stylelint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-stylistic/stylelint-stylistic/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stylelint - dependency-name: "@stylistic/stylelint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: stylelint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ed41c5222..afec4cd51 100644
--- a/package.json
+++ b/package.json
@@ -41,10 +41,10 @@
"neostandard": "^0.11.2",
"rtlcss": "^4.3.0",
"sass": "^1.77.8",
- "stylelint": "^16.8.1",
+ "stylelint": "^16.9.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
- "@stylistic/stylelint-plugin": "^3.0.0"
+ "@stylistic/stylelint-plugin": "^3.0.1"
},
"rtlcssConfig": {}
}