Skip to content

Commit

Permalink
feat(browserslist-config): upgrade config (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Feb 19, 2024
1 parent 30d4a3e commit 669549e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions projects/browserslist-config/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module.exports = [
// Desktop
'Chrome >= 74',
'Firefox >= 67',
'Safari >= 12.1',
'Edge >= 79',
'Opera >= 62',
// Mobile
'iOS >= 12.1',
'ChromeAndroid >= 90',
'FirefoxAndroid >= 99',
'ChromeAndroid >= 88',
'Chrome >= 88',
'Edge >= 88',
'Opera >= 74',
'OperaMobile >= 63',
'iOS >= 13.4',
'Safari >= 13.1',
'Samsung >= 15',
'Firefox >= 120',
'FirefoxAndroid >= 120',
];

0 comments on commit 669549e

Please sign in to comment.