Skip to content

Commit

Permalink
Updated mds version to v0.13.0 (minio#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
bexsoft authored and Jillian Inapurapu committed Dec 6, 2023
1 parent 22513bb commit d403fa3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion portal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"local-storage-fallback": "^4.1.1",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"mds": "https://github.com/minio/mds.git#v0.12.2",
"mds": "https://github.com/minio/mds.git#v0.13.0",
"react": "^18.1.0",
"react-component-export-image": "^1.0.6",
"react-copy-to-clipboard": "^5.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import TooltipWrapper from "../TooltipWrapper/TooltipWrapper";
import { modalStyleUtils } from "../FormComponents/common/styleLibrary";

const WarningBlock = styled.div(({ theme }) => ({
color: "red", // TODO: Change this to themed color variant in mds
color: get(theme, "signalColors.danger", "#C51B3F"),
fontSize: ".85rem",
margin: ".5rem 0 .5rem 0",
display: "flex",
Expand Down
16 changes: 8 additions & 8 deletions portal-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2492,10 +2492,10 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==

"@types/styled-components@^5.1.30":
version "5.1.30"
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.30.tgz#7f2b2c01245e3274083091517c7205c9ce9dd420"
integrity sha512-xxJqw0s1myRTgrzHgG5tKHS9hK+KNhjbKMXDWlHRo9eDNVVUqf147QUGYUqwyCDkFyGr2pi1qJKFMEy0ACZb0A==
"@types/styled-components@^5.1.32":
version "5.1.32"
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.32.tgz#58718971519c4562229ba85face98e8530d21bfd"
integrity sha512-DqVpl8R0vbhVSop4120UHtGrFmHuPeoDwF4hDT0kPJTY8ty0SI38RV3VhCMsWigMUXG+kCXu7vMRqMFNy6eQgA==
dependencies:
"@types/hoist-non-react-statics" "*"
"@types/react" "*"
Expand Down Expand Up @@ -8038,11 +8038,11 @@ 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.12.2":
version "0.12.2"
resolved "https://github.com/minio/mds.git#82b14ea9544079a24db31e5cff477e3fc56c4e39"
"mds@https://github.com/minio/mds.git#v0.13.0":
version "0.13.0"
resolved "https://github.com/minio/mds.git#179b04a2272f559dd398db3d4f263ac09f396279"
dependencies:
"@types/styled-components" "^5.1.30"
"@types/styled-components" "^5.1.32"
"@uiw/react-textarea-code-editor" "^2.1.9"
detect-gpu "^5.0.37"
luxon "^3.4.4"
Expand Down

0 comments on commit d403fa3

Please sign in to comment.