Bump stylelint-config-recess-order from 4.6.0 to 5.0.0 (#248)

Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 4.6.0 to 5.0.0.
- [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases)
- [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stormwarning/stylelint-config-recess-order/compare/v4.6.0...v5.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-recess-order
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 11:46:59 +03:00 коммит произвёл GitHub
Родитель ce618a78be
Коммит 013652aacd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 7 добавлений и 7 удалений

12
package-lock.json сгенерированный
Просмотреть файл

@ -21,7 +21,7 @@
"dependencies": { "dependencies": {
"@stylistic/stylelint-config": "^1.0.1", "@stylistic/stylelint-config": "^1.0.1",
"@stylistic/stylelint-plugin": "^2.1.1", "@stylistic/stylelint-plugin": "^2.1.1",
"stylelint-config-recess-order": "^4.6.0", "stylelint-config-recess-order": "^5.0.0",
"stylelint-config-standard": "^36.0.0", "stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0", "stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.2.1" "stylelint-scss": "^6.2.1"
@ -2130,14 +2130,14 @@
} }
}, },
"node_modules/stylelint-config-recess-order": { "node_modules/stylelint-config-recess-order": {
"version": "4.6.0", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-4.6.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-5.0.0.tgz",
"integrity": "sha512-V76fhv3YtcNXh/hyAuAdSzi5FmcrG54Mp2AThJ3D/PTMTSYzUPd7GIhP6z9mTqnRhmkk6YTfcu/JWB8h+Yrcaw==", "integrity": "sha512-D+/Got844O96No2mj/H2NhLjj555iKAy/Mea+JCerfKB9TBKQW3/IudSVkTCxE4QiRDLldfH15x6FH1D1Anjhw==",
"dependencies": { "dependencies": {
"stylelint-order": "6.x" "stylelint-order": "^6.0.4"
}, },
"peerDependencies": { "peerDependencies": {
"stylelint": ">=15" "stylelint": ">=16"
} }
}, },
"node_modules/stylelint-config-recommended": { "node_modules/stylelint-config-recommended": {

Просмотреть файл

@ -42,7 +42,7 @@
"dependencies": { "dependencies": {
"@stylistic/stylelint-config": "^1.0.1", "@stylistic/stylelint-config": "^1.0.1",
"@stylistic/stylelint-plugin": "^2.1.1", "@stylistic/stylelint-plugin": "^2.1.1",
"stylelint-config-recess-order": "^4.6.0", "stylelint-config-recess-order": "^5.0.0",
"stylelint-config-standard": "^36.0.0", "stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0", "stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.2.1" "stylelint-scss": "^6.2.1"