Skip to content

Commit

Permalink
update peerDependencies to include 3.9.0 of @apollo/client
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Feb 1, 2024
1 parent b92bc42 commit 8c20e5c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/app-dir-experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "^3.9.1",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hack-the-supergraph-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "^3.9.1",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/space-kit": "^9.11.0",
"@chakra-ui/next-js": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/polls-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "^3.9.1",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@types/node": "18.16.3",
Expand Down
2 changes: 1 addition & 1 deletion integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "yarn playwright test"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "^3.9.1",
"@apollo/experimental-nextjs-app-support": "workspace:*",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/experimental-nextjs-app-support",
"version": "0.7.0",
"version": "0.7.1",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"prepack": "yarn test run && yarn build"
},
"devDependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "3.9.1",
"@total-typescript/shoehorn": "0.1.1",
"@tsconfig/recommended": "1.0.3",
"@types/node": "20.11.5",
Expand All @@ -62,7 +62,7 @@
"vitest": "1.2.1"
},
"peerDependencies": {
"@apollo/client": ">=3.8.0-rc || ^3.8.0 || >=3.9.0-alpha || >=3.9.0-beta || >=3.9.0-rc",
"@apollo/client": ">=3.8.0-rc || ^3.8.0 || >=3.9.0-alpha || >=3.9.0-beta || >=3.9.0-rc || ^3.9.0",
"next": "^13.4.1 || ^14.0.0",
"react": "^18"
},
Expand Down
39 changes: 28 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,26 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:^3.8.10":
version: 3.8.10
resolution: "@apollo/client@npm:3.8.10"
"@apollo/client@npm:3.9.1, @apollo/client@npm:^3.9.1":
version: 3.9.1
resolution: "@apollo/client@npm:3.9.1"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/caches": "npm:^1.0.0"
"@wry/equality": "npm:^0.5.6"
"@wry/trie": "npm:^0.5.0"
graphql-tag: "npm:^2.12.6"
hoist-non-react-statics: "npm:^3.3.2"
optimism: "npm:^0.18.0"
prop-types: "npm:^15.7.2"
rehackt: "npm:0.0.3"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
ts-invariant: "npm:^0.10.3"
tslib: "npm:^2.3.0"
zen-observable-ts: "npm:^1.2.5"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
graphql: ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand All @@ -69,15 +71,15 @@ __metadata:
optional: true
subscriptions-transport-ws:
optional: true
checksum: f28454904887f2b8df7782ef790583545bef1bd4839504769cc01cbbcc5471e9c3cc9ab60a26b586b4c98d4145184a15b07f35effcbb2785a43b5a85d26993e6
checksum: 76c7024fbb7bd4a8e4cb1a36193c0ca23340b78e3a47006af6d91bd250b91006d8334856ac91c235d040bcaaadc0ef6d6eb0bba6a4f48b7fa12174f029e9eee1
languageName: node
linkType: hard

"@apollo/experimental-nextjs-app-support@workspace:*, @apollo/experimental-nextjs-app-support@workspace:^, @apollo/experimental-nextjs-app-support@workspace:package":
version: 0.0.0-use.local
resolution: "@apollo/experimental-nextjs-app-support@workspace:package"
dependencies:
"@apollo/client": "npm:^3.8.10"
"@apollo/client": "npm:3.9.1"
"@total-typescript/shoehorn": "npm:0.1.1"
"@tsconfig/recommended": "npm:1.0.3"
"@types/node": "npm:20.11.5"
Expand All @@ -98,7 +100,7 @@ __metadata:
typescript: "npm:5.3.3"
vitest: "npm:1.2.1"
peerDependencies:
"@apollo/client": ">=3.8.0-rc || ^3.8.0 || >=3.9.0-alpha || >=3.9.0-beta || >=3.9.0-rc"
"@apollo/client": ">=3.8.0-rc || ^3.8.0 || >=3.9.0-alpha || >=3.9.0-beta || >=3.9.0-rc || ^3.9.0"
next: ^13.4.1 || ^14.0.0
react: ^18
languageName: unknown
Expand Down Expand Up @@ -5104,7 +5106,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "apollo-next-13-demo@workspace:examples/polls-demo"
dependencies:
"@apollo/client": "npm:^3.8.10"
"@apollo/client": "npm:^3.9.1"
"@apollo/experimental-nextjs-app-support": "workspace:^"
"@apollo/server": "npm:^4.9.5"
"@graphql-codegen/cli": "npm:3.3.1"
Expand Down Expand Up @@ -5137,7 +5139,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "app-dir@workspace:examples/app-dir-experiments"
dependencies:
"@apollo/client": "npm:^3.8.10"
"@apollo/client": "npm:^3.9.1"
"@apollo/experimental-nextjs-app-support": "workspace:^"
"@apollo/server": "npm:^4.9.5"
"@as-integrations/next": "npm:^3.0.0"
Expand Down Expand Up @@ -8256,7 +8258,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "hack-the-supergraph-ssr@workspace:examples/hack-the-supergraph-ssr"
dependencies:
"@apollo/client": "npm:^3.8.10"
"@apollo/client": "npm:^3.9.1"
"@apollo/experimental-nextjs-app-support": "workspace:^"
"@apollo/space-kit": "npm:^9.11.0"
"@chakra-ui/next-js": "npm:^2.1.2"
Expand Down Expand Up @@ -8594,7 +8596,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "integration-test@workspace:integration-test"
dependencies:
"@apollo/client": "npm:^3.8.10"
"@apollo/client": "npm:^3.9.1"
"@apollo/experimental-nextjs-app-support": "workspace:*"
"@apollo/server": "npm:^4.9.5"
"@as-integrations/next": "npm:^3.0.0"
Expand Down Expand Up @@ -11071,6 +11073,21 @@ __metadata:
languageName: node
linkType: hard

"rehackt@npm:0.0.3":
version: 0.0.3
resolution: "rehackt@npm:0.0.3"
peerDependencies:
"@types/react": "*"
react: "*"
peerDependenciesMeta:
"@types/react":
optional: true
react:
optional: true
checksum: 2e3674d84aca46802f38cf5b01c62bf7d0ca5e324b2749dd79156fa61723e9f84df7778c39f97d351e815a852a8a8ac9633e29b6b7b8734d18042fda86620f54
languageName: node
linkType: hard

"relay-runtime@npm:12.0.0":
version: 12.0.0
resolution: "relay-runtime@npm:12.0.0"
Expand Down

0 comments on commit 8c20e5c

Please sign in to comment.