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

Bump @tanstack/react-query from 5.26.3 to 5.27.5 #964

Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@reduxjs/toolkit": "^1.9.7",
"@stylistic/eslint-plugin": "^1.6.3",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@tanstack/react-query": "^5.26.3",
"@tanstack/react-query": "^5.27.5",
"@taquito/ledger-signer": "^19.1.0",
"@taquito/michel-codec": "^19.1.0",
"@taquito/rpc": "^19.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5640,21 +5640,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.26.3":
version: 5.26.3
resolution: "@tanstack/query-core@npm:5.26.3"
checksum: 10/86fc3948d33aed37a1f6d86bd8354ff34c40c433bbea1b5215710f9fec7ae3752058cf34ebafe4e0e07c46b6326d5d3758b9ab06bc35bcbadc018c7d2fe5f98c
"@tanstack/query-core@npm:5.27.5":
version: 5.27.5
resolution: "@tanstack/query-core@npm:5.27.5"
checksum: 10/3c947b7d9711b7b99c0c5ad7df101a87e75968477674eb719222ec619da13da0b4cb730166afed469c4bf903105a7138c4c3f24655fbcde6737dba9935bb7450
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.26.3":
version: 5.26.3
resolution: "@tanstack/react-query@npm:5.26.3"
"@tanstack/react-query@npm:^5.27.5":
version: 5.27.5
resolution: "@tanstack/react-query@npm:5.27.5"
dependencies:
"@tanstack/query-core": "npm:5.26.3"
"@tanstack/query-core": "npm:5.27.5"
peerDependencies:
react: ^18.0.0
checksum: 10/803ccff2d1842be299fed97943713f86f9d80167e430ba86531055a6d4a4f847ffa5de5c76cf6085b2ebb0ef039e1c7f16b87705b2072bd70760d1b7fc78c432
checksum: 10/db2e75c1e0e849820121de68d3fe9a894dc6f0541234430cc39ab7ff9100cf321cd39412a420eba656aa39644c48227ea7ed44d10d237fb00ca1ccea06596fab
languageName: node
linkType: hard

Expand Down Expand Up @@ -20237,7 +20237,7 @@ __metadata:
"@reduxjs/toolkit": "npm:^1.9.7"
"@stylistic/eslint-plugin": "npm:^1.6.3"
"@tanstack/eslint-plugin-query": "npm:^5.20.1"
"@tanstack/react-query": "npm:^5.26.3"
"@tanstack/react-query": "npm:^5.27.5"
"@taquito/ledger-signer": "npm:^19.1.0"
"@taquito/michel-codec": "npm:^19.1.0"
"@taquito/rpc": "npm:^19.1.0"
Expand Down
Loading