Skip to content

Commit 9bf2d02

Browse files
fix(deps): update dependency @tanstack/react-table to v8.19.3 (#5637)
1 parent 8103e46 commit 9bf2d02

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.2",
25+
"@tanstack/react-table": "8.19.3",
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].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==
3861+
"@tanstack/[email protected].3":
3862+
version "8.19.3"
3863+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.19.3.tgz#be1d9ee991ac06b7d4d17cc5c66469ac157bfd8a"
3864+
integrity sha512-MtgPZc4y+cCRtU16y1vh1myuyZ2OdkWgMEBzyjYsoMWMicKZGZvcDnub3Zwb6XF2pj9iRMvm1SO1n57lS0vXLw==
38653865
dependencies:
3866-
"@tanstack/table-core" "8.19.2"
3866+
"@tanstack/table-core" "8.19.3"
38673867

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==
3868+
"@tanstack/[email protected].3":
3869+
version "8.19.3"
3870+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.19.3.tgz#669e3eca2179ee3456fc068fed8683df01607c43"
3871+
integrity sha512-IqREj9ADoml9zCAouIG/5kCGoyIxPFdqdyoxis9FisXFi5vT+iYfEfLosq4xkU/iDbMcEuAj+X8dWRLvKYDNoQ==
38723872

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

0 commit comments

Comments
 (0)