Skip to content

Commit 79e06c6

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.22.1",
102+
"mdn-data": "^2.23.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.8.2",
110-
"web-features": "^2.41.0",
110+
"web-features": "^2.41.2",
111111
"yorkie": "^2.0.0"
112112
},
113113
"engines": {

src/data/baseline-data.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,9 +1543,9 @@ export const propertyValues = new Map([
15431543
[
15441544
"flex-direction",
15451545
new Map([
1546-
["column", "10:2020"],
1546+
["column", "10:2015"],
15471547
["column-reverse", "10:2020"],
1548-
["row", "10:2020"],
1548+
["row", "10:2015"],
15491549
["row-reverse", "10:2020"],
15501550
]),
15511551
],
@@ -1557,7 +1557,7 @@ export const propertyValues = new Map([
15571557
["wrap-reverse", "10:2015"],
15581558
]),
15591559
],
1560-
["flex", new Map([["none", "10:2020"]])],
1560+
["flex", new Map([["none", "10:2015"]])],
15611561
[
15621562
"clear",
15631563
new Map([

0 commit comments

Comments
 (0)