Skip to content

Commit f352b82

Browse files
committed
fix: update dependency @apollo/client to v3.6.6
1 parent 46bf806 commit f352b82

File tree

5 files changed

+22
-28
lines changed

5 files changed

+22
-28
lines changed

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-router-dom": "^5.1.0"
3333
},
3434
"devDependencies": {
35-
"@apollo/client": "3.4.17",
35+
"@apollo/client": "3.6.6",
3636
"react": "^17.0.2",
3737
"react-dom": "^17.0.2",
3838
"react-helmet-async": "^1.0.9",

packages/react-apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"displayName": "unit"
2424
},
2525
"dependencies": {
26-
"@apollo/client": "3.4.17",
26+
"@apollo/client": "3.6.6",
2727
"@graphql-tools/schema": "^8.0.0",
2828
"cross-fetch": "^3.0.4",
2929
"find-up": "^5.0.0",

packages/spec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"node": "14 || 16"
2929
},
3030
"devDependencies": {
31-
"@apollo/client": "3.4.17",
31+
"@apollo/client": "3.6.6",
3232
"@graphql-tools/delegate": "^8.0.0",
3333
"@graphql-tools/mock": "^8.0.0",
3434
"@graphql-tools/schema": "^8.0.0",

packages/template-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"serve": "hops serve"
1515
},
1616
"dependencies": {
17-
"@apollo/client": "3.4.17",
17+
"@apollo/client": "3.6.6",
1818
"hops": "16.0.0-nightly.5",
1919
"hops-postcss": "16.0.0-nightly.5",
2020
"hops-react-apollo": "16.0.0-nightly.5",

yarn.lock

+18-24
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
dependencies:
1010
"@jridgewell/trace-mapping" "^0.3.0"
1111

12-
"@apollo/client@3.4.17":
13-
version "3.4.17"
14-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.17.tgz#4972e19a49809e16d17c5adc67f45623a6dac135"
15-
integrity sha512-MDt2rwMX1GqodiVEKJqmDmAz8xr0qJmq5PdWeIt0yDaT4GOkKYWZiWkyfhfv3raTk8PyJvbsNG9q2CqmUrlGfg==
12+
"@apollo/client@3.6.6":
13+
version "3.6.6"
14+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.6.6.tgz#3fb1f5b11da9a64b51b5a86b62450bee034e7f41"
15+
integrity sha512-AzNLN043wy0bDTTR9wzKYSu+I1IT2Ox3+vWckxgIt88Jfw5jHBvumf3lXE1JlgvbFCTiKS/Sa66AadQXWMVBRQ==
1616
dependencies:
17-
"@graphql-typed-document-node/core" "^3.0.0"
17+
"@graphql-typed-document-node/core" "^3.1.1"
1818
"@wry/context" "^0.6.0"
1919
"@wry/equality" "^0.5.0"
2020
"@wry/trie" "^0.3.0"
21-
graphql-tag "^2.12.3"
21+
graphql-tag "^2.12.6"
2222
hoist-non-react-statics "^3.3.2"
2323
optimism "^0.16.1"
2424
prop-types "^15.7.2"
2525
symbol-observable "^4.0.0"
26-
ts-invariant "^0.9.0"
26+
ts-invariant "^0.10.3"
2727
tslib "^2.3.0"
28-
zen-observable-ts "~1.1.0"
28+
zen-observable-ts "^1.2.5"
2929

3030
3131
version "1.2.2"
@@ -1426,7 +1426,7 @@
14261426
tslib "~2.3.0"
14271427
value-or-promise "1.0.11"
14281428

1429-
"@graphql-typed-document-node/core@^3.0.0":
1429+
"@graphql-typed-document-node/core@^3.1.1":
14301430
version "3.1.1"
14311431
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
14321432
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
@@ -3057,11 +3057,6 @@
30573057
dependencies:
30583058
"@types/node" "*"
30593059

3060-
3061-
version "0.8.3"
3062-
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.3.tgz#781d360c282436494b32fe7d9f7f8e64b3118aa3"
3063-
integrity sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==
3064-
30653060
"@vishnucss/chips@^1.1.2":
30663061
version "1.1.2"
30673062
resolved "https://registry.yarnpkg.com/@vishnucss/chips/-/chips-1.1.2.tgz#3de6c0f689461a3e026b82baddc04759ca88de70"
@@ -6804,7 +6799,7 @@ [email protected]:
68046799
resolved "https://registry.yarnpkg.com/graphql-executor/-/graphql-executor-0.0.18.tgz#6aa4b39e1ca773e159c2a602621e90606df0109a"
68056800
integrity sha512-upUSl7tfZCZ5dWG1XkOvpG70Yk3duZKcCoi/uJso4WxJVT6KIrcK4nZ4+2X/hzx46pL8wAukgYHY6iNmocRN+g==
68066801

6807-
graphql-tag@^2.11.0, graphql-tag@^2.12.3:
6802+
graphql-tag@^2.11.0, graphql-tag@^2.12.3, graphql-tag@^2.12.6:
68086803
version "2.12.6"
68096804
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
68106805
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
@@ -12458,10 +12453,10 @@ trim-newlines@^3.0.0:
1245812453
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1245912454
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1246012455

12461-
ts-invariant@^0.9.0:
12462-
version "0.9.4"
12463-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.9.4.tgz#42ac6c791aade267dd9dc65276549df5c5d71cac"
12464-
integrity sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ==
12456+
ts-invariant@^0.10.3:
12457+
version "0.10.3"
12458+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.10.3.tgz#3e048ff96e91459ffca01304dbc7f61c1f642f6c"
12459+
integrity sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==
1246512460
dependencies:
1246612461
tslib "^2.1.0"
1246712462

@@ -13277,12 +13272,11 @@ yocto-queue@^0.1.0:
1327713272
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1327813273
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1327913274

13280-
zen-observable-ts@~1.1.0:
13281-
version "1.1.0"
13282-
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.1.0.tgz#2d1aa9d79b87058e9b75698b92791c1838551f83"
13283-
integrity sha512-1h4zlLSqI2cRLPJUHJFL8bCWHhkpuXkF+dbGkRaWjgDIG26DmzyshUMrdV/rL3UnR+mhaX4fRq8LPouq0MYYIA==
13275+
zen-observable-ts@^1.2.5:
13276+
version "1.2.5"
13277+
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58"
13278+
integrity sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==
1328413279
dependencies:
13285-
"@types/zen-observable" "0.8.3"
1328613280
zen-observable "0.8.15"
1328713281

1328813282
[email protected], zen-observable@^0.8.15:

0 commit comments

Comments
 (0)