Skip to content

Commit 013ebc5

Browse files
committed
Update the package field browserslist.
1 parent 1cf6798 commit 013ebc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- In tests, removed the no longer needed polyfill for the global `File`.
4848
- In tests, use `ApolloLink.from` instead of the deprecated Apollo Link utility function `concat`.
4949
- Improved internal comments.
50+
- Corrected the package field `browserslist` to match what’s documented in the readme.
5051

5152
## 18.0.1
5253

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"engines": {
4444
"node": "^20.9.0 || >=22.0.0"
4545
},
46-
"browserslist": "Node 20.9 - 21 and Node < 21, Node >= 22, > 0.5%, not OperaMini all, not IE > 0, not dead",
46+
"browserslist": "Node 20.9 - 21 and Node < 21, Node >= 22, > 0.5%, not OperaMini all, not dead",
4747
"peerDependencies": {
4848
"@apollo/client": "^4.0.0",
4949
"graphql": "14 - 16",

0 commit comments

Comments
 (0)