Skip to content

Commit a12e472

Browse files
committed
deps: upgrade @uiw md packages to latest
1 parent 5b17c7f commit a12e472

2 files changed

Lines changed: 26 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"@types/validator": "^13.12.2",
8585
"@typescript-eslint/eslint-plugin": "^8.21.0",
8686
"@typescript-eslint/parser": "^8.21.0",
87-
"@uiw/react-markdown-preview": "^5.1.3",
88-
"@uiw/react-md-editor": "^4.0.5",
87+
"@uiw/react-markdown-preview": "^5.1.5",
88+
"@uiw/react-md-editor": "^4.0.11",
8989
"@vitejs/plugin-react": "^4.3.4",
9090
"@vitejs/plugin-react-swc": "^3.7.2",
9191
"@vitest/coverage-v8": "^3.0.7",

yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3429,7 +3429,7 @@
34293429
resolved "https://registry.yarnpkg.com/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.17.tgz#86f501ddc8a6db0b45e6899bcd9d48e0b78f233e"
34303430
integrity sha512-O2GUHV90Iw2VrSLVLK0OmNIMdZ5fgEg4NhvtwINsX+eZ/Wf6DWD0TdsK9xwV7dNRnK/UI2mQtl0a2/kRgm1m1A==
34313431

3432-
"@uiw/react-markdown-preview@^5.0.6", "@uiw/react-markdown-preview@^5.1.3":
3432+
"@uiw/react-markdown-preview@^5.0.6":
34333433
version "5.1.3"
34343434
resolved "https://registry.yarnpkg.com/@uiw/react-markdown-preview/-/react-markdown-preview-5.1.3.tgz#edbffb9e3dde910e6bc862e8d17019c838b265f0"
34353435
integrity sha512-jV02wO4XHWFk54kz7sLqOkdPgJLttSfKLyen47XgjcyGgQXU2I4WJBygmdpV2AT9m/MiQ8qrN1Y+E5Syv9ZDpw==
@@ -3448,10 +3448,29 @@
34483448
remark-github-blockquote-alert "^1.0.0"
34493449
unist-util-visit "^5.0.0"
34503450

3451-
"@uiw/react-md-editor@^4.0.5":
3452-
version "4.0.5"
3453-
resolved "https://registry.yarnpkg.com/@uiw/react-md-editor/-/react-md-editor-4.0.5.tgz#183342ffacafd3bff237ebc54e6b28b56def08bb"
3454-
integrity sha512-x+S7ZMz1B+KwVODOZk663H2gdOZhcFsrPUF8V69K4L2BbTZ3A4sBCw/uTrBE9dHH0gajAzRAYbAYCHsUQaTcyA==
3451+
"@uiw/react-markdown-preview@^5.1.5":
3452+
version "5.1.5"
3453+
resolved "https://registry.yarnpkg.com/@uiw/react-markdown-preview/-/react-markdown-preview-5.1.5.tgz#c8fa17c7e88be826ff376cb7b48eff0ffb296a2c"
3454+
integrity sha512-DNOqx1a6gJR7Btt57zpGEKTfHRlb7rWbtctMRO2f82wWcuoJsxPBrM+JWebDdOD0LfD8oe2CQvW2ICQJKHQhZg==
3455+
dependencies:
3456+
"@babel/runtime" "^7.17.2"
3457+
"@uiw/copy-to-clipboard" "~1.0.12"
3458+
react-markdown "~9.0.1"
3459+
rehype-attr "~3.0.1"
3460+
rehype-autolink-headings "~7.1.0"
3461+
rehype-ignore "^2.0.0"
3462+
rehype-prism-plus "2.0.0"
3463+
rehype-raw "^7.0.0"
3464+
rehype-rewrite "~4.0.0"
3465+
rehype-slug "~6.0.0"
3466+
remark-gfm "~4.0.0"
3467+
remark-github-blockquote-alert "^1.0.0"
3468+
unist-util-visit "^5.0.0"
3469+
3470+
"@uiw/react-md-editor@^4.0.11":
3471+
version "4.0.11"
3472+
resolved "https://registry.yarnpkg.com/@uiw/react-md-editor/-/react-md-editor-4.0.11.tgz#cd33452fe83b91c836badfee567c8d0b57c1a8b8"
3473+
integrity sha512-F0OR5O1v54EkZYvJj3ew0I7UqLiPeU34hMAY4MdXS3hI86rruYi5DHVkG/VuvLkUZW7wIETM2QFtZ459gKIjQA==
34553474
dependencies:
34563475
"@babel/runtime" "^7.14.6"
34573476
"@uiw/react-markdown-preview" "^5.0.6"

0 commit comments

Comments
 (0)