Skip to content

Commit

Permalink
Merge branch 'next' into next-master-candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Sep 14, 2021
2 parents cd8aeb6 + 7e97b7f commit 5128969
Show file tree
Hide file tree
Showing 41,923 changed files with 883,534 additions and 236,476 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
73 changes: 68 additions & 5 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,69 @@
[modern]
last 1 chrome version
last 1 edge version
last 1 firefox version
last 1 safari version
node 14

# Default/Fallback
# `npx browserslist --mobile-to-desktop "> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"` when the last major is released.
# Manually downgrading to ios_saf 12.4 for iPhone 6 and webpack 4 support.
# On update, sync references where "#stable-snapshot" is mentioned in the codebase.
[stable]
and_chr 91
and_ff 89
and_qq 10.4
and_uc 12.12
android 91
baidu 7.12
chrome 90
edge 91
firefox 78
ios_saf 12.4
kaios 2.5
op_mini all
op_mob 76
opera 76
safari 14
samsung 13.0

# Same as `stable` but with IE 11
[legacy]
ie 11
edge >= 14
firefox >= 52
chrome >= 49
safari >= 10
node 8.0
and_chr 91
and_ff 89
and_qq 10.4
and_uc 12.12
android 91
baidu 7.12
chrome 90
edge 91
firefox 78
ios_saf 12.4
kaios 2.5
op_mini all
op_mob 76
opera 76
safari 14
samsung 13.0

# snapshot of `npx browserslist "maintained node versions"`
# On update check all #stable-snapshot markers
[node]
node 12.0

# same as `node`
[coverage]
node 12.0

# same as `node`
[development]
node 12.0

# same as `node`
[test]
node 12.0

# same as `node`
[benchmark]
node 12.0
Loading

0 comments on commit 5128969

Please sign in to comment.