Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Adds missing peer dependencies to ssr #3681

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@
"test:umd": "npm run build && npx jest --config ../../config/jest.umd.config.js --testPathPattern packages/ssr"
},
"peerDependencies": {
"apollo-client": "^2.6.4",
"graphql": "^14.3.1",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"@apollo/react-common": "file:../common",
"@apollo/react-hooks": "file:../hooks",
"@types/react": "^16.8.0",
"apollo-utilities": "^1.3.2",
"tslib": "^1.10.0"
},
"files": [
Expand Down