Skip to content

Commit 5eb447b

Browse files
Bump react-table from 6.11.5 to 7.7.0
Bumps [react-table](https://github.com/tannerlinsley/react-table) from 6.11.5 to 7.7.0. - [Release notes](https://github.com/tannerlinsley/react-table/releases) - [Changelog](https://github.com/tannerlinsley/react-table/blob/master/CHANGELOG.md) - [Commits](https://github.com/tannerlinsley/react-table/commits/v7.7.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2af53d0 commit 5eb447b

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-simple-code-editor": "^0.11.0",
3131
"react-simple-tree-menu": "^1.1.18",
3232
"react-split-pane": "^0.1.92",
33-
"react-table": "^6.11.5",
33+
"react-table": "^7.7.0",
3434
"redux": "^4.1.1",
3535
"redux-thunk": "^2.3.0",
3636
"typescript": "*",

yarn.lock

+4-15
Original file line numberDiff line numberDiff line change
@@ -3567,13 +3567,6 @@
35673567
dependencies:
35683568
"@types/react" "*"
35693569

3570-
"@types/react-table@^6.8.5":
3571-
version "6.8.6"
3572-
resolved "https://registry.yarnpkg.com/@types/react-table/-/react-table-6.8.6.tgz#6033868003541777e253478798c4dd0b588f0f3e"
3573-
integrity sha512-mCgyjD1KiMfZMHixOEzv7qXh5TSfmvgNbOb8qKLcTJbnGgsVSalcEdrNqASyaMp79MvdbMzxAcFQ3lftzmH7MA==
3574-
dependencies:
3575-
"@types/react" "*"
3576-
35773570
"@types/react@*":
35783571
version "16.9.17"
35793572
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e"
@@ -14785,14 +14778,10 @@ react-syntax-highlighter@^13.5.0:
1478514778
prismjs "^1.21.0"
1478614779
refractor "^3.1.0"
1478714780

14788-
react-table@^6.11.5:
14789-
version "6.11.5"
14790-
resolved "https://registry.yarnpkg.com/react-table/-/react-table-6.11.5.tgz#84e52885db426a07a6c4ce2c7e942f2cd4e2aa58"
14791-
integrity sha512-LM+AS9v//7Y7lAlgTWW/cW6Sn5VOb3EsSkKQfQTzOW8FngB1FUskLLNEVkAYsTX9LjOWR3QlGjykJqCE6eXT/g==
14792-
dependencies:
14793-
"@types/react-table" "^6.8.5"
14794-
classnames "^2.2.5"
14795-
react-is "^16.8.1"
14781+
react-table@^7.7.0:
14782+
version "7.7.0"
14783+
resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.7.0.tgz#e2ce14d7fe3a559f7444e9ecfe8231ea8373f912"
14784+
integrity sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA==
1479614785

1479714786
react-test-renderer@^17.0.0, react-test-renderer@^17.0.2:
1479814787
version "17.0.2"

0 commit comments

Comments
 (0)