Skip to content

Commit

Permalink
build(deps-dev): Bump @tanstack/react-query from 4.35.3 to 5.8.3
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.8.3.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.8.3/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 13, 2023
1 parent c0b2f53 commit 791e780
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.8.3",
"@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.8.3",
"@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.8.3
"@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.8.3
"@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.8.3":
version: 5.8.3
resolution: "@tanstack/query-core@npm:5.8.3"
checksum: 65ce30fcae252a18b9cb8ffb64a6f2d6361de1f0f9b9481dd9b42b8387ebeffe30c48add26aa2d4ed0a36b23ac5f1a872fdf3afbe2fb84deca3f07cca2152888
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.8.3":
version: 5.8.3
resolution: "@tanstack/react-query@npm:5.8.3"
dependencies:
"@tanstack/query-core": 4.35.3
use-sync-external-store: ^1.2.0
"@tanstack/query-core": 5.8.3
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: 79f46b103c237db32b8e11562b63e8e7f461be6a17c8038caaebd6b8c22d51817ff51cf228ae0bab57ada425860b70cb16a50d1934ca457a891d08f105c65d85
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 791e780

Please sign in to comment.