From a4beae5d95c98286dcacde6e5e148a1b175b1dac Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sat, 2 Jul 2022 13:44:33 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Bumped=20react-table=20to=208.1.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1e24763..656e593 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "@fortawesome/fontawesome-free": "^6.1.1", "@parcel/config-default": "^2.6.0", "@redux-devtools/extension": "^3.2.2", + "@tanstack/react-table": "^8.1.1", "@types/mime-types": "^2.1.0", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.2", @@ -79,7 +80,6 @@ "react-slick": "^0.29.0", "react-sliding-pane": "^7.1.0", "react-stickynode": "^4.0.0", - "react-table": "^7.8.0", "react-textarea-autosize": "^8.3.4", "reapop": "^4.0.5", "redux-first-history": "^5.0.9", diff --git a/yarn.lock b/yarn.lock index c8e24ed..a4c1496 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2494,6 +2494,18 @@ dependencies: tslib "^2.4.0" +"@tanstack/react-table@^8.1.1": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.1.1.tgz#774b2f38ca7e3a696f342c2b717c887959651113" + integrity sha512-a6HbrapPae/DgNOyGsFH47xK3v5zYVbxQDGH7ab1+kdSfNwbL23P1fgOCTn8CgmnXO+KI9oEdkZUJ47r9h03Cg== + dependencies: + "@tanstack/table-core" "8.1.1" + +"@tanstack/table-core@8.1.1": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.1.1.tgz#61ebb779292b7d427b3ec8404f5a962d4796b87a" + integrity sha512-LvhrGH3Q3HPwah4b3ZNe1qatiS2BXjiBSQDrlQ4CkQBL8rdlrjzdXzyDL1OTJRIkYPxX2kqMgluwvgGEfw9kfg== + "@teamsupercell/typings-for-css-modules-loader@^2.5.1": version "2.5.1" resolved "https://registry.yarnpkg.com/@teamsupercell/typings-for-css-modules-loader/-/typings-for-css-modules-loader-2.5.1.tgz#9a8c5f9667de5edbc18a5e5d4c1a5c38a09ca004" @@ -12303,11 +12315,6 @@ react-swipeable@6.2.0: resolved "https://registry.yarnpkg.com/react-swipeable/-/react-swipeable-6.2.0.tgz#057271cb7a6fb4af9d2a3f6d80ccdf33e2f64d47" integrity sha512-nWQ8dEM8e/uswZLSIkXUsAnQmnX4MTcryOHBQIQYRMJFDpgDBSiVbKsz/BZVCIScF4NtJh16oyxwaNOepR6xSw== -react-table@^7.8.0: - version "7.8.0" - resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.8.0.tgz#07858c01c1718c09f7f1aed7034fcfd7bda907d2" - integrity sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA== - react-textarea-autosize@^8.3.4: version "8.3.4" resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.3.4.tgz#270a343de7ad350534141b02c9cb78903e553524"