From 5bfa1b3f10a31be97dd0514f98297e9126352bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:45:07 +0000 Subject: [PATCH] chore(deps): Bump @tanstack/react-router from 1.88.0 to 1.90.0 (#561) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3bece9e..03d763de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@ariakit/react": "0.4.15", "@rollbar/react": "0.11.2", "@tanstack/react-query": "5.62.7", - "@tanstack/react-router": "1.88.0", + "@tanstack/react-router": "1.90.0", "analytics": "0.8.16", "change-case": "5.4.4", "comlink": "4.4.2", @@ -3642,9 +3642,9 @@ } }, "node_modules/@tanstack/history": { - "version": "1.87.6", - "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.87.6.tgz", - "integrity": "sha512-5OPHcc20Ye5XR+RBkFk+64TtRJ83clrpaOcC/S8t4N0k+/xPDJpkPEPnoENb3sQeRI28y1dJaUuvXt/dv/ylaQ==", + "version": "1.90.0", + "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.90.0.tgz", + "integrity": "sha512-riNhDGm+fAwxgZRJ0J/36IZis1UDHsDCNIxfEodbw6BgTWJr0ah+G20V4HT91uBXiCqYFvX3somlfTLhS5yHDA==", "engines": { "node": ">=12" }, @@ -3680,11 +3680,11 @@ } }, "node_modules/@tanstack/react-router": { - "version": "1.88.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.88.0.tgz", - "integrity": "sha512-kC5sqBlMcfAZeHSLyTtPrscmEgjmZiT2GyrfG8muGPzsLhjcMbSbnTrMETdJccPDId/b7aNyJIyseqwxX9CTbA==", + "version": "1.90.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.90.0.tgz", + "integrity": "sha512-BpNDRk3YRlYHisF5SwHRCwbuuwZe2TsadRkOc6p3kbcscwhyWcHx7F79eIk8TbK/GwZJoqOxzkvCmmo9dVn07w==", "dependencies": { - "@tanstack/history": "1.87.6", + "@tanstack/history": "1.90.0", "@tanstack/react-store": "^0.6.1", "jsesc": "^3.0.2", "tiny-invariant": "^1.3.3", diff --git a/package.json b/package.json index 7247b754..b0a85223 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@ariakit/react": "0.4.15", "@rollbar/react": "0.11.2", "@tanstack/react-query": "5.62.7", - "@tanstack/react-router": "1.88.0", + "@tanstack/react-router": "1.90.0", "analytics": "0.8.16", "change-case": "5.4.4", "comlink": "4.4.2",