Skip to content

Commit

Permalink
chore(deps): bump @apollo/client from 3.9.7 to 3.13.1
Browse files Browse the repository at this point in the history
Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.9.7 to 3.13.1.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.9.7...v3.13.1)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent adbcdb6 commit 427cdb0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 114 deletions.
2 changes: 1 addition & 1 deletion apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"*.{tsx,css,scss}": "stylelint"
},
"dependencies": {
"@apollo/client": "^3.9.7",
"@apollo/client": "^3.13.1",
"@hookform/resolvers": "^3.9.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@next/bundle-analyzer": "^15.1.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"format": "prettier --ignore-path \"../.prettierignore\" --write \"**/*.{js,jsx,ts,tsx,json}\""
},
"dependencies": {
"@apollo/client": "^3.9.7",
"@apollo/client": "^3.13.1",
"@hookform/resolvers": "^3.9.0",
"@sentry/nextjs": "^8.29.0",
"classnames": "^2.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@apollo/client": "^3.9.7",
"@apollo/client": "^3.13.1",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"typescript-cookie": "^1.0.6"
},
"devDependencies": {
"@apollo/client": "^3.9.7",
"@apollo/client": "^3.13.1",
"@happy-dom/jest-environment": "^16.5.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
Expand Down
138 changes: 28 additions & 110 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 427cdb0

Please sign in to comment.