Skip to content

Commit

Permalink
different resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 5, 2024
1 parent fd7a7ed commit 558e52c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-test/nextjs/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": "npm:@apollo/[email protected]",
"@apollo/client": "^3.9.6",
"@apollo/experimental-nextjs-app-support": "workspace:*",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
Expand Down
3 changes: 2 additions & 1 deletion integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"packageManager": "[email protected]",
"resolutions": {
"@apollo/client-react-streaming": "exec:./shared/build-client-react-streaming.cjs",
"@apollo/experimental-nextjs-app-support": "exec:./shared/build-experimental-nextjs-app-support.cjs"
"@apollo/experimental-nextjs-app-support": "exec:./shared/build-experimental-nextjs-app-support.cjs",
"@integration-test/nextjs/@apollo/client": "0.0.0-pr-11757-20240405111250"
},
"workspaces": [
"*"
Expand Down
4 changes: 2 additions & 2 deletions integration-test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:@apollo/client@0.0.0-pr-11757-20240405111250":
"@apollo/client@npm:0.0.0-pr-11757-20240405111250":
version: 0.0.0-pr-11757-20240405111250
resolution: "@apollo/client@npm:0.0.0-pr-11757-20240405111250"
dependencies:
Expand Down Expand Up @@ -2063,7 +2063,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@integration-test/nextjs@workspace:nextjs"
dependencies:
"@apollo/client": "npm:@apollo/[email protected]"
"@apollo/client": "npm:^3.9.6"
"@apollo/experimental-nextjs-app-support": "workspace:*"
"@apollo/server": "npm:^4.9.5"
"@as-integrations/next": "npm:^3.0.0"
Expand Down

0 comments on commit 558e52c

Please sign in to comment.