From 4813b4b4830a86460b7290ef0524a459fcb7c079 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 22:09:42 +0000 Subject: [PATCH] Bump react-table from 7.0.4 to 7.5.0 Bumps [react-table](https://github.com/tannerlinsley/react-table) from 7.0.4 to 7.5.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/compare/v7.0.4...v7.5.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index db23ae1d9..76fa85ab0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-router-dom": "5.1.2", "react-scripts": "3.4.1", "react-select": "3.1.0", - "react-table": "7.0.4", + "react-table": "7.5.0", "react-tagsinput": "3.19.0", "reactstrap": "5.0.0-alpha.4" }, diff --git a/yarn.lock b/yarn.lock index c0216f6aa..aa11ebfdb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1561,11 +1561,6 @@ resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.3.21.tgz#5264d12019ffb844dc1fc44d55517ded7b580ee2" integrity sha512-Wcu3CFJV+iiqPEIoPVx3/CYnZBRgPeRABo6bLJByRH9ptJXyObn7WYPG7Rv0cg3+55bqcBbG0xEfovzwE2PNXg== -"@scarf/scarf@^0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-0.1.5.tgz#fc4cc88294eca336eed9a91549180346de5e6946" - integrity sha512-Fx6atDc7JM1r0WkPCDhNetVZNp+DO21q/HGlomAKBG+k8vb1B8fg8Yige4oCf1P9OWTZWm5tM5i3jlXhrSbNOg== - "@svgr/babel-plugin-add-jsx-attribute@^4.2.0": version "4.2.0" resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz#dadcb6218503532d6884b210e7f3c502caaa44b1" @@ -9891,12 +9886,10 @@ react-select@3.1.0: react-input-autosize "^2.2.2" react-transition-group "^4.3.0" -react-table@7.0.4: - version "7.0.4" - resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.0.4.tgz#456838661982c83c3682f156c59a41b4339a2120" - integrity sha512-Uqpj+VnUIvsNWNtNFD1z2i7OCHdlhoJtQt0DWx3XOkZnvDyI/eCghK8YBfA9mY4TW7vEgCDLaRCcREC/fmcx6Q== - dependencies: - "@scarf/scarf" "^0.1.5" +react-table@7.5.0: + version "7.5.0" + resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.5.0.tgz#87326d92cdffbbf970f49b395bcafc3f84989ddf" + integrity sha512-hLsbNqLJkkYiATVteM8mthP8y5vnLPB2qdi9FeGZjsvb2m5vxj6cavIgk35oulvBmYD6Kox0HFfI332HPZpC7w== react-tagsinput@3.19.0: version "3.19.0"