Skip to content

Commit 0deec2d

Browse files
chore(deps): update dependency @apollo/client to v3.9.3 (#621)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d4c923 commit 0deec2d

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

packages/plugins/typescript/apollo-client-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tslib": "~2.6.0"
4848
},
4949
"devDependencies": {
50-
"@apollo/client": "3.9.2"
50+
"@apollo/client": "3.9.3"
5151
},
5252
"publishConfig": {
5353
"directory": "dist",

packages/plugins/typescript/graphql-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tslib": "~2.6.0"
4949
},
5050
"devDependencies": {
51-
"@apollo/client": "3.9.2",
51+
"@apollo/client": "3.9.3",
5252
"@graphql-codegen/core": "2.6.3",
5353
"@graphql-codegen/testing": "1.18.0",
5454
"@graphql-codegen/typescript-operations": "2.5.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@jridgewell/gen-mapping" "^0.1.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@apollo/[email protected].2":
19-
version "3.9.2"
20-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.9.2.tgz#96edf2c212f828bad1ef3d84234fa473c5a27ff8"
21-
integrity sha512-Zw9WvXjqhpbgkvAvnj52vstOWwM0iedKWtn1hSq1cODQyoe1CF2uFwMYFI7l56BrAY9CzLi6MQA0AhxpgJgvxw==
18+
"@apollo/[email protected].3":
19+
version "3.9.3"
20+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.9.3.tgz#8b77a938e5109c6588be93c9fabdcbaf112dd5c1"
21+
integrity sha512-ACWWvWEwwws8V2SO2FoLVAKD7Nc34N/WqnfHIsbtoHoo90ym5vFQp53nGruaWK+bNcb46z53C/fcp4s8P8bXKw==
2222
dependencies:
2323
"@graphql-typed-document-node/core" "^3.1.1"
2424
"@wry/caches" "^1.0.0"
@@ -28,7 +28,7 @@
2828
hoist-non-react-statics "^3.3.2"
2929
optimism "^0.18.0"
3030
prop-types "^15.7.2"
31-
rehackt "0.0.3"
31+
rehackt "0.0.4"
3232
response-iterator "^0.2.6"
3333
symbol-observable "^4.0.0"
3434
ts-invariant "^0.10.3"
@@ -6958,10 +6958,10 @@ regjsparser@^0.9.1:
69586958
dependencies:
69596959
jsesc "~0.5.0"
69606960

6961-
6962-
version "0.0.3"
6963-
resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.0.3.tgz#1ea454620d4641db8342e2db44595cf0e7ac6aa0"
6964-
integrity sha512-aBRHudKhOWwsTvCbSoinzq+Lej/7R8e8UoPvLZo5HirZIIBLGAgdG7SL9QpdcBoQ7+3QYPi3lRLknAzXBlhZ7g==
6961+
6962+
version "0.0.4"
6963+
resolved "https://registry.yarnpkg.com/rehackt/-/rehackt-0.0.4.tgz#dca5498e1f6c81d3d610ff2abfb3c3feec6afce8"
6964+
integrity sha512-xFroSGCbMEK/cTJVhq+c8l/AzIeMeojVyLqtZmr2jmIAFvePjapkCSGg9MnrcNk68HPaMxGf+Ndqozotu78ITw==
69656965

69666966
69676967
version "12.0.0"

0 commit comments

Comments
 (0)