Skip to content

Commit 81776da

Browse files
fix(deps): update dependency @tanstack/react-table to v8.19.1 (#5609)
1 parent 6ae53b4 commit 81776da

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.6",
25-
"@tanstack/react-table": "8.17.3",
25+
"@tanstack/react-table": "8.19.1",
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
@@ -3858,17 +3858,17 @@
38583858
dependencies:
38593859
defer-to-connect "^2.0.1"
38603860

3861-
"@tanstack/react-table@8.17.3":
3862-
version "8.17.3"
3863-
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.17.3.tgz#4e10b4cf5355a40d6d72a83d3f4b3ecd32f56bf4"
3864-
integrity sha512-5gwg5SvPD3lNAXPuJJz1fOCEZYk9/GeBFH3w/hCgnfyszOIzwkwgp5I7Q4MJtn0WECp84b5STQUDdmvGi8m3nA==
3861+
"@tanstack/react-table@8.19.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==
38653865
dependencies:
3866-
"@tanstack/table-core" "8.17.3"
3866+
"@tanstack/table-core" "8.19.1"
38673867

3868-
"@tanstack/table-core@8.17.3":
3869-
version "8.17.3"
3870-
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.17.3.tgz#d7a9830abb29cd369b52b2a7159dc0360af646fd"
3871-
integrity sha512-mPBodDGVL+fl6d90wUREepHa/7lhsghg2A3vFpakEhrhtbIlgNAZiMr7ccTgak5qbHqF14Fwy+W1yFWQt+WmYQ==
3868+
"@tanstack/table-core@8.19.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==
38723872

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

0 commit comments

Comments
 (0)