Skip to content

Commit e4705eb

Browse files
Browser or feature data changed
1 parent 7dfeedc commit e4705eb

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"license": "Apache-2.0",
4545
"devDependencies": {
46-
"@mdn/browser-compat-data": "^7.1.21",
46+
"@mdn/browser-compat-data": "^7.1.22",
4747
"@rollup/plugin-terser": "^0.4.4",
4848
"@rollup/plugin-typescript": "^12.1.3",
4949
"@types/node": "^22.15.17",
@@ -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.1"
58+
"web-features": "^3.9.2"
5959
},
6060
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
6161
}

src/data/data.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2068,9 +2068,9 @@ const data = {
20682068
[
20692069
"2025-11-11",
20702070
{
2071-
c: "87",
2072-
ca: "89",
2073-
e: "87",
2071+
c: "90",
2072+
ca: "90",
2073+
e: "90",
20742074
f: "145",
20752075
fa: "145",
20762076
s: "16.4",
@@ -5511,5 +5511,5 @@ const data = {
55115511
],
55125512
],
55135513
};
5514-
const lastUpdated = 1763388641376;
5514+
const lastUpdated = 1763647806041;
55155515
export { data, lastUpdated };

0 commit comments

Comments
 (0)