From 6b5901e448d63c2e8d3d49f631b9b5562cdeae2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:56:34 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.24.1 to 5.60.5 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.24.1 to 5.60.5. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.60.5/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fb554e7..d6b84314 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3", "@fontsource/inter": "4.5.14", "@matrix-org/olm": "3.2.15", - "@tanstack/react-query": "5.24.1", + "@tanstack/react-query": "5.60.5", "@tanstack/react-query-devtools": "5.24.1", "@tanstack/react-virtual": "3.2.0", "@tippyjs/react": "4.2.6", @@ -4783,9 +4783,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.24.1.tgz", - "integrity": "sha512-DZ6Nx9p7BhjkG50ayJ+MKPgff+lMeol7QYXkvuU5jr2ryW/4ok5eanaS9W5eooA4xN0A/GPHdLGOZGzArgf5Cg==", + "version": "5.60.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.60.5.tgz", + "integrity": "sha512-jiS1aC3XI3BJp83ZiTuDLerTmn9P3U95r6p+6/SNauLJaYxfIC4dMuWygwnBHIZxjn2zJqEpj3nysmPieoxfPQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -4801,18 +4801,18 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.24.1.tgz", - "integrity": "sha512-4+09JEdO4d6+Gc8Y/g2M/MuxDK5IY0QV8+2wL2304wPKJgJ54cBbULd3nciJ5uvh/as8rrxx6s0mtIwpRuGd1g==", + "version": "5.60.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.60.5.tgz", + "integrity": "sha512-M77bOsPwj1wYE56gk7iJvxGAr4IC12NWdIDhT+Eo8ldkWRHMvIR8I/rufIvT1OXoV/bl7EECwuRuMlxxWtvW2Q==", "dependencies": { - "@tanstack/query-core": "5.24.1" + "@tanstack/query-core": "5.60.5" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^18.0.0" + "react": "^18 || ^19" } }, "node_modules/@tanstack/react-query-devtools": { diff --git a/package.json b/package.json index 1ecbc190..4ef4a46e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3", "@fontsource/inter": "4.5.14", "@matrix-org/olm": "3.2.15", - "@tanstack/react-query": "5.24.1", + "@tanstack/react-query": "5.60.5", "@tanstack/react-query-devtools": "5.24.1", "@tanstack/react-virtual": "3.2.0", "@tippyjs/react": "4.2.6",