Skip to content

Commit d03d49a

Browse files
fix(deps): bump @tanstack/react-query from 5.74.0 to 5.74.4
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.74.0 to 5.74.4. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.74.4/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.74.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce1c9b2 commit d03d49a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@emotion/styled": "^11.14.0",
5555
"@mui/icons-material": "^6.4.8",
5656
"@mui/material": "^6.4.8",
57-
"@tanstack/react-query": "^5.74.0",
57+
"@tanstack/react-query": "^5.74.4",
5858
"@types/styled-components": "^5.1.34",
5959
"ansi-styles": "^6.2.1",
6060
"d3": "^7.9.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3403,21 +3403,21 @@ __metadata:
34033403
languageName: node
34043404
linkType: hard
34053405

3406-
"@tanstack/query-core@npm:5.74.0":
3407-
version: 5.74.0
3408-
resolution: "@tanstack/query-core@npm:5.74.0"
3409-
checksum: 10c0/da0c48a15261fa3f8860a77c9df614069e485508fec53d2bf461bbb4e268d09ec21a7a87daaddf0e85cfb4b1b305e9591cad39b23e9b3a460e270c801b64879e
3406+
"@tanstack/query-core@npm:5.74.4":
3407+
version: 5.74.4
3408+
resolution: "@tanstack/query-core@npm:5.74.4"
3409+
checksum: 10c0/e74d0520b2ee14c8a65f9ff00e335cb9d25453b8af08d776ff3f7a6ba24178cbf4d6a884412df5a0747737e4ca87f637dafaad2c0f0e6afd7cd22e32e0d7dced
34103410
languageName: node
34113411
linkType: hard
34123412

3413-
"@tanstack/react-query@npm:^5.74.0":
3414-
version: 5.74.0
3415-
resolution: "@tanstack/react-query@npm:5.74.0"
3413+
"@tanstack/react-query@npm:^5.74.4":
3414+
version: 5.74.4
3415+
resolution: "@tanstack/react-query@npm:5.74.4"
34163416
dependencies:
3417-
"@tanstack/query-core": "npm:5.74.0"
3417+
"@tanstack/query-core": "npm:5.74.4"
34183418
peerDependencies:
34193419
react: ^18 || ^19
3420-
checksum: 10c0/dfc9d15a0ca4cd1158e3e7a7ba52371351b4cb50d7f9186b3a920042c36b392362d7a2c254d4f228bbebe40d82a4198b946ca01154ec65819e6e14c521c96e25
3420+
checksum: 10c0/4434b1764efd5e5a7f35046e7411fed06d42372ebbd6e784dcfd81c3d107b41c86fec2b59652fccadb1bab25ca35ef9b6720c7f5c89d6e4302cf1d2f60291200
34213421
languageName: node
34223422
linkType: hard
34233423

@@ -4014,7 +4014,7 @@ __metadata:
40144014
"@parcel/optimizer-data-url": "npm:^2.14.4"
40154015
"@parcel/transformer-inline-string": "npm:^2.14.4"
40164016
"@parcel/transformer-typescript-tsc": "npm:^2.14.4"
4017-
"@tanstack/react-query": "npm:^5.74.0"
4017+
"@tanstack/react-query": "npm:^5.74.4"
40184018
"@testing-library/dom": "npm:^10.4.0"
40194019
"@testing-library/jest-dom": "npm:^6.6.3"
40204020
"@testing-library/react": "npm:^16.3.0"

0 commit comments

Comments
 (0)