From 4745e3ac4e5a73bdb9ccd6c225de86d88f46b608 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 06:48:22 +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 | 31 +++++++++--------------- example-app/SantokuApp/package.json | 2 +- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/example-app/SantokuApp/package-lock.json b/example-app/SantokuApp/package-lock.json index 8774b65e9e..b6bfc3d6c9 100644 --- a/example-app/SantokuApp/package-lock.json +++ b/example-app/SantokuApp/package-lock.json @@ -27,7 +27,7 @@ "@react-navigation/native-stack": "~6.9.0", "@react-navigation/stack": "~6.3.0", "@shopify/restyle": "^2.1.0", - "@tanstack/react-query": "~4.36.0", + "@tanstack/react-query": "~5.55.0", "axios": "~1.6.0", "expo": "^49.0.8", "expo-build-properties": "~0.8.3", @@ -8149,38 +8149,29 @@ "dev": true }, "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.54.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.54.1.tgz", + "integrity": "sha512-hKS+WRpT5zBFip21pB6Jx1C0hranWQrbv5EJ7qPoiV5MYI3C8rTCqWC9DdBseiPT1JgQWh8Y55YthuYZNiw3Xw==", + "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.55.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.55.0.tgz", + "integrity": "sha512-2uYuxEbRQD8TORUiTUacEOwt1e8aoSqUOJFGY5TUrh6rQ3U85zrMS2wvbNhBhXGh6Vj69QDCP2yv8tIY7joo6Q==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "4.36.1", - "use-sync-external-store": "^1.2.0" + "@tanstack/query-core": "5.54.1" }, "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": { diff --git a/example-app/SantokuApp/package.json b/example-app/SantokuApp/package.json index 18a279b141..e8a2c6a8d5 100644 --- a/example-app/SantokuApp/package.json +++ b/example-app/SantokuApp/package.json @@ -72,7 +72,7 @@ "@react-navigation/native-stack": "~6.9.0", "@react-navigation/stack": "~6.3.0", "@shopify/restyle": "^2.1.0", - "@tanstack/react-query": "~4.36.0", + "@tanstack/react-query": "~5.55.0", "axios": "~1.6.0", "expo": "^49.0.8", "expo-build-properties": "~0.8.3",