Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @tanstack/react-query to v5.17.15 #4941

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@sentry/react": "7.93.0",
"@soluble/cache-interop": "0.12.8",
"@soluble/cache-ioredis": "0.13.11",
"@tanstack/react-query": "5.17.14",
"@tanstack/react-query": "5.17.15",
"@vercel/analytics": "1.1.1",
"@your-org/common-i18n": "workspace:^",
"@your-org/core-lib": "workspace:^",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7179,21 +7179,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.17.14":
version: 5.17.14
resolution: "@tanstack/query-core@npm:5.17.14"
checksum: 970e366023c4ea24690fa86af5256bf01711b1810b6aa37fb8ebcc2c2f0b753f0e29bff44266e30ccd4e497ca7f2491120d73bea51503395f206dacfebad4856
"@tanstack/query-core@npm:5.17.15":
version: 5.17.15
resolution: "@tanstack/query-core@npm:5.17.15"
checksum: 2967963e94ff78c8bf4941efc09c81e6a6a78400322c26cf5d9528b169c3901a399752d679c3f4ab066c2a6e8df712b5a1b2e033e06fbbaa4b29f5be17032ab4
languageName: node
linkType: hard

"@tanstack/react-query@npm:5.17.14":
version: 5.17.14
resolution: "@tanstack/react-query@npm:5.17.14"
"@tanstack/react-query@npm:5.17.15":
version: 5.17.15
resolution: "@tanstack/react-query@npm:5.17.15"
dependencies:
"@tanstack/query-core": "npm:5.17.14"
"@tanstack/query-core": "npm:5.17.15"
peerDependencies:
react: ^18.0.0
checksum: 3258c0e58c1b437d6d519544721bed6c97043dacd2a1633b7773bb13364858646c1850ecd532324bb161cd1cb2c45bbe4b29ea35634bd00c1e609f4cb9876dbe
checksum: 99e590cc7feb6355541673f48d8e700ef5f8373ed3d431a31bc8836d867d1ee6b7f9cdce54a4fc0b07686e35fe13631755debe7f2f8d228f1b74f06e0aab16de
languageName: node
linkType: hard

Expand Down Expand Up @@ -17847,7 +17847,7 @@ __metadata:
"@svgr/webpack": "npm:8.1.0"
"@tailwindcss/forms": "npm:0.5.7"
"@tailwindcss/typography": "npm:0.5.10"
"@tanstack/react-query": "npm:5.17.14"
"@tanstack/react-query": "npm:5.17.15"
"@testing-library/dom": "npm:9.3.4"
"@testing-library/jest-dom": "npm:6.2.0"
"@testing-library/react": "npm:14.1.2"
Expand Down
Loading