Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to ^3.9.5 (#2442)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 702cd62 commit cc45f33
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 20 deletions.
2 changes: 1 addition & 1 deletion localenv/mock-account-servicing-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "^3.9.5",
"@interledger/http-signature-utils": "2.0.1",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "^3.9.5",
"@faker-js/faker": "^8.4.1",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepack": "pnpm build"
},
"devDependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "^3.9.5",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@apollo/client": "^3.9.5",
"@headlessui/react": "^1.7.18",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
Expand Down
46 changes: 30 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc45f33

Please sign in to comment.