From efb9cc6e66de522ef6a137a3431e9a605a36b7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:07:53 +0000 Subject: [PATCH] chore(deps): bump @tanstack/react-query-persist-client Bumps [@tanstack/react-query-persist-client](https://github.com/TanStack/query/tree/HEAD/packages/react-query-persist-client) from 5.32.0 to 5.39.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.39.0/packages/react-query-persist-client) --- updated-dependencies: - dependency-name: "@tanstack/react-query-persist-client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 ++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0168a89c..81d92e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@supabase/supabase-js": "^2.39.7", "@tanstack/query-sync-storage-persister": "^5.24.1", "@tanstack/react-query": "^5.39.0", - "@tanstack/react-query-persist-client": "^5.24.1", + "@tanstack/react-query-persist-client": "^5.39.0", "@types/node": "20.10.7", "@types/react": "18.3.2", "@types/react-dom": "18.3.0", @@ -5744,19 +5744,40 @@ } }, "node_modules/@tanstack/react-query-persist-client": { - "version": "5.32.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-persist-client/-/react-query-persist-client-5.32.0.tgz", - "integrity": "sha512-+RvDOuoj4axgok+XrM54NFThum0uW2opFv2j0TKiLILOT0GDkfxHgJz/R+e0IzYCmlGkgjiqh4W0uupCLAEb6g==", + "version": "5.39.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-persist-client/-/react-query-persist-client-5.39.0.tgz", + "integrity": "sha512-Imd2L3x4I+5VVCrSrS0czzxBfgh78FzSkronBT9NVxZ36g21zT/BMWYV8Yh0znKJm1mwPk5+e3jqJU4VYIQIOA==", "dependencies": { - "@tanstack/query-persist-client-core": "5.32.0" + "@tanstack/query-persist-client-core": "5.38.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.32.0", - "react": "^18.0.0" + "@tanstack/react-query": "^5.39.0", + "react": "^18 || ^19" + } + }, + "node_modules/@tanstack/react-query-persist-client/node_modules/@tanstack/query-core": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.38.0.tgz", + "integrity": "sha512-QtkoxvFcu52mNpp3+qOo9H265m3rt83Dgbw5WnNyJvr83cegrQ7zT8haHhL4Rul6ZQkeovxyWbXVW9zI0WYx6g==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tanstack/react-query-persist-client/node_modules/@tanstack/query-persist-client-core": { + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-persist-client-core/-/query-persist-client-core-5.38.0.tgz", + "integrity": "sha512-3sCUUte4d6xJbguWCjy6r/loQTgDQLFIBxz0WRn1MFlDHtHsDKXRQeV+kBWsyLkng+bltB33g7DUBnH7MmlMpA==", + "dependencies": { + "@tanstack/query-core": "5.38.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query/node_modules/@tanstack/query-core": { diff --git a/package.json b/package.json index 41552027..9f96a450 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@supabase/supabase-js": "^2.39.7", "@tanstack/query-sync-storage-persister": "^5.24.1", "@tanstack/react-query": "^5.39.0", - "@tanstack/react-query-persist-client": "^5.24.1", + "@tanstack/react-query-persist-client": "^5.39.0", "@types/node": "20.10.7", "@types/react": "18.3.2", "@types/react-dom": "18.3.0",