Skip to content

Commit

Permalink
Update dependency @tanstack/react-query to v5 (#984)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 291d9ca commit 47e8692
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@digdir/designsystemet-theme": "^0.15.0",
"@navikt/aksel-icons": "^6.0.0",
"@reduxjs/toolkit": "^2.2.5",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query": "^5.0.0",
"axios": "^1.7.2",
"classnames": "^2.5.1",
"cross-env": "^7.0.3",
Expand Down
32 changes: 12 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1089,29 +1089,21 @@ __metadata:
languageName: node
linkType: hard

"@tanstack/query-core@npm:4.36.1":
version: 4.36.1
resolution: "@tanstack/query-core@npm:4.36.1"
checksum: 10/7c648872cd491bcab2aa4c18e0b7ca130c072f05c277a5876977fa3bfa87634bbfde46e9d249236587d78c39866889a02e4e202b478dc6074ff96093732ae56d
"@tanstack/query-core@npm:5.51.9":
version: 5.51.9
resolution: "@tanstack/query-core@npm:5.51.9"
checksum: 10/263f64a2e9448cc412fa9f29b0b77af1a5eeb66ecba6965548d4be97b7e99cca0dd194992b686426745030240764846d9d7e39e43d3ed64b97afb47f3a9661d7
languageName: node
linkType: hard

"@tanstack/react-query@npm:^4.32.6":
version: 4.36.1
resolution: "@tanstack/react-query@npm:4.36.1"
"@tanstack/react-query@npm:^5.0.0":
version: 5.51.11
resolution: "@tanstack/react-query@npm:5.51.11"
dependencies:
"@tanstack/query-core": "npm:4.36.1"
use-sync-external-store: "npm:^1.2.0"
"@tanstack/query-core": "npm:5.51.9"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
react-native: "*"
peerDependenciesMeta:
react-dom:
optional: true
react-native:
optional: true
checksum: 10/764b860c3ac8d254fc6b07e01054a0f58058644d59626c724b213293fbf1e31c198cbb26e4c32c0d16dcaec0353c0ae19147d9c667675b31f8cea1d64f1ff4ac
react: ^18.0.0
checksum: 10/e840eb5f90fb6ec1693f98be651c5fa55a2885930015a2bf1f8699def596293eac79df8b3335e31b87af0a189d40597d35986379c930faf3496fc5061861d988
languageName: node
linkType: hard

Expand Down Expand Up @@ -1509,7 +1501,7 @@ __metadata:
"@navikt/aksel-icons": "npm:^6.0.0"
"@playwright/test": "npm:^1.44.1"
"@reduxjs/toolkit": "npm:^2.2.5"
"@tanstack/react-query": "npm:^4.32.6"
"@tanstack/react-query": "npm:^5.0.0"
"@testing-library/cypress": "npm:^10.0.0"
"@types/node": "npm:^20.12.7"
"@types/react": "npm:^18.0.28"
Expand Down Expand Up @@ -8379,7 +8371,7 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:^1.0.0, use-sync-external-store@npm:^1.2.0":
"use-sync-external-store@npm:^1.0.0":
version: 1.2.2
resolution: "use-sync-external-store@npm:1.2.2"
peerDependencies:
Expand Down

0 comments on commit 47e8692

Please sign in to comment.