Skip to content

Commit

Permalink
[WIP] Bump supported browsers for v5 (#28317)
Browse files Browse the repository at this point in the history
* Bump supported browsers for v5

- Chrome history: https://en.wikipedia.org/wiki/Google_Chrome_version_history
- Firefox latest ESR (v60): https://www.mozilla.org/en-US/firefox/organizations/
- Edge history: https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history
- Desktop Safari history: https://en.wikipedia.org/wiki/Safari_version_history
- Opera history: https://help.opera.com/en/opera-version-history/

* Update .browserslistrc

* Roll back Chrome several versions for now

Still WIP, but wanting to get this merged, so finding a slightly wider baseline
  • Loading branch information
mdo authored May 3, 2019
1 parent 57a0937 commit a2594e1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
>= 1%
last 1 major version
not dead
Chrome >= 45
Firefox >= 38
Edge >= 12
Chrome >= 60
Firefox >= 60
Edge >= 15.15063
Explorer 11
iOS >= 9
Safari >= 9
Android >= 4.4
Opera >= 30
iOS >= 10
Safari >= 10
Android >= 6
not ExplorerMobile <= 11

0 comments on commit a2594e1

Please sign in to comment.