Skip to content

Commit 6349f25

Browse files
Browser or feature data changed
1 parent a1fb3c0 commit 6349f25

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -52,7 +52,7 @@
5252
"tslib": "^2.8.1",
5353
"typescript": "^5.7.2",
5454
"typescript-eslint": "^8.35.0",
55-
"web-features": "^2.43.2"
55+
"web-features": "^2.44.0"
5656
},
5757
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
5858
}

src/data/data.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2138,6 +2138,11 @@ const data = {
21382138
"2020-07-28",
21392139
{ c: "50", ca: "50", e: "12", f: "71", fa: "79", s: "9", si: "9" },
21402140
],
2141+
[
2142+
"composed-ranges",
2143+
"2025-08-19",
2144+
{ c: "137", ca: "137", e: "137", f: "142", fa: "142", s: "17", si: "17" },
2145+
],
21412146
[
21422147
"composition-events",
21432148
"2017-04-19",
@@ -5681,5 +5686,5 @@ const data = {
56815686
],
56825687
],
56835688
};
5684-
const lastUpdated = 1755699021370;
5689+
const lastUpdated = 1755785424708;
56855690
export { data, lastUpdated };

0 commit comments

Comments
 (0)