Skip to content

Commit e78eeb0

Browse files
Bump react-table from 6.11.5 to 7.8.0
Bumps [react-table](https://github.com/tannerlinsley/react-table) from 6.11.5 to 7.8.0. - [Release notes](https://github.com/tannerlinsley/react-table/releases) - [Commits](https://github.com/tannerlinsley/react-table/commits) --- updated-dependencies: - dependency-name: react-table dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecf4494 commit e78eeb0

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-simple-code-editor": "^0.11.3",
3232
"react-simple-tree-menu": "^1.1.18",
3333
"react-split-pane": "^0.1.92",
34-
"react-table": "^6.11.5",
34+
"react-table": "^7.8.0",
3535
"redux": "^4.2.0",
3636
"redux-thunk": "^2.4.1",
3737
"typescript": "*",

yarn.lock

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3667,13 +3667,6 @@
36673667
dependencies:
36683668
"@types/react" "*"
36693669

3670-
"@types/react-table@^6.8.5":
3671-
version "6.8.6"
3672-
resolved "https://registry.yarnpkg.com/@types/react-table/-/react-table-6.8.6.tgz#6033868003541777e253478798c4dd0b588f0f3e"
3673-
integrity sha512-mCgyjD1KiMfZMHixOEzv7qXh5TSfmvgNbOb8qKLcTJbnGgsVSalcEdrNqASyaMp79MvdbMzxAcFQ3lftzmH7MA==
3674-
dependencies:
3675-
"@types/react" "*"
3676-
36773670
"@types/react@*":
36783671
version "16.9.17"
36793672
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e"
@@ -14275,7 +14268,7 @@ [email protected]:
1427514268
resolved "https://registry.nlark.com/react-is/download/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1427614269
integrity sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=
1427714270

14278-
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4:
14271+
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.4:
1427914272
version "16.13.1"
1428014273
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1428114274
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -14499,14 +14492,10 @@ react-syntax-highlighter@^13.5.0:
1449914492
prismjs "^1.21.0"
1450014493
refractor "^3.1.0"
1450114494

14502-
react-table@^6.11.5:
14503-
version "6.11.5"
14504-
resolved "https://registry.yarnpkg.com/react-table/-/react-table-6.11.5.tgz#84e52885db426a07a6c4ce2c7e942f2cd4e2aa58"
14505-
integrity sha512-LM+AS9v//7Y7lAlgTWW/cW6Sn5VOb3EsSkKQfQTzOW8FngB1FUskLLNEVkAYsTX9LjOWR3QlGjykJqCE6eXT/g==
14506-
dependencies:
14507-
"@types/react-table" "^6.8.5"
14508-
classnames "^2.2.5"
14509-
react-is "^16.8.1"
14495+
react-table@^7.8.0:
14496+
version "7.8.0"
14497+
resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.8.0.tgz#07858c01c1718c09f7f1aed7034fcfd7bda907d2"
14498+
integrity sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA==
1451014499

1451114500
react-test-renderer@^17.0.0, react-test-renderer@^17.0.2:
1451214501
version "17.0.2"

0 commit comments

Comments
 (0)