From c62e4c33b275f47214daf0f6f3544fdee090edb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:36:13 +0000 Subject: [PATCH] Bump @tanstack/react-table from 8.19.3 to 8.20.1 in /dashboard Bumps [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) from 8.19.3 to 8.20.1. - [Release notes](https://github.com/TanStack/table/releases) - [Commits](https://github.com/TanStack/table/commits/v8.20.1/packages/react-table) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 5be3b059862..48c2e47d208 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -36,7 +36,7 @@ "@paciolan/remote-component": "^2.13.0", "@redux-devtools/extension": "^3.3.0", "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/react-table": "^8.19.3", + "@tanstack/react-table": "^8.20.1", "ajv": "^8.17.1", "axios": "^1.7.3", "fast-json-patch": "^3.1.1", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index 5d6e68a3499..5b5858dbe87 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -2752,17 +2752,17 @@ dependencies: remove-accents "0.5.0" -"@tanstack/react-table@^8.19.3": - version "8.19.3" - resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.19.3.tgz#be1d9ee991ac06b7d4d17cc5c66469ac157bfd8a" - integrity sha512-MtgPZc4y+cCRtU16y1vh1myuyZ2OdkWgMEBzyjYsoMWMicKZGZvcDnub3Zwb6XF2pj9iRMvm1SO1n57lS0vXLw== +"@tanstack/react-table@^8.20.1": + version "8.20.1" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.20.1.tgz#bd2d549d8a18458fb8284025ce66a9b86176fa6b" + integrity sha512-PJK+07qbengObe5l7c8vCdtefXm8cyR4i078acWrHbdm8JKw1ES7YpmOtVt9ALUVEEFAHscdVpGRhRgikgFMbQ== dependencies: - "@tanstack/table-core" "8.19.3" + "@tanstack/table-core" "8.20.1" -"@tanstack/table-core@8.19.3": - version "8.19.3" - resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.19.3.tgz#669e3eca2179ee3456fc068fed8683df01607c43" - integrity sha512-IqREj9ADoml9zCAouIG/5kCGoyIxPFdqdyoxis9FisXFi5vT+iYfEfLosq4xkU/iDbMcEuAj+X8dWRLvKYDNoQ== +"@tanstack/table-core@8.20.1": + version "8.20.1" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.20.1.tgz#74bfab10fa35bed51fa0bd2f3539a331d7e78f1b" + integrity sha512-5Ly5TIRHnWH7vSDell9B/OVyV380qqIJVg7H7R7jU4fPEmOD4smqAX7VRflpYI09srWR8aj5OLD2Ccs1pI5mTg== "@testing-library/dom@^8.0.0": version "8.20.1"