Skip to content

Commit

Permalink
fix: pin @apollo/client to 3.4.17 due to SSR bug in useLazyQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Feb 16, 2022
1 parent a858a54 commit de003f2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-router-dom": "^5.1.0"
},
"devDependencies": {
"@apollo/client": "^3.3.19",
"@apollo/client": "3.4.17",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"displayName": "unit"
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@apollo/client": "3.4.17",
"@graphql-tools/schema": "^8.0.0",
"cross-fetch": "^3.0.4",
"find-up": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"node": "14 || 16"
},
"devDependencies": {
"@apollo/client": "^3.3.19",
"@apollo/client": "3.4.17",
"@graphql-tools/delegate": "^8.0.0",
"@graphql-tools/mock": "^8.0.0",
"@graphql-tools/schema": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "hops serve"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@apollo/client": "3.4.17",
"hops": "15.0.2",
"hops-postcss": "15.0.2",
"hops-react-apollo": "15.0.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@apollo/client@^3.3.11", "@apollo/client@^3.3.19":
version "3.4.9"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.9.tgz#78d0decf8371b768f97c721d1b71c96260bac4db"
integrity sha512-1AlYjRJ/ktDApEUEP2DqHI38tqSyhSlsF/Q3fFb/aCbLHQfcSZ1dCv7ZlC9UXRyDwQYc0w23gYJ7wZde6W8P4A==
"@apollo/client@3.4.17":
version "3.4.17"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.17.tgz#4972e19a49809e16d17c5adc67f45623a6dac135"
integrity sha512-MDt2rwMX1GqodiVEKJqmDmAz8xr0qJmq5PdWeIt0yDaT4GOkKYWZiWkyfhfv3raTk8PyJvbsNG9q2CqmUrlGfg==
dependencies:
"@graphql-typed-document-node/core" "^3.0.0"
"@wry/context" "^0.6.0"
Expand All @@ -18,7 +18,7 @@
symbol-observable "^4.0.0"
ts-invariant "^0.9.0"
tslib "^2.3.0"
zen-observable-ts "^1.1.0"
zen-observable-ts "~1.1.0"

"@apollo/protobufjs@1.2.2":
version "1.2.2"
Expand Down Expand Up @@ -13439,7 +13439,7 @@ zen-observable-ts@^0.8.21:
tslib "^1.9.3"
zen-observable "^0.8.0"

zen-observable-ts@^1.1.0:
zen-observable-ts@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.1.0.tgz#2d1aa9d79b87058e9b75698b92791c1838551f83"
integrity sha512-1h4zlLSqI2cRLPJUHJFL8bCWHhkpuXkF+dbGkRaWjgDIG26DmzyshUMrdV/rL3UnR+mhaX4fRq8LPouq0MYYIA==
Expand Down

0 comments on commit de003f2

Please sign in to comment.