Skip to content

Commit 8789c92

Browse files
Browser or feature data changed
1 parent 1cb8a62 commit 8789c92

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-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.9.0"
58+
"web-features": "^3.9.1"
5959
},
6060
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
6161
}

src/data/data.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,18 @@ const data = {
20632063
si: "18.4",
20642064
},
20652065
],
2066+
[
2067+
"2025-11-11",
2068+
{
2069+
c: "87",
2070+
ca: "89",
2071+
e: "87",
2072+
f: "145",
2073+
fa: "145",
2074+
s: "16.4",
2075+
si: "16.4",
2076+
},
2077+
],
20662078
[
20672079
"2015-07-29",
20682080
{ c: "2", ca: "18", e: "12", f: "1", fa: "4", s: "3.1", si: "2" },
@@ -5497,5 +5509,5 @@ const data = {
54975509
],
54985510
],
54995511
};
5500-
const lastUpdated = 1762956667959;
5512+
const lastUpdated = 1763043037650;
55015513
export { data, lastUpdated };

0 commit comments

Comments
 (0)