Skip to content

Commit e4bed0e

Browse files
committed
Bump css-tree from 2.3.1 to 3.1.0
Close #1378. This also drops the CSS patch for css-values-5, no longer needed. I still don't fully grasp why dependabot did not propose the bump but I suspect that is due to the fact that we also have css-tree as a peer dependency for the `@webref/css` package (which is also a dependency for testing purpose)
1 parent 3df0fba commit e4bed0e

File tree

4 files changed

+21
-61
lines changed

4 files changed

+21
-61
lines changed

ed/csspatches/css-values-5.json.patch

Lines changed: 0 additions & 42 deletions
This file was deleted.

package-lock.json

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@webref/elements": "file:packages/elements",
3434
"@webref/events": "file:packages/events",
3535
"@webref/idl": "file:packages/idl",
36-
"css-tree": "2.3.1",
36+
"css-tree": "3.1.0",
3737
"flags": "0.2.2",
3838
"mocha": "11.0.1",
3939
"reffy": "18.0.0",

packages/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"license": "MIT",
1313
"main": "index.js",
1414
"peerDependencies": {
15-
"css-tree": "^2.3.1"
15+
"css-tree": "^3.1.0"
1616
}
1717
}

0 commit comments

Comments
 (0)