Skip to content

Commit

Permalink
fix(deps): update dependency @tanstack/react-table to v8.9.1 (#3854)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2023
1 parent e5a4789 commit b92c13e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@reduxjs/toolkit": "1.9.5",
"@tanstack/react-table": "8.9.0",
"@tanstack/react-table": "8.9.1",
"@tippyjs/react": "4.2.6",
"@vscode/webview-ui-toolkit": "1.2.2",
"classnames": "2.3.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4686,17 +4686,17 @@
dependencies:
defer-to-connect "^2.0.1"

"@tanstack/[email protected].0":
version "8.9.0"
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.9.0.tgz#5ddda736248b8271e9522337b188c4bed2f4db8e"
integrity sha512-PYI29FSk/+YDvWg52wdJiVAPOIB06VKgDdeAGMVg9IOE1E8fiNnRgrARqulmGBvEgKPtDC6ZVfeuqISZ3uNbow==
"@tanstack/[email protected].1":
version "8.9.1"
resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.9.1.tgz#bfe1d286f549b9743d99bfbeb531f2582f9d698b"
integrity sha512-yHs2m6lk5J5RNcu2dNtsDGux66wNXZjEgzxos6MRCX8gL+nqxeW3ZglqP6eANN0bGElPnjvqiUHGQvdACOr3Cw==
dependencies:
"@tanstack/table-core" "8.9.0"
"@tanstack/table-core" "8.9.1"

"@tanstack/[email protected].0":
version "8.9.0"
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.0.tgz#3ba3f6f99019d3e56a15f01b0e7f97c9b3df0dc1"
integrity sha512-lH+mimP5JBnliWIn7XUhPXFayPjCPWL4C90hjoUq4MpqW45D9fkVhpkoRQi2IDYt7PfhCVbQpzzD/q7uDa69DA==
"@tanstack/[email protected].1":
version "8.9.1"
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.1.tgz#869410ca1748c45d4e19ccfd4db7e36452611674"
integrity sha512-2+R83n8vMZND0q3W1lSiF7co9nFbeWbjAErFf27xwbeA9E0wtUu5ZDfgj+TZ6JzdAEQAgfxkk/QNFAKiS8E4MA==

"@testing-library/dom@^8.3.0":
version "8.14.0"
Expand Down

0 comments on commit b92c13e

Please sign in to comment.