diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 9a37ced1f5..8aac127d55 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -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": [