Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to ^3.8.10 (#2358)
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 Jan 24, 2024
1 parent 3f2c220 commit ebb7bd0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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 @@ -7,7 +7,7 @@
"start": "remix-serve build"
},
"dependencies": {
"@apollo/client": "^3.8.9",
"@apollo/client": "^3.8.10",
"@interledger/http-signature-utils": "2.0.0",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
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.9",
"@apollo/client": "^3.8.10",
"@faker-js/faker": "^8.3.1",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
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.9",
"@apollo/client": "^3.8.10",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "remix-serve build"
},
"dependencies": {
"@apollo/client": "^3.8.9",
"@apollo/client": "^3.8.10",
"@headlessui/react": "^1.7.18",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
Expand Down
20 changes: 10 additions & 10 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 ebb7bd0

Please sign in to comment.