Skip to content

Commit 0ecc1af

Browse files
Browser or feature data changed
1 parent e532360 commit 0ecc1af

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-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
@@ -55,7 +55,7 @@
5555
"tslib": "^2.8.1",
5656
"typescript": "^5.7.2",
5757
"typescript-eslint": "^8.35.0",
58-
"web-features": "^3.5.0"
58+
"web-features": "^3.6.0"
5959
},
6060
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
6161
}

src/data/data.js

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5111,6 +5111,22 @@ const data = {
51115111
"2015-07-29",
51125112
{ c: "3", ca: "18", e: "12", f: "3.5", fa: "4", s: "3.1", si: "3" },
51135113
],
5114+
[
5115+
"2025-10-14",
5116+
{
5117+
c: "125",
5118+
ca: "125",
5119+
e: "125",
5120+
f: "144",
5121+
fa: "144",
5122+
s: "18.2",
5123+
si: "18.2",
5124+
},
5125+
],
5126+
[
5127+
"2025-10-14",
5128+
{ c: "111", ca: "111", e: "111", f: "144", fa: "144", s: "18", si: "18" },
5129+
],
51145130
[
51155131
"2022-12-05",
51165132
{
@@ -5445,5 +5461,5 @@ const data = {
54455461
],
54465462
],
54475463
};
5448-
const lastUpdated = 1760796480287;
5464+
const lastUpdated = 1761055838204;
54495465
export { data, lastUpdated };

0 commit comments

Comments
 (0)