Skip to content

Commit

Permalink
fix(deps): update dependency css-tree to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 2bcc16b commit d6e7ec4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
31 changes: 25 additions & 6 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 packages/@d-zero/csstree-scss-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"build": "tsc"
},
"dependencies": {
"css-tree": "3.0.0"
"css-tree": "3.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/@d-zero/stylelint-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@d-zero/csstree-scss-syntax": "5.0.0-alpha.50",
"css-tree": "3.0.0",
"css-tree": "3.0.1",
"postcss-selector-parser": "7.0.0",
"postcss-value-parser": "4.2.0",
"stylelint": "16.10.0"
Expand Down

0 comments on commit d6e7ec4

Please sign in to comment.