mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[TASK] Update stylelint-no-browser-hacks requirement (#1174)

Updates the requirements on [stylelint-no-browser-hacks](https://github.com/Slamdunk/stylelint-no-browser-hacks) to permit the latest version.
- [Release notes](https://github.com/Slamdunk/stylelint-no-browser-hacks/releases)
- [Commits](https://github.com/Slamdunk/stylelint-no-browser-hacks/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: stylelint-no-browser-hacks
  dependency-type: direct:development
...

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-02-20 05:20:26 +00:00 committed by GitHub
parent afd77d1826
commit 519ee237da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,6 @@
"prettier": "^3.2.5",
"stylelint": "^15.11.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-no-browser-hacks": "^1.2.1"
"stylelint-no-browser-hacks": "^1.3.0"
}
}