Skip to content

Commit

Permalink
mds-released-v0.9.4 (#1799)
Browse files Browse the repository at this point in the history
Co-authored-by: MinIO Bot <minio.bot@minio.io>
  • Loading branch information
minio-bot and MinIO Bot authored Oct 7, 2023
1 parent 11ccc22 commit fb3e4a2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 12 deletions.
2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"local-storage-fallback": "^4.1.1",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"mds": "https://github.com/minio/mds.git#v0.9.2",
"mds": "https://github.com/minio/mds.git#v0.9.4",
"react": "^18.1.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^18.1.0",
Expand Down
43 changes: 32 additions & 11 deletions web-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2741,10 +2741,10 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==

"@types/styled-components@^5.1.27":
version "5.1.27"
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.27.tgz#1915eedba0d52f26ba5a383fccb7fe50e2e71106"
integrity sha512-oY9c1SdztRRF0QDQdwXEenfAjGN4WGUkaMpx5hvdTbYYqw01qoY2GrHi+kAR6SVofynzD6KbGoF5ITP0zh5pvg==
"@types/styled-components@^5.1.28":
version "5.1.28"
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.28.tgz#3b86c4d373924ff6976de788843cab445d9ab15b"
integrity sha512-nu0VKNybkjvUqJAXWtRqKd7j3iRUl8GbYSTvZNuIBJcw/HUp1Y4QUXNLlj7gcnRV/t784JnHAlvRnSnE3nPbJA==
dependencies:
"@types/hoist-non-react-statics" "*"
"@types/react" "*"
Expand Down Expand Up @@ -2902,7 +2902,7 @@
"@typescript-eslint/types" "5.60.1"
eslint-visitor-keys "^3.3.0"

"@uiw/react-textarea-code-editor@^2.1.1", "@uiw/react-textarea-code-editor@^2.1.7":
"@uiw/react-textarea-code-editor@^2.1.1":
version "2.1.7"
resolved "https://registry.yarnpkg.com/@uiw/react-textarea-code-editor/-/react-textarea-code-editor-2.1.7.tgz#f67a190e3f2b4627268e0d17600bbbe396545c33"
integrity sha512-mh3+PLiWPM9eclpdQ16jhm1mlS9IEwwiNkfQX34RACB9M0p7JoSI8Tq0T+3sTgbGzgwkrruOvsXUY6NKYLohZQ==
Expand All @@ -2911,6 +2911,15 @@
rehype "~12.0.1"
rehype-prism-plus "1.5.0"

"@uiw/react-textarea-code-editor@^2.1.9":
version "2.1.9"
resolved "https://registry.yarnpkg.com/@uiw/react-textarea-code-editor/-/react-textarea-code-editor-2.1.9.tgz#228305a2ed5029eb2cafc82589f3fa186cc85693"
integrity sha512-fby8oencLyF1BMAMDVIe4zErb01Qf97G25vJld6mJmgFAbK5TwFW0XUvkxAuNKaLp+EccKf5pejCVHcS/jZ3eA==
dependencies:
"@babel/runtime" "^7.18.6"
rehype "~12.0.1"
rehype-prism-plus "1.6.3"

"@webassemblyjs/ast@1.11.6", "@webassemblyjs/ast@^1.11.5":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24"
Expand Down Expand Up @@ -7849,12 +7858,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.9.2":
version "0.9.2"
resolved "https://github.com/minio/mds.git#df27f06c4cd0bf9ccf60346fcc59199828d07e5a"
"mds@https://github.com/minio/mds.git#v0.9.4":
version "0.9.4"
resolved "https://github.com/minio/mds.git#4c723cdbf1944546abba740b03845ef8877e5911"
dependencies:
"@types/styled-components" "^5.1.27"
"@uiw/react-textarea-code-editor" "^2.1.7"
"@types/styled-components" "^5.1.28"
"@uiw/react-textarea-code-editor" "^2.1.9"
detect-gpu "^5.0.37"
react-virtualized "^9.22.5"
styled-components "^5.3.11"
Expand Down Expand Up @@ -9626,7 +9635,7 @@ redux@^4.0.0, redux@^4.2.1:
dependencies:
"@babel/runtime" "^7.9.2"

refractor@^4.7.0:
refractor@^4.7.0, refractor@^4.8.0:
version "4.8.1"
resolved "https://registry.yarnpkg.com/refractor/-/refractor-4.8.1.tgz#fbdd889333a3d86c9c864479622855c9b38e9d42"
integrity sha512-/fk5sI0iTgFYlmVGYVew90AoYnNMP6pooClx/XKqyeeCQXrL0Kvgn8V0VEht5ccdljbzzF1i3Q213gcntkRExg==
Expand Down Expand Up @@ -9715,6 +9724,18 @@ rehype-prism-plus@1.5.0:
unist-util-filter "^4.0.0"
unist-util-visit "^4.0.0"

rehype-prism-plus@1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/rehype-prism-plus/-/rehype-prism-plus-1.6.3.tgz#8bf23a4cfc3419349770bb9064a91bdab04fae86"
integrity sha512-F6tn376zimnvy+xW0bSnryul+rvVL7NhDIkavc9kAuzDx5zIZW04A6jdXPkcFBhojcqZB8b6pHt6CLqiUx+Tbw==
dependencies:
hast-util-to-string "^2.0.0"
parse-numeric-range "^1.3.0"
refractor "^4.8.0"
rehype-parse "^8.0.2"
unist-util-filter "^4.0.0"
unist-util-visit "^4.0.0"

rehype-stringify@^9.0.0:
version "9.0.3"
resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-9.0.3.tgz#70e3bd6d4d29e7acf36b802deed350305d2c3c17"
Expand Down

0 comments on commit fb3e4a2

Please sign in to comment.