Skip to content

Commit

Permalink
feat: update browserslist browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Nov 22, 2020
1 parent 7425c4f commit c33b7c2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c33b7c2

Please sign in to comment.