From ed281bbe4a481d60e8455366e6452c55df329cb7 Mon Sep 17 00:00:00 2001 From: Alex <33497058+bexsoft@users.noreply.github.com> Date: Fri, 27 Jan 2023 16:25:54 -0600 Subject: [PATCH] Update mds to v0.2.1 (#2609) Signed-off-by: Benjamin Perez --- portal-ui/package.json | 2 +- portal-ui/yarn.lock | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/portal-ui/package.json b/portal-ui/package.json index 312be1664..0285b43c4 100644 --- a/portal-ui/package.json +++ b/portal-ui/package.json @@ -30,7 +30,7 @@ "local-storage-fallback": "^4.1.1", "lodash": "^4.17.21", "luxon": "^3.2.1", - "mds": "https://github.com/minio/mds.git#v0.2.0", + "mds": "https://github.com/minio/mds.git#v0.2.1", "minio": "^7.0.32", "react": "^18.1.0", "react-chartjs-2": "^2.9.0", diff --git a/portal-ui/yarn.lock b/portal-ui/yarn.lock index 453d47dc5..3348cd6b1 100644 --- a/portal-ui/yarn.lock +++ b/portal-ui/yarn.lock @@ -4804,6 +4804,13 @@ destroy@1.2.0: resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== +detect-gpu@^5.0.8: + version "5.0.8" + resolved "https://registry.yarnpkg.com/detect-gpu/-/detect-gpu-5.0.8.tgz#2e618c91c17988544f6327df7112fa6e3ad8ed4d" + integrity sha512-55fCEmklMQosC+l/1TKXC1r88ObkLzePKFyXZRPCL0fPVkmIYtpNSGbCeO00STD9uWdYruXNwfKsdXcTL5Yvkg== + dependencies: + webgl-constants "^1.1.1" + detect-newline@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" @@ -8159,11 +8166,12 @@ mdn-data@2.0.4: resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== -"mds@https://github.com/minio/mds.git#v0.2.0": - version "0.2.0" - resolved "https://github.com/minio/mds.git#6f6b82b8ab29ad4531ccc3be3e6ad61e9a62b0d5" +"mds@https://github.com/minio/mds.git#v0.2.1": + version "0.2.1" + resolved "https://github.com/minio/mds.git#80ce9f4a4436c192ee1009680a39fb4733fa9b81" dependencies: "@types/styled-components" "^5.1.25" + detect-gpu "^5.0.8" react-virtualized "^9.22.3" styled-components "^5.3.6" @@ -12014,6 +12022,11 @@ webauth@^1.1.0: resolved "https://registry.yarnpkg.com/webauth/-/webauth-1.1.0.tgz#64704f6b8026986605bc3ca629952e6e26fdd100" integrity sha512-BwbI3vESF7eVleIU6zYPnFuzT89IRswYoJ0C6xYLDpNSUpiw7pdX0HjebyYkFYt1IuYnQvx2Y1Lx+bGKz4Zi6w== +webgl-constants@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/webgl-constants/-/webgl-constants-1.1.1.tgz#f9633ee87fea56647a60b9ce735cbdfb891c6855" + integrity sha512-LkBXKjU5r9vAW7Gcu3T5u+5cvSvh5WwINdr0C+9jpzVB41cjQAP5ePArDtk/WHYdVj0GefCgM73BA7FlIiNtdg== + webidl-conversions@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"