mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-02-10 18:11:24 +01:00
chore(deps-dev): bump stylelint from 15.8.0 to 15.9.0 (#437)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.8.0 to 15.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/15.8.0...15.9.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... 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:
parent
55c4c836a5
commit
7f16f4328f
8
package-lock.json
generated
8
package-lock.json
generated
@ -44,7 +44,7 @@
|
||||
"razzle": "^4.2.18",
|
||||
"razzle-dev-utils": "^4.2.18",
|
||||
"react-test-renderer": "^18.2.0",
|
||||
"stylelint": "^15.8.0",
|
||||
"stylelint": "^15.9.0",
|
||||
"stylelint-config-prettier": "^9.0.5",
|
||||
"url": "^0.11.1",
|
||||
"webpack": "^5.88.0",
|
||||
@ -18443,9 +18443,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/stylelint": {
|
||||
"version": "15.8.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.8.0.tgz",
|
||||
"integrity": "sha512-x9qBk84F3MEjMEUNCE7MtWmfj9G9y5XzJ0cpQeJdy2l/IoqjC8Ih0N0ytmOTnXE4Yv0J7I1cmVRQUVNSPCxTsA==",
|
||||
"version": "15.9.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.9.0.tgz",
|
||||
"integrity": "sha512-sXtAZi64CllWr6A+8ymDWnlIaYwuAa7XRmGnJxLQXFNnLjd3Izm4HAD+loKVaZ7cpK6SLxhAUX1lwPJKGCn0mg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@csstools/css-parser-algorithms": "^2.2.0",
|
||||
|
@ -52,7 +52,7 @@
|
||||
"razzle": "^4.2.18",
|
||||
"razzle-dev-utils": "^4.2.18",
|
||||
"react-test-renderer": "^18.2.0",
|
||||
"stylelint": "^15.8.0",
|
||||
"stylelint": "^15.9.0",
|
||||
"stylelint-config-prettier": "^9.0.5",
|
||||
"url": "^0.11.1",
|
||||
"webpack": "^5.88.0",
|
||||
|
@ -8912,10 +8912,10 @@ stylelint-config-prettier@^9.0.5:
|
||||
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz#9f78bbf31c7307ca2df2dd60f42c7014ee9da56e"
|
||||
integrity sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==
|
||||
|
||||
stylelint@^15.8.0:
|
||||
version "15.8.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.8.0.tgz#c1e8a85d6f9e24670c4385ce0b79103e9b1b3e81"
|
||||
integrity sha512-x9qBk84F3MEjMEUNCE7MtWmfj9G9y5XzJ0cpQeJdy2l/IoqjC8Ih0N0ytmOTnXE4Yv0J7I1cmVRQUVNSPCxTsA==
|
||||
stylelint@^15.9.0:
|
||||
version "15.9.0"
|
||||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.9.0.tgz#f5522fac58f806b59ebddbca360ed470dc5b419c"
|
||||
integrity sha512-sXtAZi64CllWr6A+8ymDWnlIaYwuAa7XRmGnJxLQXFNnLjd3Izm4HAD+loKVaZ7cpK6SLxhAUX1lwPJKGCn0mg==
|
||||
dependencies:
|
||||
"@csstools/css-parser-algorithms" "^2.2.0"
|
||||
"@csstools/css-tokenizer" "^2.1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user