Skip to content

Commit

Permalink
fix(deps): update dependency @tanstack/react-query to ^5.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent 4a25c3e commit f9f0eb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@mui/material": "^5.15.11",
"@mui/system": "^5.15.11",
"@reduxjs/toolkit": "^2.2.1",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query": "^5.24.1",
"compare-versions": "^6.1.0",
"dayjs": "^1.11.10",
"electron-devtools-installer": "^3.2.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3201,21 +3201,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:5.22.2":
version: 5.22.2
resolution: "@tanstack/query-core@npm:5.22.2"
checksum: 10/4f82bb424b4d543ceadeec46926c81008727c21c17a8f9096e25edb40b62c70444ce4a138d9731e82e8ecad6504d39aa160164f2e4224d3d59e6c44d457983bd
"@tanstack/query-core@npm:5.24.1":
version: 5.24.1
resolution: "@tanstack/query-core@npm:5.24.1"
checksum: 10/7a5a34f14c1c44c86fe674d7fc0bca9b0c3e5197ff738337825a273cae0585a61564c782f74ef620234f3f9b6527025ce7860853dad7512e1c3b69413f5dd333
languageName: node
linkType: hard

"@tanstack/react-query@npm:^5.22.2":
version: 5.22.2
resolution: "@tanstack/react-query@npm:5.22.2"
"@tanstack/react-query@npm:^5.24.1":
version: 5.24.1
resolution: "@tanstack/react-query@npm:5.24.1"
dependencies:
"@tanstack/query-core": "npm:5.22.2"
"@tanstack/query-core": "npm:5.24.1"
peerDependencies:
react: ^18.0.0
checksum: 10/f9983bc8153999c675be63e9be6522a4cb0b8e900a71b0a3cd5682c022d717720ad9d6383623eec2c09b5b0bfdc5c7e3d7ce2577bfa3525af3501314fae89724
checksum: 10/4d57eb9a7ba2edfe66bb401ae647c87140642ca848d5895346d832bf67b696877bdeee80c1378d57be3c0f097e22a976a68a4ad36b2f15351b7be1bbb4e34ff4
languageName: node
linkType: hard

Expand Down Expand Up @@ -9948,7 +9948,7 @@ __metadata:
"@playwright/test": "npm:^1.41.2"
"@reduxjs/toolkit": "npm:^2.2.1"
"@tanstack/eslint-plugin-query": "npm:^5.20.1"
"@tanstack/react-query": "npm:^5.22.2"
"@tanstack/react-query": "npm:^5.24.1"
"@testing-library/dom": "npm:^9.3.4"
"@testing-library/jest-dom": "npm:^6.4.2"
"@testing-library/react": "npm:^14.2.1"
Expand Down

0 comments on commit f9f0eb3

Please sign in to comment.