From b300db5fa289e3a74a211d862a0e61a7edb1cb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:54:10 +0000 Subject: [PATCH] dependencies: bump @tanstack/react-query from 5.52.0 to 5.52.1 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.52.0 to 5.52.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.52.1/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4282326..fec2da88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@ant-design/icons": "^5.4.0", "@axa-fr/react-oidc": "^7.22.22", "@hey-api/openapi-ts": "^0.52.9", - "@tanstack/react-query": "^5.52.0", + "@tanstack/react-query": "^5.52.1", "antd": "^5.20.2", "echarts": "5.5.1", "echarts-for-react": "^3.0.2", @@ -4521,9 +4521,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.52.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.52.0.tgz", - "integrity": "sha512-T8tLZdPEopSD3A1EBZ/sq7WkI76pKLKKiT82F486K8wf26EPgYCdeiSnJfuayssdQjWwLQMQVl/ROUBNmlWgCQ==", + "version": "5.52.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.52.1.tgz", + "integrity": "sha512-soyn4dNIUZ8US8NaPVXv06gkZFHaZnPfKWPDjRJjFRW3Y7WZ0jx72eT6zhw3VQlkMPysmXye8l35ewPHspKgbQ==", "dependencies": { "@tanstack/query-core": "5.52.0" }, @@ -4532,7 +4532,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^18.0.0" + "react": "^18 || ^19" } }, "node_modules/@testing-library/dom": { diff --git a/package.json b/package.json index 8b685512..0cc787cf 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@ant-design/icons": "^5.4.0", "@axa-fr/react-oidc": "^7.22.22", "@hey-api/openapi-ts": "^0.52.9", - "@tanstack/react-query": "^5.52.0", + "@tanstack/react-query": "^5.52.1", "antd": "^5.20.2", "echarts": "5.5.1", "echarts-for-react": "^3.0.2",