Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e2ba846

Browse files
authoredMar 7, 2025··
fix: update dependency @apollo/client to v3.13.3
1 parent b59233b commit e2ba846

File tree

5 files changed

+66
-57
lines changed

5 files changed

+66
-57
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.13.3",
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.13.3",
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.13.3",
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.13.3",
1818
"hops": "15.2.1",
1919
"hops-postcss": "15.2.1",
2020
"hops-react-apollo": "15.2.1",

‎yarn.lock

+62-53
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,24 @@
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==
16-
dependencies:
17-
"@graphql-typed-document-node/core" "^3.0.0"
18-
"@wry/context" "^0.6.0"
19-
"@wry/equality" "^0.5.0"
20-
"@wry/trie" "^0.3.0"
21-
graphql-tag "^2.12.3"
12+
"@apollo/client@3.13.3":
13+
version "3.13.3"
14+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.13.3.tgz#297acee7eca2b11f38d91a1ef7084a1cb7bd6534"
15+
integrity sha512-StozissNsakG9cveM5IYcVjQBiJXXtfybSwIklrJQv3c0CLshWBlUv5OddMrJxKfQ1A+9WqPQZXjkA/HxbflDA==
16+
dependencies:
17+
"@graphql-typed-document-node/core" "^3.1.1"
18+
"@wry/caches" "^1.0.0"
19+
"@wry/equality" "^0.5.6"
20+
"@wry/trie" "^0.5.0"
21+
graphql-tag "^2.12.6"
2222
hoist-non-react-statics "^3.3.2"
23-
optimism "^0.16.1"
23+
optimism "^0.18.0"
2424
prop-types "^15.7.2"
25+
rehackt "^0.1.0"
2526
symbol-observable "^4.0.0"
26-
ts-invariant "^0.9.0"
27+
ts-invariant "^0.10.3"
2728
tslib "^2.3.0"
28-
zen-observable-ts "~1.1.0"
29+
zen-observable-ts "^1.2.5"
2930

3031
"@apollo/protobufjs@1.2.2":
3132
version "1.2.2"
@@ -1434,10 +1435,10 @@
14341435
tslib "~2.3.0"
14351436
value-or-promise "1.0.11"
14361437

1437-
"@graphql-typed-document-node/core@^3.0.0":
1438-
version "3.1.1"
1439-
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
1440-
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
1438+
"@graphql-typed-document-node/core@^3.1.1":
1439+
version "3.2.0"
1440+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
1441+
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
14411442

14421443
"@humanwhocodes/config-array@^0.9.2":
14431444
version "0.9.3"
@@ -3153,11 +3154,6 @@
31533154
dependencies:
31543155
"@types/node" "*"
31553156

3156-
"@types/zen-observable@0.8.3":
3157-
version "0.8.3"
3158-
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.3.tgz#781d360c282436494b32fe7d9f7f8e64b3118aa3"
3159-
integrity sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==
3160-
31613157
"@vishnucss/chips@^1.1.2":
31623158
version "1.1.2"
31633159
resolved "https://registry.yarnpkg.com/@vishnucss/chips/-/chips-1.1.2.tgz#3de6c0f689461a3e026b82baddc04759ca88de70"
@@ -3284,10 +3280,17 @@
32843280
"@webassemblyjs/ast" "1.11.1"
32853281
"@xtuc/long" "4.2.2"
32863282

3287-
"@wry/context@^0.6.0":
3288-
version "0.6.1"
3289-
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
3290-
integrity sha512-LOmVnY1iTU2D8tv4Xf6MVMZZ+juIJ87Kt/plMijjN20NMAXGmH4u8bS1t0uT74cZ5gwpocYueV58YwyI8y+GKw==
3283+
"@wry/caches@^1.0.0":
3284+
version "1.0.1"
3285+
resolved "https://registry.yarnpkg.com/@wry/caches/-/caches-1.0.1.tgz#8641fd3b6e09230b86ce8b93558d44cf1ece7e52"
3286+
integrity sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==
3287+
dependencies:
3288+
tslib "^2.3.0"
3289+
3290+
"@wry/context@^0.7.0":
3291+
version "0.7.4"
3292+
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.4.tgz#e32d750fa075955c4ab2cfb8c48095e1d42d5990"
3293+
integrity sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==
32913294
dependencies:
32923295
tslib "^2.3.0"
32933296

@@ -3298,17 +3301,17 @@
32983301
dependencies:
32993302
tslib "^1.9.3"
33003303

3301-
"@wry/equality@^0.5.0":
3302-
version "0.5.2"
3303-
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.2.tgz#72c8a7a7d884dff30b612f4f8464eba26c080e73"
3304-
integrity sha512-oVMxbUXL48EV/C0/M7gLVsoK6qRHPS85x8zECofEZOVvxGmIPLA9o5Z27cc2PoAyZz1S2VoM2A7FLAnpfGlneA==
3304+
"@wry/equality@^0.5.6":
3305+
version "0.5.7"
3306+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.7.tgz#72ec1a73760943d439d56b7b1e9985aec5d497bb"
3307+
integrity sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==
33053308
dependencies:
33063309
tslib "^2.3.0"
33073310

3308-
"@wry/trie@^0.3.0":
3309-
version "0.3.1"
3310-
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.1.tgz#2279b790f15032f8bcea7fc944d27988e5b3b139"
3311-
integrity sha512-WwB53ikYudh9pIorgxrkHKrQZcCqNM/Q/bDzZBffEaGUKGuHrRb3zZUT9Sh2qw9yogC7SsdRmQ1ER0pqvd3bfw==
3311+
"@wry/trie@^0.5.0":
3312+
version "0.5.0"
3313+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.5.0.tgz#11e783f3a53f6e4cd1d42d2d1323f5bc3fa99c94"
3314+
integrity sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==
33123315
dependencies:
33133316
tslib "^2.3.0"
33143317

@@ -7012,7 +7015,7 @@ graphql-subscriptions@^1.0.0:
70127015
dependencies:
70137016
iterall "^1.3.0"
70147017

7015-
graphql-tag@^2.11.0, graphql-tag@^2.12.3:
7018+
graphql-tag@^2.11.0, graphql-tag@^2.12.3, graphql-tag@^2.12.6:
70167019
version "2.12.6"
70177020
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
70187021
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
@@ -9857,13 +9860,15 @@ opener@^1.5.2:
98579860
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
98589861
integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==
98599862

9860-
optimism@^0.16.1:
9861-
version "0.16.1"
9862-
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.1.tgz#7c8efc1f3179f18307b887e18c15c5b7133f6e7d"
9863-
integrity sha512-64i+Uw3otrndfq5kaoGNoY7pvOhSsjFEN4bdEFh80MWVk/dbgJfMv7VFDeCT8LxNAlEVhQmdVEbfE7X2nWNIIg==
9863+
optimism@^0.18.0:
9864+
version "0.18.1"
9865+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.18.1.tgz#5cf16847921413dbb0ac809907370388b9c6335f"
9866+
integrity sha512-mLXNwWPa9dgFyDqkNi54sjDyNJ9/fTI6WGBLgnXku1vdKY/jovHfZT5r+aiVeFFLOz+foPNOm5YJ4mqgld2GBQ==
98649867
dependencies:
9865-
"@wry/context" "^0.6.0"
9866-
"@wry/trie" "^0.3.0"
9868+
"@wry/caches" "^1.0.0"
9869+
"@wry/context" "^0.7.0"
9870+
"@wry/trie" "^0.5.0"
9871+
tslib "^2.3.0"
98679872

98689873
optionator@^0.8.1:
98699874
version "0.8.3"
@@ -11338,6 +11343,11 @@ regjsparser@^0.8.2:
1133811343
dependencies:
1133911344
jsesc "~0.5.0"
1134011345

11346+
rehackt@^0.1.0:
11347+
version "0.1.0"
11348+
resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.1.0.tgz#a7c5e289c87345f70da8728a7eb878e5d03c696b"
11349+
integrity sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==
11350+
1134111351
remove-trailing-separator@^1.0.1:
1134211352
version "1.1.0"
1134311353
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
@@ -12671,20 +12681,20 @@ trim-newlines@^3.0.0:
1267112681
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
1267212682
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
1267312683

12684+
ts-invariant@^0.10.3:
12685+
version "0.10.3"
12686+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.10.3.tgz#3e048ff96e91459ffca01304dbc7f61c1f642f6c"
12687+
integrity sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==
12688+
dependencies:
12689+
tslib "^2.1.0"
12690+
1267412691
ts-invariant@^0.4.0:
1267512692
version "0.4.4"
1267612693
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.4.4.tgz#97a523518688f93aafad01b0e80eb803eb2abd86"
1267712694
integrity sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==
1267812695
dependencies:
1267912696
tslib "^1.9.3"
1268012697

12681-
ts-invariant@^0.9.0:
12682-
version "0.9.4"
12683-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.9.4.tgz#42ac6c791aade267dd9dc65276549df5c5d71cac"
12684-
integrity sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ==
12685-
dependencies:
12686-
tslib "^2.1.0"
12687-
1268812698
ts-jest@^27.0.0:
1268912699
version "27.1.3"
1269012700
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.3.tgz#1f723e7e74027c4da92c0ffbd73287e8af2b2957"
@@ -13524,12 +13534,11 @@ zen-observable-ts@^0.8.21:
1352413534
tslib "^1.9.3"
1352513535
zen-observable "^0.8.0"
1352613536

13527-
zen-observable-ts@~1.1.0:
13528-
version "1.1.0"
13529-
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.1.0.tgz#2d1aa9d79b87058e9b75698b92791c1838551f83"
13530-
integrity sha512-1h4zlLSqI2cRLPJUHJFL8bCWHhkpuXkF+dbGkRaWjgDIG26DmzyshUMrdV/rL3UnR+mhaX4fRq8LPouq0MYYIA==
13537+
zen-observable-ts@^1.2.5:
13538+
version "1.2.5"
13539+
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58"
13540+
integrity sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==
1353113541
dependencies:
13532-
"@types/zen-observable" "0.8.3"
1353313542
zen-observable "0.8.15"
1353413543

1353513544
zen-observable@0.8.15, zen-observable@^0.8.0, zen-observable@^0.8.15:

0 commit comments

Comments
 (0)
Please sign in to comment.