Skip to content

Commit fcf327b

Browse files
fix(deps): update dependency @tanstack/react-table to v8.10.7 (#4866)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb792b4 commit fcf327b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

webview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@reduxjs/toolkit": "1.9.7",
25-
"@tanstack/react-table": "8.10.6",
25+
"@tanstack/react-table": "8.10.7",
2626
"@tippyjs/react": "4.2.6",
2727
"@vscode/webview-ui-toolkit": "1.2.2",
2828
"classnames": "2.3.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5580,17 +5580,17 @@
55805580
dependencies:
55815581
defer-to-connect "^2.0.1"
55825582

5583-
"@tanstack/[email protected].6":
5584-
version "8.10.6"
5585-
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.10.6.tgz#a8c03cc06ac890bce4404739b9356059c4259dd4"
5586-
integrity sha512-D0VEfkIYnIKdy6SHiBNEaMc4SxO+MV7ojaPhRu8jP933/gbMi367+Wul2LxkdovJ5cq6awm0L1+jgxdS/unzIg==
5583+
"@tanstack/[email protected].7":
5584+
version "8.10.7"
5585+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.10.7.tgz#733f4bee8cf5aa19582f944dd0fd3224b21e8c94"
5586+
integrity sha512-bXhjA7xsTcsW8JPTTYlUg/FuBpn8MNjiEPhkNhIGCUR6iRQM2+WEco4OBpvDeVcR9SE+bmWLzdfiY7bCbCSVuA==
55875587
dependencies:
5588-
"@tanstack/table-core" "8.10.6"
5588+
"@tanstack/table-core" "8.10.7"
55895589

5590-
"@tanstack/[email protected].6":
5591-
version "8.10.6"
5592-
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.10.6.tgz#c79d145dfc3dc9947a2b1cdac82cd4ec4cef822a"
5593-
integrity sha512-9t8brthhAmCBIjzk7fCDa/kPKoLQTtA31l9Ir76jYxciTlHU61r/6gYm69XF9cbg9n88gVL5y7rNpeJ2dc1AFA==
5590+
"@tanstack/[email protected].7":
5591+
version "8.10.7"
5592+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.10.7.tgz#577e8a635048875de4c9d6d6a3c21d26ff9f9d08"
5593+
integrity sha512-KQk5OMg5OH6rmbHZxuNROvdI+hKDIUxANaHlV+dPlNN7ED3qYQ/WkpY2qlXww1SIdeMlkIhpN/2L00rof0fXFw==
55945594

55955595
"@testing-library/dom@^9.0.0":
55965596
version "9.0.0"

0 commit comments

Comments
 (0)