Skip to content

Commit 912cd38

Browse files
Browser or feature data changed
1 parent 788caa8 commit 912cd38

File tree

3 files changed

+11
-11
lines changed

3 files changed

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

src/data/data.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,7 +2024,7 @@ const data = {
20242024
],
20252025
[
20262026
"2020-01-15",
2027-
{ c: "63", ca: "63", e: "79", f: "55", fa: "55", s: "12", si: "12" },
2027+
{ c: "63", ca: "63", e: "79", f: "57", fa: "57", s: "12", si: "12" },
20282028
],
20292029
[
20302030
"2020-01-15",
@@ -2794,10 +2794,6 @@ const data = {
27942794
"2017-03-27",
27952795
{ c: "42", ca: "42", e: "14", f: "39", fa: "39", s: "10.1", si: "10.3" },
27962796
],
2797-
[
2798-
"2023-03-27",
2799-
{ c: "80", ca: "80", e: "80", f: "90", fa: "90", s: "16.4", si: "16.4" },
2800-
],
28012797
[
28022798
"2024-10-29",
28032799
{
@@ -3994,6 +3990,10 @@ const data = {
39943990
"2015-07-29",
39953991
{ c: "33", ca: "33", e: "12", f: "18", fa: "18", s: "7", si: "7" },
39963992
],
3993+
[
3994+
"2021-04-26",
3995+
{ c: "60", ca: "60", e: "79", f: "84", fa: "84", s: "14.1", si: "14.5" },
3996+
],
39973997
[
39983998
"2025-09-15",
39993999
{ c: "124", ca: "124", e: "124", f: "128", fa: "128", s: "26", si: "26" },
@@ -5408,5 +5408,5 @@ const data = {
54085408
],
54095409
],
54105410
};
5411-
const lastUpdated = 1759327806316;
5411+
const lastUpdated = 1759500564861;
54125412
export { data, lastUpdated };

0 commit comments

Comments
 (0)