From c036e3a72f6af89641a1b89053b50d14bec3e4d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:16:26 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-table from 8.9.1 to 8.11.0 Bumps [@tanstack/react-table](https://github.com/tanstack/table) from 8.9.1 to 8.11.0. - [Release notes](https://github.com/tanstack/table/releases) - [Commits](https://github.com/tanstack/table/compare/v8.9.1...v8.11.0) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e3069c5b..401377e4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@babel/polyfill": "^7.0.0", "@sentry/browser": "^7.80.1", "@tanstack/react-query": "^4.29.5", - "@tanstack/react-table": "^8.9.1", + "@tanstack/react-table": "^8.11.0", "axios": "^1.4.0", "formik": "^2.2.9", "js-cookie": "^3.0.5", diff --git a/yarn.lock b/yarn.lock index 035ccfc6..19c2e663 100644 --- a/yarn.lock +++ b/yarn.lock @@ -700,17 +700,17 @@ "@tanstack/query-core" "4.29.5" use-sync-external-store "^1.2.0" -"@tanstack/react-table@^8.9.1": - version "8.9.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.9.1.tgz#bfe1d286f549b9743d99bfbeb531f2582f9d698b" - integrity sha512-yHs2m6lk5J5RNcu2dNtsDGux66wNXZjEgzxos6MRCX8gL+nqxeW3ZglqP6eANN0bGElPnjvqiUHGQvdACOr3Cw== +"@tanstack/react-table@^8.11.0": + version "8.11.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.11.0.tgz#14fe04434b34d6d2f22ccde1f5df63a9b2fcae78" + integrity sha512-47wdYFlsbJlR6qt4F38nTGo93E6wNkXlN8t1TUI5SpSGiewx+KzBayMjfud3LgqbPLYYcpHby/tGkIF3tR8Upg== dependencies: - "@tanstack/table-core" "8.9.1" + "@tanstack/table-core" "8.11.0" -"@tanstack/table-core@8.9.1": - version "8.9.1" - resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.1.tgz#869410ca1748c45d4e19ccfd4db7e36452611674" - integrity sha512-2+R83n8vMZND0q3W1lSiF7co9nFbeWbjAErFf27xwbeA9E0wtUu5ZDfgj+TZ6JzdAEQAgfxkk/QNFAKiS8E4MA== +"@tanstack/table-core@8.11.0": + version "8.11.0" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.11.0.tgz#70e15c706ccf5c5980c52d341ced5d38d0909a6a" + integrity sha512-7SC8/v6cXbUriOs2UISN8Jho3ttnA8cRZgusLn15b8meb28prHnWg4t4oNSHIR3rYn0g7iiIg+pax2CtBnyffg== "@types/hoist-non-react-statics@*": version "3.3.1"