Skip to content

Commit

Permalink
fix(deps): update dependency @tanstack/react-table to v8.11.4 (#5212)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent fa5ec59 commit 7f82be4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@reduxjs/toolkit": "2.0.1",
"@tanstack/react-table": "8.11.3",
"@tanstack/react-table": "8.11.4",
"@tippyjs/react": "4.2.6",
"@vscode/webview-ui-toolkit": "1.4.0",
"classnames": "2.5.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3828,17 +3828,17 @@
dependencies:
defer-to-connect "^2.0.1"

"@tanstack/[email protected].3":
version "8.11.3"
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.11.3.tgz#0af6f7d074a319920f5149eba0a64a5b71125368"
integrity sha512-Gwwm7po1MaObBguw69L+UiACkaj+eOtThQEArj/3fmUwMPiWaJcXvNG2X5Te5z2hg0HMx8h0T0Q7p5YmQlTUfw==
"@tanstack/[email protected].4":
version "8.11.4"
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.11.4.tgz#509c5e75899465e3561d8f1179150e06cc4032ef"
integrity sha512-P9OIM+4zM66wrm/27mV+UnjoFn9A/oiH7tIrtymvuq7uMAhrn20hOQCyjExM1XhRhjxyUHAXdhIjJJ3rL/FTnA==
dependencies:
"@tanstack/table-core" "8.11.3"
"@tanstack/table-core" "8.11.4"

"@tanstack/[email protected].3":
version "8.11.3"
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.11.3.tgz#89b2914b2bc6f1aaffd31582e268a52273c49179"
integrity sha512-nkcFIL696wTf1QMvhGR7dEg60OIRwEZm1OqFTYYDTRc4JOWspgrsJO3IennsOJ7ptumHWLDjV8e5BjPkZcSZAQ==
"@tanstack/[email protected].4":
version "8.11.4"
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.11.4.tgz#efc5bf23d2440b6f8c855025244df17e1584ff13"
integrity sha512-wvEl2wXJdFt3FZ+CRtOen2t6M9LwHwLKZ4BehMS2voGkCIApbTNAX9AnKZS2GNq9OjXHSj0dEQfTtZvXNk4LBQ==

"@testing-library/dom@^9.0.0":
version "9.0.0"
Expand Down

0 comments on commit 7f82be4

Please sign in to comment.