Skip to content

Commit b29771f

Browse files
fix(deps): update dependency @tanstack/react-table to v8.10.0 (#4715)
1 parent 2b4fc8d commit b29771f

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": "1.9.5",
25-
"@tanstack/react-table": "8.9.11",
25+
"@tanstack/react-table": "8.10.0",
2626
"@tippyjs/react": "4.2.6",
2727
"@vscode/webview-ui-toolkit": "1.2.2",
2828
"classnames": "2.3.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5565,17 +5565,17 @@
55655565
dependencies:
55665566
defer-to-connect "^2.0.1"
55675567

5568-
"@tanstack/react-table@8.9.11":
5569-
version "8.9.11"
5570-
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.9.11.tgz#1a6bce0a4325acb7bc1b2ee9228aec0a5da62204"
5571-
integrity sha512-OaOtAd7QnuAM+XAQ9DyB+ZGFTUyA3v4dfxa7x9GP4V1zilk/W88dTfnLc8p5r4QX0TTUhrhvzFR/zF6HP73JcQ==
5568+
"@tanstack/react-table@8.10.0":
5569+
version "8.10.0"
5570+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.10.0.tgz#6ff84dfccdf6e567b87053f727f4b758a1a9aa01"
5571+
integrity sha512-FNhKE3525hryvuWw90xRbP16qNiq7OLJkDZopOKcwyktErLi1ibJzAN9DFwA/gR1br9SK4StXZh9JPvp9izrrQ==
55725572
dependencies:
5573-
"@tanstack/table-core" "8.9.11"
5573+
"@tanstack/table-core" "8.10.0"
55745574

5575-
"@tanstack/table-core@8.9.11":
5576-
version "8.9.11"
5577-
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.11.tgz#d448325bb8c1fd2364fd40c46deae0e9833f6396"
5578-
integrity sha512-TkMu0xA4ZxDXwFQUt9GAna3RGPH+yRJ7YqpeJAhUzSjaJNQjIsypG/s6t4EW6t5Q8cQJIZ9CzusqrQ0dXayGRQ==
5575+
"@tanstack/table-core@8.10.0":
5576+
version "8.10.0"
5577+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.10.0.tgz#d6e88157f536f7f29009670b207e60462c84be7f"
5578+
integrity sha512-e701yAJ18aGDP6mzVworlFAmQ+gi3Wtqx5mGZUe2BUv4W4D80dJxUfkHdtEGJ6GryAnlCCNTej7eaJiYmPhyYg==
55795579

55805580
"@testing-library/dom@^9.0.0":
55815581
version "9.0.0"

0 commit comments

Comments
 (0)