From 4a8d511499a397ca0dd05b917ee14adcc5451eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:03:33 +0200 Subject: [PATCH] Build(deps): bump @tanstack/react-table from 8.9.3 to 8.10.0 (#482) Bumps [@tanstack/react-table](https://github.com/tanstack/table) from 8.9.3 to 8.10.0. - [Release notes](https://github.com/tanstack/table/releases) - [Commits](https://github.com/tanstack/table/compare/v8.9.3...v8.10.0) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Linkie Link --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5b40f245..ac75d47e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@sentry/nextjs": "^7.64.0", "@splinetool/react-spline": "^2.2.1", "@splinetool/runtime": "^0.9.452", - "@tanstack/react-table": "^8.9.3", + "@tanstack/react-table": "^8.10.0", "@tippyjs/react": "^4.2.6", "bignumber.js": "^9.1.2", "classnames": "^2.3.2", diff --git a/yarn.lock b/yarn.lock index 2b1e910a..8fe1fe85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3295,17 +3295,17 @@ dependencies: tslib "^2.4.0" -"@tanstack/react-table@^8.9.3": - version "8.9.3" - resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.9.3.tgz#03a52e9e15f65c82a8c697a445c42bfca0c5cfc4" - integrity sha512-Ng9rdm3JPoSCi6cVZvANsYnF+UoGVRxflMb270tVj0+LjeT/ZtZ9ckxF6oLPLcKesza6VKBqtdF9mQ+vaz24Aw== +"@tanstack/react-table@^8.10.0": + version "8.10.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.10.0.tgz#6ff84dfccdf6e567b87053f727f4b758a1a9aa01" + integrity sha512-FNhKE3525hryvuWw90xRbP16qNiq7OLJkDZopOKcwyktErLi1ibJzAN9DFwA/gR1br9SK4StXZh9JPvp9izrrQ== dependencies: - "@tanstack/table-core" "8.9.3" + "@tanstack/table-core" "8.10.0" -"@tanstack/table-core@8.9.3": - version "8.9.3" - resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.3.tgz#991da6b015f6200fdc841c48048bee5e197f6a46" - integrity sha512-NpHZBoHTfqyJk0m/s/+CSuAiwtebhYK90mDuf5eylTvgViNOujiaOaxNDxJkQQAsVvHWZftUGAx1EfO1rkKtLg== +"@tanstack/table-core@8.10.0": + version "8.10.0" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.10.0.tgz#d6e88157f536f7f29009670b207e60462c84be7f" + integrity sha512-e701yAJ18aGDP6mzVworlFAmQ+gi3Wtqx5mGZUe2BUv4W4D80dJxUfkHdtEGJ6GryAnlCCNTej7eaJiYmPhyYg== "@terra-money/terra.proto@^3.0.5": version "3.0.5"