Skip to content

Commit

Permalink
Update the peer dependency @apollo/client to ^3.8.0.
Browse files Browse the repository at this point in the history
This is the first version that supports TypeScript in `compilerOptions.module` mode of `"nodenext"`, see:

#315 (comment)
  • Loading branch information
jaydenseric committed Oct 23, 2023
1 parent 0c4813f commit 86c5ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Expand Up @@ -5,7 +5,7 @@
### Major

- Updated Node.js support to `^18.15.0 || >=20.4.0`.
- Updated the [`@apollo/client`](https://npm.im/@apollo/client) peer dependency to `^3.6.0`.
- Updated the [`@apollo/client`](https://npm.im/@apollo/client) peer dependency to `^3.8.0`.
- Updated the [`extract-files`](http://npm.im/extract-files) dependency to v13.

- React Native is no longer supported out of the box.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
},
"browserslist": "Node 18.15 - 19 and Node < 19, Node >= 20.4, > 0.5%, not OperaMini all, not IE > 0, not dead",
"peerDependencies": {
"@apollo/client": "^3.6.0",
"@apollo/client": "^3.8.0",
"graphql": "14 - 16"
},
"dependencies": {
Expand Down

0 comments on commit 86c5ecf

Please sign in to comment.