Skip to content

Commit

Permalink
build(deps): bump @tanstack/react-table from 8.9.1 to 8.11.0
Browse files Browse the repository at this point in the history
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](TanStack/table@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent f2877b0 commit c036e3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c036e3a

Please sign in to comment.