Skip to content

Commit

Permalink
chore(deps): update dependency @apollo/client to v3.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent d72a000 commit 4cc2cdd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tslib": "~2.6.0"
},
"devDependencies": {
"@apollo/client": "3.11.3"
"@apollo/client": "3.11.8"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tslib": "~2.6.0"
},
"devDependencies": {
"@apollo/client": "3.11.3",
"@apollo/client": "3.11.8",
"@graphql-codegen/core": "2.6.3",
"@graphql-codegen/testing": "1.18.0",
"@graphql-codegen/typescript-operations": "2.5.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@apollo/client@3.11.3":
version "3.11.3"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.11.3.tgz#f7e2c6c5166da3194b9d6c40e05b1d43f3cc7d0a"
integrity sha512-bocd9vQc9PSq4MG6129HKF8ujUirVod98he9OEWpyOs5CXnUC81zNRaUshA4wPSflR6mnx0yRuRankp1V8A+og==
"@apollo/client@3.11.8":
version "3.11.8"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.11.8.tgz#f6bacdc7e1b243807c1387113e1d445a53471a9c"
integrity sha512-CgG1wbtMjsV2pRGe/eYITmV5B8lXUCYljB2gB/6jWTFQcrvirUVvKg7qtFdjYkQSFbIffU1IDyxgeaN81eTjbA==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/caches" "^1.0.0"
Expand Down

0 comments on commit 4cc2cdd

Please sign in to comment.