Skip to content

Commit

Permalink
Add [email protected] as possible peerDependency (#304)
Browse files Browse the repository at this point in the history
* Support [email protected]

* adjust lockfiles

---------

Co-authored-by: Lenz Weber-Tronic <[email protected]>
  • Loading branch information
nphmuller and phryneas authored May 28, 2024
1 parent d502aec commit 5757a9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ __metadata:
"@apollo/client-react-streaming": "npm:0.10.1"
peerDependencies:
"@apollo/client": ^3.10.4
next: ^13.4.1 || ^14.0.0
next: ^13.4.1 || ^14.0.0 || 15.0.0-rc.0
react: ^18
checksum: 10/505b723bac0f3a7f15287ea32fab9f2e8c0cd567149abf11d750855f8a9bfc0aa26e44179ad10c32f7d162ad86318717032413ef8e1a25385185178e022588fa
languageName: node
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
},
"peerDependencies": {
"@apollo/client": "^3.10.4",
"next": "^13.4.1 || ^14.0.0",
"next": "^13.4.1 || ^14.0.0 || 15.0.0-rc.0",
"react": "^18"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ __metadata:
vitest: "npm:1.6.0"
peerDependencies:
"@apollo/client": ^3.10.4
next: ^13.4.1 || ^14.0.0
next: ^13.4.1 || ^14.0.0 || 15.0.0-rc.0
react: ^18
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 5757a9c

Please sign in to comment.