-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update supported browsers to reflect current browser policy (#40)
- Loading branch information
1 parent
b5e4a86
commit 0603b6e
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'browserslist-config-seek': major | ||
--- | ||
|
||
Update supported browsers to the following: | ||
|
||
| Browser | Oldest supported version | | ||
| ---------------- | ------------------------ | | ||
| Chrome | 84 | | ||
| Edge | 84 | | ||
| Safari | 14.1 | | ||
| Firefox | 63 | | ||
| Samsung Internet | 14.0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
module.exports = ['Edge >= 16', 'Safari >= 9.1', 'iOS >= 9.3', 'Samsung >= 5']; | ||
module.exports = [ | ||
'Chrome >= 84', | ||
'Edge >= 84', | ||
'Safari >= 14.1', | ||
'iOS >= 14.1', | ||
'Firefox >= 63', | ||
'Samsung >= 14', | ||
]; |