Skip to content

Commit d058f1c

Browse files
fix: update baseline data (#238)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent e664a67 commit d058f1c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@
9999
"got": "^14.4.2",
100100
"lint-staged": "^15.2.7",
101101
"mdast-util-from-markdown": "^2.0.2",
102-
"mdn-data": "^2.23.0",
102+
"mdn-data": "^2.24.0",
103103
"mocha": "^10.4.0",
104104
"prettier": "^3.6.0",
105105
"rollup": "^4.16.2",
106106
"rollup-plugin-copy": "^3.5.0",
107107
"rollup-plugin-delete": "^3.0.1",
108108
"tailwind-csstree": "^0.1.0",
109109
"typescript": "^5.9.2",
110-
"web-features": "^2.43.1",
110+
"web-features": "^2.43.2",
111111
"yorkie": "^2.0.0"
112112
},
113113
"engines": {

src/data/baseline-data.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ export const properties = new Map([
9696
["contain-intrinsic-inline-size", "5:2023"],
9797
["contain-intrinsic-size", "5:2023"],
9898
["contain-intrinsic-width", "5:2023"],
99-
["container", "5:2023"],
100-
["container-name", "5:2023"],
101-
["container-type", "5:2023"],
99+
["container", "10:2023"],
100+
["container-name", "10:2023"],
101+
["container-type", "10:2023"],
102102
["content", "10:2015"],
103103
["content-visibility", "5:2024"],
104104
["counter-set", "5:2023"],
@@ -330,7 +330,7 @@ export const properties = new Map([
330330
["break-after", "10:2019"],
331331
["break-before", "10:2019"],
332332
["break-inside", "10:2019"],
333-
["page", "5:2023"],
333+
["page", "10:2023"],
334334
["paint-order", "5:2024"],
335335
["bottom", "10:2015"],
336336
["left", "10:2015"],
@@ -505,7 +505,7 @@ export const atRules = new Map([
505505
["keyframes", "10:2015"],
506506
["layer", "10:2022"],
507507
["charset", "10:2015"],
508-
["container", "5:2023"],
508+
["container", "10:2023"],
509509
["counter-style", "5:2023"],
510510
["view-transition", "0:"],
511511
["font-face", "10:2015"],
@@ -521,7 +521,7 @@ export const atRules = new Map([
521521
["supports", "10:2015"],
522522
]);
523523
export const mediaConditions = new Map([
524-
["color-gamut", "5:2023"],
524+
["color-gamut", "10:2023"],
525525
["device-posture", "0:"],
526526
["device-aspect-ratio", "0:"],
527527
["device-height", "0:"],
@@ -1429,13 +1429,13 @@ export const propertyValues = new Map([
14291429
["contain-intrinsic-inline-size", new Map([["none", "5:2023"]])],
14301430
["contain-intrinsic-size", new Map([["none", "5:2023"]])],
14311431
["contain-intrinsic-width", new Map([["none", "5:2023"]])],
1432-
["container-name", new Map([["none", "5:2023"]])],
1432+
["container-name", new Map([["none", "10:2023"]])],
14331433
[
14341434
"container-type",
14351435
new Map([
1436-
["inline-size", "5:2023"],
1437-
["normal", "5:2023"],
1438-
["size", "5:2023"],
1436+
["inline-size", "10:2023"],
1437+
["normal", "10:2023"],
1438+
["size", "10:2023"],
14391439
["scroll-state", "0:"],
14401440
]),
14411441
],

0 commit comments

Comments
 (0)