Skip to content

Commit 5ba1e1e

Browse files
fix(deps): update dependency @tanstack/react-table to v8.12.0 (#5321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82c4a21 commit 5ba1e1e

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.0",
25-
"@tanstack/react-table": "8.11.8",
25+
"@tanstack/react-table": "8.12.0",
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
@@ -3835,17 +3835,17 @@
38353835
dependencies:
38363836
defer-to-connect "^2.0.1"
38373837

3838-
"@tanstack/react-table@8.11.8":
3839-
version "8.11.8"
3840-
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.11.8.tgz#4eef4a2d91116ca51c8c9b2f00b455d8d99886c7"
3841-
integrity sha512-NEwvIq4iSiDQozEyvbdiSdCOiLa+g5xHmdEnvwDb98FObcK6YkBOkRrs/CNqrKdDy+/lqoIllIWHk+M80GW6+g==
3838+
"@tanstack/react-table@8.12.0":
3839+
version "8.12.0"
3840+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.12.0.tgz#069210657f9f6c6c17584cc955a8ebb25b8642f8"
3841+
integrity sha512-LlEQ1Gpz4bfpiET+qmle4BhKDgKN3Y/sssc+O/wLqX8HRtjV+nhusYbllZlutZfMR8oeef83whKTj/VhaV8EeA==
38423842
dependencies:
3843-
"@tanstack/table-core" "8.11.8"
3843+
"@tanstack/table-core" "8.12.0"
38443844

3845-
"@tanstack/table-core@8.11.8":
3846-
version "8.11.8"
3847-
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.11.8.tgz#7f46c31894249dbb57e43ad95c80e891236a895f"
3848-
integrity sha512-DECHvtq4YW4U/gqg6etup7ydt/RB1Bi1pJaMpHUXl65ooW1d71Nv7BzD66rUdHrBSNdyiW3PLTPUQlpXjAgDeA==
3845+
"@tanstack/table-core@8.12.0":
3846+
version "8.12.0"
3847+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.12.0.tgz#ada34e17ca761fed99353b48e8cb7deacc971025"
3848+
integrity sha512-cq/ylWVrOwixmwNXQjgZaQw1Izf7+nPxjczum7paAnMtwPg1S2qRAJU+Jb8rEBUWm69voC/zcChmePlk2hc6ug==
38493849

38503850
"@testing-library/dom@^9.0.0":
38513851
version "9.0.0"

0 commit comments

Comments
 (0)