Skip to content

Commit fcaae85

Browse files
fix(deps): update dependency @tanstack/react-table to v8.9.3 (#4201)
1 parent e846b1f commit fcaae85

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.2",
25+
"@tanstack/react-table": "8.9.3",
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
@@ -4728,17 +4728,17 @@
47284728
dependencies:
47294729
defer-to-connect "^2.0.1"
47304730

4731-
"@tanstack/[email protected].2":
4732-
version "8.9.2"
4733-
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.9.2.tgz#31b9e72387b888fca200d3397d11cc1baf7fa841"
4734-
integrity sha512-Irvw4wqVF9hhuYzmNrlae4IKdlmgSyoRWnApSLebvYzqHoi5tEsYzBj6YPd0hX78aB/L+4w/jgK2eBQVpGfThQ==
4731+
"@tanstack/[email protected].3":
4732+
version "8.9.3"
4733+
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.9.3.tgz#03a52e9e15f65c82a8c697a445c42bfca0c5cfc4"
4734+
integrity sha512-Ng9rdm3JPoSCi6cVZvANsYnF+UoGVRxflMb270tVj0+LjeT/ZtZ9ckxF6oLPLcKesza6VKBqtdF9mQ+vaz24Aw==
47354735
dependencies:
4736-
"@tanstack/table-core" "8.9.2"
4736+
"@tanstack/table-core" "8.9.3"
47374737

4738-
"@tanstack/[email protected].2":
4739-
version "8.9.2"
4740-
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.2.tgz#0402364a2a9692edf04e05ee6f385dfa27271da5"
4741-
integrity sha512-ajc0OF+karBAdaSz7OK09rCoAHB1XI1+wEhu+tDNMPc+XcO+dTlXXN/Vc0a8vym4kElvEjXEDd9c8Zfgt4bekA==
4738+
"@tanstack/[email protected].3":
4739+
version "8.9.3"
4740+
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.3.tgz#991da6b015f6200fdc841c48048bee5e197f6a46"
4741+
integrity sha512-NpHZBoHTfqyJk0m/s/+CSuAiwtebhYK90mDuf5eylTvgViNOujiaOaxNDxJkQQAsVvHWZftUGAx1EfO1rkKtLg==
47424742

47434743
"@testing-library/dom@^9.0.0":
47444744
version "9.0.0"

0 commit comments

Comments
 (0)