Skip to content

Commit

Permalink
Update supported browsers to reflect current browser policy (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib authored Jun 14, 2024
1 parent b5e4a86 commit 0603b6e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .changeset/forty-colts-stare.md
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 |
9 changes: 8 additions & 1 deletion index.js
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',
];

0 comments on commit 0603b6e

Please sign in to comment.