Skip to content

Commit 5f9151a

Browse files
fix(deps): update dependency @tanstack/react-table to v8.11.7 (#5243)
1 parent f99db4c commit 5f9151a

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": "2.0.1",
25-
"@tanstack/react-table": "8.11.6",
25+
"@tanstack/react-table": "8.11.7",
2626
"@tippyjs/react": "4.2.6",
2727
"@vscode/webview-ui-toolkit": "1.4.0",
2828
"classnames": "2.5.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3816,17 +3816,17 @@
38163816
dependencies:
38173817
defer-to-connect "^2.0.1"
38183818

3819-
"@tanstack/[email protected].6":
3820-
version "8.11.6"
3821-
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.11.6.tgz#ae234355eaae230ede95ebcbadb3251482eb6087"
3822-
integrity sha512-i0heTVZtuHF9VPMwcYoZ21hbzGDmLjxHYemDMvbGpjk5fUZ8nLF3S8qjVRU79XfPW8KK9o7iTU2fGFVQQmxMSQ==
3819+
"@tanstack/[email protected].7":
3820+
version "8.11.7"
3821+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.11.7.tgz#a2934c1ee32025d58c9dc4d13cbc15fe0a3e045e"
3822+
integrity sha512-ZbzfMkLjxUTzNPBXJYH38pv2VpC9WUA+Qe5USSHEBz0dysDTv4z/ARI3csOed/5gmlmrPzVUN3UXGuUMbod3Jg==
38233823
dependencies:
3824-
"@tanstack/table-core" "8.11.6"
3824+
"@tanstack/table-core" "8.11.7"
38253825

3826-
"@tanstack/[email protected].6":
3827-
version "8.11.6"
3828-
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.11.6.tgz#ab753617b64d72f868f6ea4666059912f0c98441"
3829-
integrity sha512-69WEY1PaZROaGYUrseng4/4sMYnRGhDe1vM6888CnWekGz/wuCnvqwOoOuKGYivnaiI4BVmZq4WKWhvahyj3/g==
3826+
"@tanstack/[email protected].7":
3827+
version "8.11.7"
3828+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.11.7.tgz#266af5af8576e8860df8abfe4e32e9c4ffbc76b0"
3829+
integrity sha512-N3ksnkbPbsF3PjubuZCB/etTqvctpXWRHIXTmYfJFnhynQKjeZu8BCuHvdlLPpumKbA+bjY4Ay9AELYLOXPWBg==
38303830

38313831
"@testing-library/dom@^9.0.0":
38323832
version "9.0.0"

0 commit comments

Comments
 (0)