Skip to content

Commit

Permalink
chore: set react-dom as peerDeps of @apollo/client
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jul 22, 2022
1 parent 719d1d3 commit bc9591d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@
"pnpm": {
"overrides": {
"vite-plugin-ssr": "link:./vite-plugin-ssr/"
},
"packageExtensions": {
"@apollo/client": {
"peerDependencies": {
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
}
}
}
}
}
13 changes: 11 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc9591d

Please sign in to comment.