Skip to content

Commit 95fdd7a

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

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.2",
25+
"@tanstack/react-table": "8.15.3",
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].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==
3794+
"@tanstack/[email protected].3":
3795+
version "8.15.3"
3796+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.15.3.tgz#9933222642d5d5bdaea5a78cf6c5d42aa86a1c22"
3797+
integrity sha512-aocQ4WpWiAh7R+yxNp+DGQYXeVACh5lv2kk96DjYgFiHDCB0cOFoYMT/pM6eDOzeMXR9AvPoLeumTgq8/0qX+w==
37983798
dependencies:
3799-
"@tanstack/table-core" "8.15.2"
3799+
"@tanstack/table-core" "8.15.3"
38003800

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==
3801+
"@tanstack/[email protected].3":
3802+
version "8.15.3"
3803+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.15.3.tgz#1a11cef82a458e90694bedfb40dcff610e69460e"
3804+
integrity sha512-wOgV0HfEvuMOv8RlqdR9MdNNqq0uyvQtP39QOvGlggHvIObOE4exS+D5LGO8LZ3LUXxId2IlUKcHDHaGujWhUg==
38053805

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

0 commit comments

Comments
 (0)