Skip to content

Commit 7877490

Browse files
fix(deps): update dependency @tanstack/react-table to v8.15.2 (#5438)
1 parent f7bcdb7 commit 7877490

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.1",
25+
"@tanstack/react-table": "8.15.2",
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].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==
3794+
"@tanstack/[email protected].2":
3795+
version "8.15.2"
3796+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.15.2.tgz#bd95839576307b75a52ce4cdeec545d0fd684b3c"
3797+
integrity sha512-IJyTmCc2LWaRPjA8vK0kPkdrcs2MM0neCoXS3cazg8X3OkWt/bsJh6ieuK8jbQ1Gi0dxwvNlGCW2AVYOaxCbNA==
37983798
dependencies:
3799-
"@tanstack/table-core" "8.15.1"
3799+
"@tanstack/table-core" "8.15.2"
38003800

3801-
"@tanstack/[email protected].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==
3801+
"@tanstack/[email protected].2":
3802+
version "8.15.2"
3803+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.15.2.tgz#56997efdf75e7845a8227c5bf5b894df754fee48"
3804+
integrity sha512-OIBS4seJSr+J70rSLon8taWxcaGozMEu5B2CrNBwRG0gZbSbW6FtsE+neJHynl6Bqy7wN5HqaUZz67V1ysCq9w==
38053805

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

0 commit comments

Comments
 (0)