Skip to content

Commit 9b8ad37

Browse files
fix(deps): update dependency @tanstack/react-table to v8.19.2 (#5610)
1 parent 67949af commit 9b8ad37

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

webview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@reduxjs/toolkit": "2.2.6",
25-
"@tanstack/react-table": "8.19.1",
25+
"@tanstack/react-table": "8.19.2",
2626
"@tippyjs/react": "4.2.6",
2727
"@vscode/webview-ui-toolkit": "1.4.0",
2828
"classnames": "2.5.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3858,17 +3858,17 @@
38583858
dependencies:
38593859
defer-to-connect "^2.0.1"
38603860

3861-
"@tanstack/[email protected].1":
3862-
version "8.19.1"
3863-
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.19.1.tgz#a10c1cff9857226bfb667bc78b6e04cef9f959d7"
3864-
integrity sha512-2jWJ2mhaXtBZ2h4k6azADFFrAPOGHw/fy/obIXwfCMFf63BKW/tHLp87oWDotFN/aKUo5Vj2cGBDRXfwTgiYPg==
3861+
"@tanstack/[email protected].2":
3862+
version "8.19.2"
3863+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.19.2.tgz#25ee691d12b8e6e0fca32f8e8cf465ee172009af"
3864+
integrity sha512-itoSIAkA/Vsg+bjY23FSemcTyPhc5/1YjYyaMsr9QSH/cdbZnQxHVWrpWn0Sp2BWN71qkzR7e5ye8WuMmwyOjg==
38653865
dependencies:
3866-
"@tanstack/table-core" "8.19.1"
3866+
"@tanstack/table-core" "8.19.2"
38673867

3868-
"@tanstack/[email protected].1":
3869-
version "8.19.1"
3870-
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.19.1.tgz#ee497cc79a8de68befb0ac460b40ab8f6fdce6a9"
3871-
integrity sha512-HePba/tRC6MCSHi8o9LktxpOfkV8u2hjGHllHNl5E6+/8mgtSuOSRr5VempH33qsYeIfgk42SiiayP777LZ9kQ==
3868+
"@tanstack/[email protected].2":
3869+
version "8.19.2"
3870+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.19.2.tgz#5fc8ede54f18867f74715ad93927f7df4d255209"
3871+
integrity sha512-KpRjhgehIhbfH78ARm/GJDXGnpdw4bCg3qas6yjWSi7czJhI/J6pWln7NHtmBkGE9ZbohiiNtLqwGzKmBfixig==
38723872

38733873
"@testing-library/dom@^9.0.0":
38743874
version "9.0.0"

0 commit comments

Comments
 (0)