Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <[email protected]>
  • Loading branch information
dependabot[bot] and romainmenke authored Feb 26, 2024
1 parent 00d4dab commit 598f809
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 28 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packages/*"
],
"devDependencies": {
"@webref/css": "^6.11.2",
"@webref/css": "^6.12.0",
"aria-attributes": "^2.0.1",
"c8": "^9.1.0",
"html-element-attributes": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"stylelint-plugin"
],
"dependencies": {
"@csstools/selector-specificity": "^3.0.1",
"@csstools/selector-specificity": "^3.0.2",
"postcss-selector-parser": "^6.0.15"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/prop-order/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.0.5

- Add new properties:
- `dynamic-range-limit`

## 3.0.4

- Add new properties:
Expand Down
1 change: 1 addition & 0 deletions packages/prop-order/order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export const order = [
"direction",
"display",
"dominant-baseline",
"dynamic-range-limit",
"empty-cells",
"field-sizing",
"fill",
Expand Down
2 changes: 1 addition & 1 deletion packages/prop-order/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrhenry/stylelint-mrhenry-prop-order",
"version": "3.0.4",
"version": "3.0.5",
"description": "Mr. Henry's preferred order for CSS properties",
"type": "module",
"main": "index.mjs",
Expand Down

0 comments on commit 598f809

Please sign in to comment.