From 86c5ecf28d3089659f1720182f844dde23a7add9 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Mon, 23 Oct 2023 16:43:10 +1100 Subject: [PATCH] Update the peer dependency `@apollo/client` to `^3.8.0`. This is the first version that supports TypeScript in `compilerOptions.module` mode of `"nodenext"`, see: https://github.com/jaydenseric/apollo-upload-client/issues/315#issuecomment-1768407143 --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 88c5ca9..c39cd00 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/package.json b/package.json index 494dfa4..d7913ea 100644 --- a/package.json +++ b/package.json @@ -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": {