Skip to content

Commit

Permalink
update list of browsers (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Feb 27, 2024
1 parent d3164e7 commit efb3261
Show file tree
Hide file tree
Showing 2 changed files with 678 additions and 177 deletions.
18 changes: 11 additions & 7 deletions test/polyfills/browsers.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# This file is automatically generated via `npm run update-browserstack-list`
browsers = [
# "android/5.0",
# "android/6.0",
# "android/7.0",
# "android/7.1",
# "android/8.0",
# "android/8.1",
# "android/9.0",
Expand Down Expand Up @@ -117,7 +115,9 @@ browsers = [
"chrome/117.0",
"chrome/118.0",
"chrome/119.0",
# "chrome/120.0 beta",
"chrome/120.0",
"chrome/121.0",
# "chrome/122.0 beta",
"edge/15.0",
"edge/16.0",
"edge/17.0",
Expand Down Expand Up @@ -160,8 +160,10 @@ browsers = [
# "edge/116.0",
# "edge/117.0",
# "edge/118.0",
"edge/119.0", # most recent edge at the time of writing
# "edge/120.0 beta",
# "edge/119.0",
# "edge/120.0",
"edge/121.0", # most recent edge at the time of writing
# "edge/122.0 beta",
"firefox/3.6",
"firefox/4.0",
"firefox/5.0",
Expand Down Expand Up @@ -280,7 +282,9 @@ browsers = [
"firefox/118.0",
"firefox/119.0",
"firefox/120.0",
# "firefox/121.0 beta",
"firefox/121.0",
"firefox/122.0",
# "firefox/123.0 beta",
"ie/6.0",
"ie/7.0",
"ie/8.0",
Expand Down Expand Up @@ -310,5 +314,5 @@ browsers = [
"safari/14.1",
"safari/15.6",
"safari/16.5",
"safari/17.0"
"safari/17.3"
]
Loading

0 comments on commit efb3261

Please sign in to comment.