From b303fe063e74323ba7f93191577483480e497767 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:16:27 +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..71b163c584 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.60.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.59.20", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.20.tgz", + "integrity": "sha512-e8vw0lf7KwfGe1if4uPFhvZRWULqHjFcz3K8AebtieXvnMOz5FSzlZe3mTLlPuUBcydCnBRqYs2YJ5ys68wwLg==", + "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.60.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.60.2.tgz", + "integrity": "sha512-JhpJNxIAPuE0YCpP1Py4zAsgx+zY0V531McRMtQbwVlJF8+mlZwcOPrzGmPV248K8IP+mPbsfxXToVNMNwjUcw==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "4.36.1", - "use-sync-external-store": "^1.2.0" + "@tanstack/query-core": "5.59.20" }, "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..419a38c5f2 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.60.0", "axios": "~1.6.0", "expo": "^51.0.0", "expo-application": "~5.9.1",