Skip to content

Commit 6380f60

Browse files
Bump react-table from 6.8.6 to 7.8.0 in /client
Bumps [react-table](https://github.com/tannerlinsley/react-table) from 6.8.6 to 7.8.0. - [Release notes](https://github.com/tannerlinsley/react-table/releases) - [Commits](TanStack/table@v6.8.6...v7.8.0) --- updated-dependencies: - dependency-name: react-table dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52e9c4f commit 6380f60

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react-router-dom": "^4.3.1",
3939
"react-scripts": "5.0.1",
4040
"react-select": "^5.8.0",
41-
"react-table": "6.8.6",
41+
"react-table": "7.8.0",
4242
"react-tooltip": "^5.26.3",
4343
"sass": "^1.74.1",
4444
"source-map-explorer": "^2.5.3",

client/yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3432,7 +3432,7 @@ cjs-module-lexer@^1.0.0:
34323432
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz#6c370ab19f8a3394e318fe682686ec0ac684d107"
34333433
integrity sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==
34343434

3435-
classnames@^2.2.5, classnames@^2.2.6, classnames@^2.3.0:
3435+
classnames@^2.2.6, classnames@^2.3.0:
34363436
version "2.5.1"
34373437
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b"
34383438
integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==
@@ -8569,12 +8569,10 @@ react-select@^5.8.0:
85698569
react-transition-group "^4.3.0"
85708570
use-isomorphic-layout-effect "^1.1.2"
85718571

8572-
8573-
version "6.8.6"
8574-
resolved "https://registry.yarnpkg.com/react-table/-/react-table-6.8.6.tgz#a0ad8b4839319052d5befc012603fb161e52ede3"
8575-
integrity sha512-vqo10kd6sHm39DuTa+lfMpa+dVZYfZDBDscw6gNn/ilR9QRZbmpaiteNWnyn5XxLcK+1V7UuJ3+yQvTdTsdWKQ==
8576-
dependencies:
8577-
classnames "^2.2.5"
8572+
8573+
version "7.8.0"
8574+
resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.8.0.tgz#07858c01c1718c09f7f1aed7034fcfd7bda907d2"
8575+
integrity sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA==
85788576

85798577
react-tooltip@^5.26.3:
85808578
version "5.26.3"

0 commit comments

Comments
 (0)