Skip to content

Commit a4576b6

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 39cb580 commit a4576b6

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

Diff for: package.json

+1-1
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": "*",

Diff for: yarn.lock

+6-17
Original file line numberDiff line numberDiff line change
@@ -5044,13 +5044,6 @@
50445044
hoist-non-react-statics "^3.3.0"
50455045
redux "^4.0.0"
50465046

5047-
"@types/react-table@^6.8.5":
5048-
version "6.8.6"
5049-
resolved "https://registry.yarnpkg.com/@types/react-table/-/react-table-6.8.6.tgz#6033868003541777e253478798c4dd0b588f0f3e"
5050-
integrity sha512-mCgyjD1KiMfZMHixOEzv7qXh5TSfmvgNbOb8qKLcTJbnGgsVSalcEdrNqASyaMp79MvdbMzxAcFQ3lftzmH7MA==
5051-
dependencies:
5052-
"@types/react" "*"
5053-
50545047
"@types/react@*":
50555048
version "16.9.17"
50565049
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e"
@@ -7336,7 +7329,7 @@ class-utils@^0.3.5:
73367329
isobject "^3.0.0"
73377330
static-extend "^0.1.1"
73387331

7339-
classnames@^2.2.5, classnames@^2.2.6:
7332+
classnames@^2.2.6:
73407333
version "2.2.6"
73417334
resolved "https://registry.npm.taobao.org/classnames/download/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
73427335
integrity sha1-Q5Nb/90pHzJtrQogUwmzjQD2UM4=
@@ -16269,7 +16262,7 @@ [email protected], "react-is@^16.12.0 || ^17.0.0", react-is@^17.0.0, react-is@^17.
1626916262
resolved "https://registry.nlark.com/react-is/download/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1627016263
integrity sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=
1627116264

16272-
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:
16265+
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.4:
1627316266
version "16.13.1"
1627416267
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1627516268
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -16465,14 +16458,10 @@ react-style-proptype@^3.2.2:
1646516458
dependencies:
1646616459
prop-types "^15.5.4"
1646716460

16468-
react-table@^6.11.5:
16469-
version "6.11.5"
16470-
resolved "https://registry.yarnpkg.com/react-table/-/react-table-6.11.5.tgz#84e52885db426a07a6c4ce2c7e942f2cd4e2aa58"
16471-
integrity sha512-LM+AS9v//7Y7lAlgTWW/cW6Sn5VOb3EsSkKQfQTzOW8FngB1FUskLLNEVkAYsTX9LjOWR3QlGjykJqCE6eXT/g==
16472-
dependencies:
16473-
"@types/react-table" "^6.8.5"
16474-
classnames "^2.2.5"
16475-
react-is "^16.8.1"
16461+
react-table@^7.8.0:
16462+
version "7.8.0"
16463+
resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.8.0.tgz#07858c01c1718c09f7f1aed7034fcfd7bda907d2"
16464+
integrity sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA==
1647616465

1647716466
react-test-renderer@^17.0.0, react-test-renderer@^17.0.2:
1647816467
version "17.0.2"

0 commit comments

Comments
 (0)