From 90cb2d9cf6e7f25d68fe9543566ec3e341348626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:15:51 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-table in /desktop-app Bumps [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) from 8.13.0 to 8.13.2. - [Release notes](https://github.com/TanStack/table/releases) - [Commits](https://github.com/TanStack/table/commits/v8.13.2/packages/react-table) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- desktop-app/package.json | 2 +- desktop-app/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/desktop-app/package.json b/desktop-app/package.json index 0f682ef..49d422b 100644 --- a/desktop-app/package.json +++ b/desktop-app/package.json @@ -47,7 +47,7 @@ "@radix-ui/react-toast": "^1.1.4", "@radix-ui/react-tooltip": "^1.0.6", "@reduxjs/toolkit": "^1.9.5", - "@tanstack/react-table": "^8.13.0", + "@tanstack/react-table": "^8.13.2", "@tremor/react": "^3.9.2", "add": "^2.0.6", "axios": "^1.5.0", diff --git a/desktop-app/yarn.lock b/desktop-app/yarn.lock index 8b2cbb5..563102e 100644 --- a/desktop-app/yarn.lock +++ b/desktop-app/yarn.lock @@ -4919,17 +4919,17 @@ dependencies: defer-to-connect "^1.0.1" -"@tanstack/react-table@^8.13.0": - version "8.13.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.13.0.tgz#9b9cb19ac500989e8f7cc7661e8356976e6b9678" - integrity sha512-wUB6SGQS70SzSczInfiIuCRjGBDcqqMtgIp75fscHWkH8hSKLkuWLCDC5V5or57UrLew1WD1YyY+XheistAZNQ== +"@tanstack/react-table@^8.13.2": + version "8.13.2" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.13.2.tgz#a3aa737ae464abc651f68daa7e82dca17813606c" + integrity sha512-b6mR3mYkjRtJ443QZh9sc7CvGTce81J35F/XMr0OoWbx0KIM7TTTdyNP2XKObvkLpYnLpCrYDwI3CZnLezWvpg== dependencies: - "@tanstack/table-core" "8.13.0" + "@tanstack/table-core" "8.13.2" -"@tanstack/table-core@8.13.0": - version "8.13.0" - resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.13.0.tgz#976b51166ece836c1c1c91b77324425f5e8964ac" - integrity sha512-/OU4oWkrhSDeOTtt8CNq8XZQ3eS86rCJvCZD3ev7XIdXtKo0LOGp9hLqoYeaPgDNW7D/WXP2IHAA1hRVFICF5A== +"@tanstack/table-core@8.13.2": + version "8.13.2" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.13.2.tgz#2512574dd3d20dc94b7db1f9f48090f0c18b5c85" + integrity sha512-/2saD1lWBUV6/uNAwrsg2tw58uvMJ07bO2F1IWMxjFRkJiXKQRuc3Oq2aufeobD3873+4oIM/DRySIw7+QsPPw== "@toastdotdev/lib-darwin-arm64@0.0.1": version "0.0.1"