Skip to content

Commit

Permalink
chore(deps): update dependency stylelint-no-unsupported-browser-featu…
Browse files Browse the repository at this point in the history
…res to v8
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent b822ec5 commit 75d2435
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"stylelint-config-property-sort-order-smacss": "9.1.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-no-unsupported-browser-features": "^7.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.1",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"utility-types": "3.11.0",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5834,7 +5834,7 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

doiuse@^6.0.1:
doiuse@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/doiuse/-/doiuse-6.0.2.tgz#0161e68a0bbc9525d3cebdfcbe5adb90023793e2"
integrity sha512-eBTs23NOX+EAYPr4RbCR6J4DRW/TML3uMo37y0X1whlkersDYFCk9HmCl09KX98cis22VKsV1QaxfVNauJ3NBw==
Expand Down Expand Up @@ -10434,7 +10434,7 @@ postcss@8.4.31:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.2.14, postcss@^8.4.16, postcss@^8.4.21, postcss@^8.4.28, postcss@^8.4.33:
postcss@^8.2.14, postcss@^8.4.21, postcss@^8.4.28, postcss@^8.4.32, postcss@^8.4.33:
version "8.4.33"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742"
integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==
Expand Down Expand Up @@ -11975,14 +11975,13 @@ stylelint-config-styled-components@^0.1.1:
resolved "https://registry.yarnpkg.com/stylelint-config-styled-components/-/stylelint-config-styled-components-0.1.1.tgz#b408388d7c687833ab4be4c4e6522d97d2827ede"
integrity sha512-z5Xz/9GmvxO6e/DLzBMwkB85zHxEEjN6K7Cj80Bi+o/9vR9eS3GX3E9VuMnX9WLFYulqbqLtTapGGY28JBiy9Q==

stylelint-no-unsupported-browser-features@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-7.0.0.tgz#91834a0f285da7f91116515d79c4b03531ba5d44"
integrity sha512-O5VYlBhr+lpJ6jeTJSy+SMbHJhW5h5EJxsoicYcTi/07m45V/CF1mQidwRQLjv8y9BFQMpioWz60O89IkmbaNw==
stylelint-no-unsupported-browser-features@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-8.0.1.tgz#a372ff4056a40a85f3c89b96af6ecbb80bf47783"
integrity sha512-tc8Xn5DaqJhxTmbA4H8gZbYdAz027NfuSZv5+cVieQb7BtBrF/1/iKYdpcGwXPl3GtqkQrisiXuGqKkKnzWcLw==
dependencies:
doiuse "^6.0.1"
lodash "^4.17.15"
postcss "^8.4.16"
doiuse "^6.0.2"
postcss "^8.4.32"

stylelint-order@^6.0.2:
version "6.0.3"
Expand Down

0 comments on commit 75d2435

Please sign in to comment.