Skip to content

Commit 512152e

Browse files
authored
chore: update react-table & react-virtual (#725)
closes #531
1 parent 3cde696 commit 512152e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"lodash": "^4.17.20",
3838
"react-content-loader": "5.1.0",
3939
"react-jss": "10.1.1",
40-
"react-table": "7.5.0",
41-
"react-virtual": "2.2.4"
40+
"react-table": "7.6.0",
41+
"react-virtual": "2.2.7"
4242
},
4343
"peerDependencies": {
4444
"@ui5/webcomponents": "1.0.0-rc.9",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16716,10 +16716,10 @@ react-syntax-highlighter@^13.5.1:
1671616716
prismjs "^1.21.0"
1671716717
refractor "^3.1.0"
1671816718

16719-
react-table@7.5.0:
16720-
version "7.5.0"
16721-
resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.5.0.tgz#87326d92cdffbbf970f49b395bcafc3f84989ddf"
16722-
integrity sha512-hLsbNqLJkkYiATVteM8mthP8y5vnLPB2qdi9FeGZjsvb2m5vxj6cavIgk35oulvBmYD6Kox0HFfI332HPZpC7w==
16719+
react-table@7.6.0:
16720+
version "7.6.0"
16721+
resolved "https://registry.yarnpkg.com/react-table/-/react-table-7.6.0.tgz#83d765b96505b5332d108a2e0c27ab653f5a78c3"
16722+
integrity sha512-16kRTypBWz9ZwLnPWA8hc3eIC64POzO9GaMBiKaCcVM+0QOQzt0G7ebzGUM8SW0CYUpVM+glv1kMXrWj9tr3Sw==
1672316723

1672416724
react-test-renderer@^16.0.0-0:
1672516725
version "16.13.1"
@@ -16750,10 +16750,10 @@ react-transition-group@^2.5.0:
1675016750
prop-types "^15.6.2"
1675116751
react-lifecycles-compat "^3.0.4"
1675216752

16753-
react-virtual@2.2.4:
16754-
version "2.2.4"
16755-
resolved "https://registry.yarnpkg.com/react-virtual/-/react-virtual-2.2.4.tgz#f33c0a8150a7c46e063f0d807f3ad0296c6c6d9f"
16756-
integrity sha512-TOwr7aMozoAzUQvWamSqc+b6ZLY+gtveOnASi2UugIVZ/Vy6b943Vhsp6h7E3pOIVxLv0bpbUUcc/vw9AWj9lw==
16753+
react-virtual@2.2.7:
16754+
version "2.2.7"
16755+
resolved "https://registry.yarnpkg.com/react-virtual/-/react-virtual-2.2.7.tgz#01f46e8eb1bfd722edb9a6e01daaef438dd7111f"
16756+
integrity sha512-ggnuqRwYRuuvFdkpD1tOfC5G4nr5xlZUvvp3b/c9r2Nf14dBXZR49oewESyNQnqyO5JT+offgd4oqugLxxdVsQ==
1675716757
dependencies:
1675816758
"@reach/observe-rect" "^1.1.0"
1675916759
ts-toolbelt "^6.4.2"

0 commit comments

Comments
 (0)