diff --git a/README.md b/README.md index fdb5164..b52f520 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ You can expect this hook to work wherever the following APIs are supported: * [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController#Browser_compatibility) * [AbortSignal](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal#Browser_compatibility) +Check [browserslist.dev](https://bit.ly/2Hu7QBW) for an overview. + ### Contribute -------------- If you wish to contribute, please use the following guidelines: diff --git a/package.json b/package.json index 99a98bb..35a4168 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,20 @@ "node": ">= 10" }, "browserslist": [ - "> 0.25%", - "not dead" + "defaults", + "not ie 11", + "not ie_mob 11", + "not op_mini all", + "not op_mob 59", + "Chrome >= 66", + "Edge >= 16", + "Firefox >= 57", + "Opera >= 53", + "Safari >= 11.1", + "Android >= 66", + "and_chr >= 66", + "and_ff >= 57", + "ios_saf >= 11.3", + "Samsung >= 9.0" ] } diff --git a/yarn.lock b/yarn.lock index 19cdc9f..f379ee3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1749,7 +1749,7 @@ camelcase@^6.0.0, camelcase@^6.2.0: caniuse-lite@^1.0.30001157: version "1.0.30001159" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz" integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA== capture-exit@^2.0.0: