Skip to content

Commit

Permalink
Bump the all-dependencies group with 1 update (#70)
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 12, 2024
1 parent 6d08cdb commit 752459d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 23 deletions.
40 changes: 20 additions & 20 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.0",
"@webref/css": "^6.11.1",
"aria-attributes": "^2.0.1",
"c8": "^9.1.0",
"html-element-attributes": "^3.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/prop-order/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.0.3

- Add new properties:
- `view-transition-class`
- Remove unknown properties:
- `position-try-final`

## 3.0.2

- Add new properties:
Expand Down
2 changes: 1 addition & 1 deletion packages/prop-order/order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ export const order = [
"pointer-events",
"position",
"position-fallback-bounds",
"position-try-final",
"position-try-options",
"position-try-order",
"print-color-adjust",
Expand Down Expand Up @@ -597,6 +596,7 @@ export const order = [
"view-timeline-axis",
"view-timeline-inset",
"view-timeline-name",
"view-transition-class",
"view-transition-name",
"visibility",
"voice-balance",
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.2",
"version": "3.0.3",
"description": "Mr. Henry's preferred order for CSS properties",
"type": "module",
"main": "index.mjs",
Expand Down

0 comments on commit 752459d

Please sign in to comment.