From 0eeb5fe30032082d2f96835bf12d868d6f8ad5b4 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 4 Aug 2022 10:17:01 +0300 Subject: [PATCH] Add react-table 8.5.5 dependency Signed-off-by: Alex Andreev --- package.json | 3 +-- yarn.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 7d04de70a7..004679c5c7 100644 --- a/package.json +++ b/package.json @@ -217,6 +217,7 @@ "@sentry/electron": "^3.0.7", "@sentry/integrations": "^6.19.3", "@side/jest-runtime": "^1.0.1", + "@tanstack/react-table": "^8.5.5", "@types/circular-dependency-plugin": "5.0.5", "abort-controller": "^3.0.0", "auto-bind": "^4.0.0", @@ -331,7 +332,6 @@ "@types/react-dom": "^17.0.16", "@types/react-router": "^5.1.18", "@types/react-router-dom": "^5.3.3", - "@types/react-table": "^7.7.12", "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", "@types/readable-stream": "^2.3.13", @@ -402,7 +402,6 @@ "react-router-dom": "^5.3.3", "react-select": "^5.4.0", "react-select-event": "^5.5.0", - "react-table": "^7.8.0", "react-window": "^1.8.7", "sass": "^1.53.0", "sass-loader": "^12.6.0", diff --git a/yarn.lock b/yarn.lock index 7370e84284..a93949341a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1542,6 +1542,18 @@ dependencies: defer-to-connect "^2.0.0" +"@tanstack/react-table@^8.5.5": + version "8.5.5" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.5.5.tgz#061ec485f96e678aaf544d6ebac96b96e2902b92" + integrity sha512-3uE150rvw1ibx5veC69MA4eaeiDgGh1bIqAY4gp9SR5THNzGqM8KSGPLlgPjcr31jlHdXkU0NpzMeVwWC0NAxQ== + dependencies: + "@tanstack/table-core" "8.5.5" + +"@tanstack/table-core@8.5.5": + version "8.5.5" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.5.5.tgz#ffb334244a8d7efa696b321661c5892cc2a69502" + integrity sha512-p5YBvhw+R3CIj/Wg4sZxe3Lsp1Fk1PATRFWTdKaADldG9XWiGDhr3e0IeyVkUoBwcJzf6paXzZK6gSb3++lSKA== + "@testing-library/dom@>=7", "@testing-library/dom@^8.0.0": version "8.13.0" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.13.0.tgz#bc00bdd64c7d8b40841e27a70211399ad3af46f5" @@ -2204,13 +2216,6 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react-table@^7.7.12": - version "7.7.12" - resolved "https://registry.yarnpkg.com/@types/react-table/-/react-table-7.7.12.tgz#628011d3cb695b07c678704a61f2f1d5b8e567fd" - integrity sha512-bRUent+NR/WwtDGwI/BqhZ8XnHghwHw0HUKeohzB5xN3K2qKWYE5w19e7GCuOkL1CXD9Gi1HFy7TIm2AvgWUHg== - dependencies: - "@types/react" "*" - "@types/react-transition-group@^4.2.0", "@types/react-transition-group@^4.4.0": version "4.4.4" resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.4.tgz#acd4cceaa2be6b757db61ed7b432e103242d163e" @@ -10985,11 +10990,6 @@ react-swipeable@^6.1.0: resolved "https://registry.yarnpkg.com/react-swipeable/-/react-swipeable-6.2.2.tgz#52ba570f3a7a90db7093094ec476f3d151f727d1" integrity sha512-Oz7nSFrssvq2yvy05aNL3F+yBUqSvLsK6x1mu+rQFOpMdQVnt4izKt1vyjvvTb70q6GQOaSpaB6qniROW2MAzQ== -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-transition-group@^4.3.0, react-transition-group@^4.4.0: version "4.4.2" resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.2.tgz#8b59a56f09ced7b55cbd53c36768b922890d5470"