Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/client to ^3.7.12 (#1329)
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 Apr 13, 2023
1 parent c965dbb commit b0e659b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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 @@
"start": "remix-serve build"
},
"dependencies": {
"@apollo/client": "^3.7.11",
"@apollo/client": "^3.7.12",
"@remix-run/node": "^1.15.0",
"@remix-run/react": "^1.15.0",
"@remix-run/serve": "^1.15.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.0"
},
"devDependencies": {
"@apollo/client": "^3.7.11",
"@apollo/client": "^3.7.12",
"@graphql-codegen/cli": "3.3.0",
"@graphql-codegen/introspection": "3.0.1",
"@graphql-codegen/typescript": "3.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 @@ -11,7 +11,7 @@
"prepack": "pnpm build"
},
"devDependencies": {
"@apollo/client": "^3.7.11",
"@apollo/client": "^3.7.12",
"@graphql-codegen/cli": "3.3.0",
"@graphql-codegen/introspection": "3.0.1",
"@graphql-codegen/typescript": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tw:watch": "tailwindcss -w -i ./app/tailwind.css -o app/styles/main.css"
},
"dependencies": {
"@apollo/client": "^3.7.11",
"@apollo/client": "^3.7.12",
"@headlessui/react": "^1.7.13",
"@remix-run/node": "^1.14.1",
"@remix-run/react": "^1.14.1",
Expand Down
22 changes: 11 additions & 11 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 b0e659b

Please sign in to comment.