Skip to content

Commit c33b7c2

Browse files
committed
feat: update browserslist browser support
1 parent 7425c4f commit c33b7c2

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ You can expect this hook to work wherever the following APIs are supported:
9797
* [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController#Browser_compatibility)
9898
* [AbortSignal](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal#Browser_compatibility)
9999

100+
Check [browserslist.dev](https://bit.ly/2Hu7QBW) for an overview.
101+
100102
### Contribute
101103
--------------
102104
If you wish to contribute, please use the following guidelines:

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,20 @@
8080
"node": ">= 10"
8181
},
8282
"browserslist": [
83-
"> 0.25%",
84-
"not dead"
83+
"defaults",
84+
"not ie 11",
85+
"not ie_mob 11",
86+
"not op_mini all",
87+
"not op_mob 59",
88+
"Chrome >= 66",
89+
"Edge >= 16",
90+
"Firefox >= 57",
91+
"Opera >= 53",
92+
"Safari >= 11.1",
93+
"Android >= 66",
94+
"and_chr >= 66",
95+
"and_ff >= 57",
96+
"ios_saf >= 11.3",
97+
"Samsung >= 9.0"
8598
]
8699
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ camelcase@^6.0.0, camelcase@^6.2.0:
17491749

17501750
caniuse-lite@^1.0.30001157:
17511751
version "1.0.30001159"
1752-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20"
1752+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz"
17531753
integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA==
17541754

17551755
capture-exit@^2.0.0:

0 commit comments

Comments
 (0)