Skip to content

Commit 750a5c6

Browse files
fix(deps): update dependency @tanstack/react-table to v8.21.3
1 parent df43a9d commit 750a5c6

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.5.1",
25-
"@tanstack/react-table": "8.20.6",
25+
"@tanstack/react-table": "8.21.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
@@ -2688,17 +2688,17 @@
26882688
dependencies:
26892689
defer-to-connect "^2.0.1"
26902690

2691-
"@tanstack/react-table@8.20.6":
2692-
version "8.20.6"
2693-
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.20.6.tgz#a1f3103327aa59aa621931f4087a7604a21054d0"
2694-
integrity sha512-w0jluT718MrOKthRcr2xsjqzx+oEM7B7s/XXyfs19ll++hlId3fjTm+B2zrR3ijpANpkzBAr15j1XGVOMxpggQ==
2691+
"@tanstack/react-table@8.21.3":
2692+
version "8.21.3"
2693+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.21.3.tgz#2c38c747a5731c1a07174fda764b9c2b1fb5e91b"
2694+
integrity sha512-5nNMTSETP4ykGegmVkhjcS8tTLW6Vl4axfEGQN3v0zdHYbK4UfoqfPChclTrJ4EoK9QynqAu9oUf8VEmrpZ5Ww==
26952695
dependencies:
2696-
"@tanstack/table-core" "8.20.5"
2696+
"@tanstack/table-core" "8.21.3"
26972697

2698-
"@tanstack/table-core@8.20.5":
2699-
version "8.20.5"
2700-
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.20.5.tgz#3974f0b090bed11243d4107283824167a395cf1d"
2701-
integrity sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==
2698+
"@tanstack/table-core@8.21.3":
2699+
version "8.21.3"
2700+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.21.3.tgz#2977727d8fc8dfa079112d9f4d4c019110f1732c"
2701+
integrity sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==
27022702

27032703
"@testing-library/dom@^9.0.0":
27042704
version "9.0.0"

0 commit comments

Comments
 (0)