Skip to content

Commit

Permalink
Update supported browsers to reflect current browser policy (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib authored Nov 8, 2024
1 parent f920844 commit a653b79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .changeset/unlucky-dots-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'browserslist-config-seek': minor
---

Update supported browsers to the following:

| Browser | Oldest supported version |
| ---------------- | ------------------------ |
| Chrome | 84 |
| Edge | 84 |
| Safari | 14.1 |
| Firefox | 86 |
| Samsung Internet | 14.0 |
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = [
'Edge >= 84',
'Safari >= 14.1',
'iOS >= 14.1',
'Firefox >= 63',
'Firefox >= 86',
'Samsung >= 14',
];

0 comments on commit a653b79

Please sign in to comment.