From 3097c4ce578cfc6a376770d0e7066d7cfb8017f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:35:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F:=20Update=20dependency=20@ta?= =?UTF-8?q?nstack/react-query=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example-app/SantokuApp/package-lock.json | 39 +++++++----------------- example-app/SantokuApp/package.json | 2 +- 2 files changed, 12 insertions(+), 29 deletions(-) diff --git a/example-app/SantokuApp/package-lock.json b/example-app/SantokuApp/package-lock.json index 323806675a..5279b8f515 100644 --- a/example-app/SantokuApp/package-lock.json +++ b/example-app/SantokuApp/package-lock.json @@ -27,7 +27,7 @@ "@react-navigation/native-stack": "~6.11.0", "@react-navigation/stack": "~6.4.0", "@shopify/restyle": "^2.1.0", - "@tanstack/react-query": "~4.36.0", + "@tanstack/react-query": "~5.61.0", "axios": "~1.6.0", "expo": "^51.0.0", "expo-application": "~5.9.1", @@ -8424,38 +8424,29 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.36.1.tgz", - "integrity": "sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==", + "version": "5.60.6", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.60.6.tgz", + "integrity": "sha512-tI+k0KyCo1EBJ54vxK1kY24LWj673ujTydCZmzEZKAew4NqZzTaVQJEuaG1qKj2M03kUHN46rchLRd+TxVq/zQ==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.36.1.tgz", - "integrity": "sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==", + "version": "5.61.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.61.0.tgz", + "integrity": "sha512-SBzV27XAeCRBOQ8QcC94w2H1Md0+LI0gTWwc3qRJoaGuewKn5FNW4LSqwPFJZVEItfhMfGT7RpZuSFXjTi12pQ==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "4.36.1", - "use-sync-external-store": "^1.2.0" + "@tanstack/query-core": "5.60.6" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "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 - } + "react": "^18 || ^19" } }, "node_modules/@testing-library/jest-native": { @@ -27057,14 +27048,6 @@ "react": ">=16.8" } }, - "node_modules/use-sync-external-store": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz", - "integrity": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, "node_modules/util": { "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", diff --git a/example-app/SantokuApp/package.json b/example-app/SantokuApp/package.json index f5edb18375..4f4dc968d5 100644 --- a/example-app/SantokuApp/package.json +++ b/example-app/SantokuApp/package.json @@ -72,7 +72,7 @@ "@react-navigation/native-stack": "~6.11.0", "@react-navigation/stack": "~6.4.0", "@shopify/restyle": "^2.1.0", - "@tanstack/react-query": "~4.36.0", + "@tanstack/react-query": "~5.61.0", "axios": "~1.6.0", "expo": "^51.0.0", "expo-application": "~5.9.1",