mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
fix(deps): update dependency react-markdown to v8.0.5 (#3663)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
042746fe49
commit
612470544c
3 changed files with 14 additions and 9 deletions
|
@ -63,7 +63,7 @@
|
|||
"react-hot-loader": "4.13.1",
|
||||
"react-i18next": "12.1.1",
|
||||
"react-json-view": "1.21.3",
|
||||
"react-markdown": "8.0.4",
|
||||
"react-markdown": "8.0.5",
|
||||
"react-redux": "7.2.9",
|
||||
"react-router": "5.3.4",
|
||||
"react-router-dom": "5.3.4",
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"react-virtualized": "9.22.3",
|
||||
"country-flag-icons": "1.5.5",
|
||||
"history": "4.10.1",
|
||||
"react-markdown": "8.0.4",
|
||||
"react-markdown": "8.0.5",
|
||||
"remark-gfm": "3.0.1",
|
||||
"redux": "4.2.1",
|
||||
"validator": "13.9.0"
|
||||
|
|
19
pnpm-lock.yaml
generated
19
pnpm-lock.yaml
generated
|
@ -881,7 +881,7 @@ importers:
|
|||
react-hot-loader: 4.13.1
|
||||
react-i18next: 12.1.1
|
||||
react-json-view: 1.21.3
|
||||
react-markdown: 8.0.4
|
||||
react-markdown: 8.0.5
|
||||
react-redux: 7.2.9
|
||||
react-router: 5.3.4
|
||||
react-router-dom: 5.3.4
|
||||
|
@ -959,7 +959,7 @@ importers:
|
|||
react-hot-loader: 4.13.1_4076cec502acd4bd096bfc1f1d17cbac
|
||||
react-i18next: 12.1.1_49ab98587cdf78714a39caebaf863e18
|
||||
react-json-view: 1.21.3_4076cec502acd4bd096bfc1f1d17cbac
|
||||
react-markdown: 8.0.4_5642dd39ea6eb7af96c6ee336ce01d77
|
||||
react-markdown: 8.0.5_5642dd39ea6eb7af96c6ee336ce01d77
|
||||
react-redux: 7.2.9_react-dom@18.2.0+react@18.2.0
|
||||
react-router: 5.3.4_react@18.2.0
|
||||
react-router-dom: 5.3.4_react@18.2.0
|
||||
|
@ -1333,7 +1333,7 @@ importers:
|
|||
react-hook-form: 7.41.1
|
||||
react-i18next: 12.1.1
|
||||
react-json-view: 1.21.3
|
||||
react-markdown: 8.0.4
|
||||
react-markdown: 8.0.5
|
||||
react-redux: 7.2.9
|
||||
react-router: 5.3.4
|
||||
react-router-dom: 5.3.4
|
||||
|
@ -1367,7 +1367,7 @@ importers:
|
|||
react-hook-form: 7.41.1_react@18.2.0
|
||||
react-i18next: 12.1.1_49ab98587cdf78714a39caebaf863e18
|
||||
react-json-view: 1.21.3_4076cec502acd4bd096bfc1f1d17cbac
|
||||
react-markdown: 8.0.4_5642dd39ea6eb7af96c6ee336ce01d77
|
||||
react-markdown: 8.0.5_5642dd39ea6eb7af96c6ee336ce01d77
|
||||
react-redux: 7.2.9_react-dom@18.2.0+react@18.2.0
|
||||
react-router: 5.3.4_react@18.2.0
|
||||
react-router-dom: 5.3.4_react@18.2.0
|
||||
|
@ -22763,8 +22763,8 @@ packages:
|
|||
react: 17.0.2
|
||||
dev: false
|
||||
|
||||
/react-markdown/8.0.4_5642dd39ea6eb7af96c6ee336ce01d77:
|
||||
resolution: {integrity: sha512-2oxHa6oDxc1apg/Gnc1Goh06t3B617xeywqI/92wmDV9FELI6ayRkwge7w7DoEqM0gRpZGTNU6xQG+YpJISnVg==}
|
||||
/react-markdown/8.0.5_5642dd39ea6eb7af96c6ee336ce01d77:
|
||||
resolution: {integrity: sha512-jGJolWWmOWAvzf+xMdB9zwStViODyyFQhNB/bwCerbBKmrTmgmA599CGiOlP58OId1IMoIRsA8UdI1Lod4zb5A==}
|
||||
peerDependencies:
|
||||
'@types/react': '>=16'
|
||||
react: '>=16'
|
||||
|
@ -22782,7 +22782,7 @@ packages:
|
|||
remark-parse: 10.0.1
|
||||
remark-rehype: 10.1.0
|
||||
space-separated-tokens: 2.0.1
|
||||
style-to-object: 0.3.0
|
||||
style-to-object: 0.4.1
|
||||
unified: 10.1.1
|
||||
unist-util-visit: 4.1.0
|
||||
vfile: 5.3.0
|
||||
|
@ -24768,6 +24768,11 @@ packages:
|
|||
dependencies:
|
||||
inline-style-parser: 0.1.1
|
||||
|
||||
/style-to-object/0.4.1:
|
||||
resolution: {integrity: sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==}
|
||||
dependencies:
|
||||
inline-style-parser: 0.1.1
|
||||
|
||||
/stylehacks/5.1.0_postcss@8.3.6:
|
||||
resolution: {integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==}
|
||||
engines: {node: ^10 || ^12 || >=14.0}
|
||||
|
|
Loading…
Add table
Reference in a new issue