Skip to content

Commit

Permalink
chore(es/preset-env): Update core js compat data (#9407)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Aug 12, 2024
1 parent f4cab32 commit ce761cf
Show file tree
Hide file tree
Showing 8 changed files with 311 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
"chrome": "74",
"opera": "62",
"edge": "79",
"safari": "14.1",
"safari": "16",
"node": "12",
"deno": "1",
"ios": "14.5",
"ios": "16",
"samsung": "11",
"opera_mobile": "53",
"electron": "6.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"transform-duplicate-named-capturing-groups-regex": {
"chrome": "126",
"edge": "126",
"firefox": "129",
"safari": "17.4",
"electron": "31.0"
},
"transform-unicode-sets-regex": {
"chrome": "112",
"opera": "98",
Expand Down Expand Up @@ -28,10 +35,23 @@
"chrome": "74",
"opera": "62",
"edge": "79",
"safari": "14.1",
"safari": "16",
"node": "12",
"deno": "1",
"ios": "14.5",
"ios": "16",
"samsung": "11",
"opera_mobile": "53",
"electron": "6.0"
},
"bugfix/transform-safari-class-field-initializer-scope": {
"chrome": "74",
"opera": "62",
"edge": "79",
"firefox": "69",
"safari": "16",
"node": "12",
"deno": "1",
"ios": "16",
"samsung": "11",
"opera_mobile": "53",
"electron": "6.0"
Expand Down
Loading

0 comments on commit ce761cf

Please sign in to comment.