From 945cb11595a349afbc8bfb2b285be28eceecf67e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:41:19 +0000 Subject: [PATCH] chore(deps): bump @tanstack-query-firebase/react from 1.0.6 to 2.1.1 Bumps [@tanstack-query-firebase/react](https://github.com/invertase/tanstack-query-firebase) from 1.0.6 to 2.1.1. - [Release notes](https://github.com/invertase/tanstack-query-firebase/releases) - [Commits](https://github.com/invertase/tanstack-query-firebase/commits/@tanstack-query-firebase/react@2.1.1) --- updated-dependencies: - dependency-name: "@tanstack-query-firebase/react" dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45c9f04..e1d30f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-toast": "^1.2.14", "@radix-ui/react-tooltip": "^1.1.8", - "@tanstack-query-firebase/react": "^1.0.5", + "@tanstack-query-firebase/react": "^2.1.1", "@tanstack/react-query": "^5.90.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -5350,12 +5350,13 @@ } }, "node_modules/@tanstack-query-firebase/react": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@tanstack-query-firebase/react/-/react-1.0.6.tgz", - "integrity": "sha512-/bj9QSnmu02XF2Cvy+OoClh2PWiETGeGk69BbXDO1bNdIHeW3dyc0Y/owSLBG/EAIZxDAKR6IZu0eYkBr3J4ug==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@tanstack-query-firebase/react/-/react-2.1.1.tgz", + "integrity": "sha512-1hOEcfxLgorg0TwadBJeeEvoD7P4JMCJLhdO1doUQWZRs83WmwTlBJGv8GiO1y2KWaKjQh+JdgsuYCqG2dPXcA==", + "license": "Apache-2.0", "peerDependencies": { "@tanstack/react-query": "^5", - "firebase": "^11.3.0" + "firebase": "^11.3.0 || ^12.0.0" } }, "node_modules/@tanstack/query-core": { diff --git a/package.json b/package.json index ce30475..1ea9c2c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-toast": "^1.2.14", "@radix-ui/react-tooltip": "^1.1.8", - "@tanstack-query-firebase/react": "^1.0.5", + "@tanstack-query-firebase/react": "^2.1.1", "@tanstack/react-query": "^5.90.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",