Skip to content

Commit

Permalink
build(deps-dev): Bump @tanstack/react-query from 4.35.3 to 5.7.2
Browse files Browse the repository at this point in the history
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 4.35.3 to 5.7.2.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.7.2/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent c0b2f53 commit cd8b38f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 25 deletions.
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@storybook/react": "6.5.9",
"@storybook/testing-library": "^0.2.0",
"@storybook/testing-react": "^1.3.0",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query": "^5.7.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"peerDependencies": {
"@cloudscape-design/components": "^3",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query": "^5.7.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-router-dom": "^5",
Expand Down
36 changes: 13 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ __metadata:
"@storybook/react": 6.5.9
"@storybook/testing-library": ^0.2.0
"@storybook/testing-react": ^1.3.0
"@tanstack/react-query": ^4.35.3
"@tanstack/react-query": ^5.7.2
"@testing-library/jest-dom": ^5.16.5
"@testing-library/react": ^13.4.0
"@testing-library/react-hooks": ^8.0.1
Expand Down Expand Up @@ -250,7 +250,7 @@ __metadata:
uuid: ^9.0.0
peerDependencies:
"@cloudscape-design/components": ^3
"@tanstack/react-query": ^4.35.3
"@tanstack/react-query": ^5.7.2
"@types/react": ^18
"@types/react-dom": ^18
"@types/react-router-dom": ^5
Expand Down Expand Up @@ -9833,29 +9833,28 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:4.35.3":
version: 4.35.3
resolution: "@tanstack/query-core@npm:4.35.3"
checksum: 0184cd19a26c4f96d05bbebd7966866741d46e5be19ac99d8cd6e5bbeb6550f257e7b52b674fb2673190696e113dd601422d196bf4870b58b4d2e2edf4307e92
"@tanstack/query-core@npm:5.7.2":
version: 5.7.2
resolution: "@tanstack/query-core@npm:5.7.2"
checksum: a0c5ad7e7297db6ef9b99f8fb3d74bd748efef8c583257c87339a376cab4d13ad00f61adf38090b8ed4863e7ac48b3a3b6f50717ba99a015e0dc85b8c5e66329
languageName: node
linkType: hard

"@tanstack/react-query@npm:^4.35.3":
version: 4.35.3
resolution: "@tanstack/react-query@npm:4.35.3"
"@tanstack/react-query@npm:^5.7.2":
version: 5.7.2
resolution: "@tanstack/react-query@npm:5.7.2"
dependencies:
"@tanstack/query-core": 4.35.3
use-sync-external-store: ^1.2.0
"@tanstack/query-core": 5.7.2
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
react: ^18.0.0
react-dom: ^18.0.0
react-native: "*"
peerDependenciesMeta:
react-dom:
optional: true
react-native:
optional: true
checksum: 4d7e4e6a8466095848d2924fdbcd2d22a36b53e2d0f79a7dec121c8d7af36ff857b1bae5a7b802f3a399922c9c9f38f2a06372b1fc7b1d5de960e78fa1d3d722
checksum: 99f99e89a82796b1a50696bdaec1b5880d446b497b336237a93ed89ccafa02df86c3f99de71f74ff44f8d0218ed79567fed39cf4fe709a095306f108afc10be1
languageName: node
linkType: hard

Expand Down Expand Up @@ -35250,15 +35249,6 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:^1.2.0":
version: 1.2.0
resolution: "use-sync-external-store@npm:1.2.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 5c639e0f8da3521d605f59ce5be9e094ca772bd44a4ce7322b055a6f58eeed8dda3c94cabd90c7a41fb6fa852210092008afe48f7038792fd47501f33299116a
languageName: node
linkType: hard

"use@npm:^3.1.0":
version: 3.1.1
resolution: "use@npm:3.1.1"
Expand Down

0 comments on commit cd8b38f

Please sign in to comment.