Skip to content

Commit 6ca6288

Browse files
fix(deps): update dependency @tanstack/react-table to v8.15.1 (#5437)
1 parent ad7232a commit 6ca6288

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.2.2",
25-
"@tanstack/react-table": "8.15.0",
25+
"@tanstack/react-table": "8.15.1",
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
@@ -3791,17 +3791,17 @@
37913791
dependencies:
37923792
defer-to-connect "^2.0.1"
37933793

3794-
"@tanstack/[email protected].0":
3795-
version "8.15.0"
3796-
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.15.0.tgz#668ceb9f396d33409165d5b9bee7734b657061c6"
3797-
integrity sha512-8K4RSROUtXUtfiezV6Ehl8z99axFrkQnxXi0vjWBJv3Tsm5x4EyrgXI7d2tOOMoANykKZLB6S1sGZGemoMRt7Q==
3794+
"@tanstack/[email protected].1":
3795+
version "8.15.1"
3796+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.15.1.tgz#4dbff4fde44ce8f78ab13e29dd71480497d2807b"
3797+
integrity sha512-647xC6ARKU3+AGFz6I0J36I8mKrgtMl46evd0ns9jsJmO3Jfs2l6zS7mSx01BlGGUzNxEmPThW4zzrFSpEDhvQ==
37983798
dependencies:
3799-
"@tanstack/table-core" "8.14.0"
3799+
"@tanstack/table-core" "8.15.1"
38003800

3801-
"@tanstack/table-core@8.14.0":
3802-
version "8.14.0"
3803-
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.14.0.tgz#4c9fe8b74949bb0ffe4ac8b1937beaff1f3a19de"
3804-
integrity sha512-wDhpKJahGHWhmRt4RxtV3pES63CoeadljGWS/xeS9OJr1HBl2NB+OO44ht3sxDH5j5TRDAbQzC0NvSlsUfn7lQ==
3801+
"@tanstack/table-core@8.15.1":
3802+
version "8.15.1"
3803+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.15.1.tgz#246fa00a16415c10386cc513145ca5c4a0867637"
3804+
integrity sha512-Ra+LKPv4Z0/kKovm9KPm9TcoRQN+0lY0Ohu9H+C9hzmFHzMSug4xF/3jzu8jmuuyTeyvj0A0QsAD5XQ8vad8bQ==
38053805

38063806
"@testing-library/dom@^9.0.0":
38073807
version "9.0.0"

0 commit comments

Comments
 (0)