Skip to content

Commit 8429c27

Browse files
committed
Remove the now redundant not IE > 0 from the Browserslist query.
1 parent be7cfaf commit 8429c27

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Updated `jsconfig.json` `compilerOptions.module` to `nodenext`.
1515
- Updated GitHub Actions CI config:
1616
- Run tests with Node.js v14, v16, v18.
17+
- Removed the now redundant `not IE > 0` from the Browserslist query.
1718
- Fixed the `fetchGraphQL` test with the global `fetch` API unavailable for new versions of Node.js that have the `fetch` global.
1819
- Fixed some JSDoc links.
1920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"engines": {
9797
"node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
9898
},
99-
"browserslist": "Node 14.17 - 15 and Node < 15, Node 16 - 17 and Node < 17, Node >= 18, > 0.5%, not OperaMini all, not IE > 0, not dead",
99+
"browserslist": "Node 14.17 - 15 and Node < 15, Node 16 - 17 and Node < 17, Node >= 18, > 0.5%, not OperaMini all, not dead",
100100
"peerDependencies": {
101101
"react": "16.14 - 17",
102102
"react-dom": "16.14 - 17"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default function GitHubRepoStars({ repoId }) {
133133
## Requirements
134134

135135
- [Node.js](https://nodejs.org): `^14.17.0 || ^16.0.0 || >= 18.0.0`
136-
- [Browsers](https://npm.im/browserslist): `> 0.5%, not OperaMini all, not IE > 0, not dead`
136+
- [Browsers](https://npm.im/browserslist): `> 0.5%, not OperaMini all, not dead`
137137

138138
Consider polyfilling:
139139

0 commit comments

Comments
 (0)