mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore(deps): update dependency markdown-it to v13 (#7454)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
67ae7ace9a
commit
0b92157b43
@ -28,7 +28,7 @@
|
||||
"@types/markdown-it": "^12.2.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"escape-html": "^1.0.3",
|
||||
"markdown-it": "^12.3.2",
|
||||
"markdown-it": "^13.0.0",
|
||||
"markdown-it-container": "^3.0.0",
|
||||
"octokit": "^1.7.1",
|
||||
"unocss": "^0.31.5",
|
||||
|
@ -172,7 +172,7 @@ importers:
|
||||
cross-env: ^7.0.3
|
||||
element-plus: npm:element-plus@latest
|
||||
escape-html: ^1.0.3
|
||||
markdown-it: ^12.3.2
|
||||
markdown-it: ^13.0.0
|
||||
markdown-it-container: ^3.0.0
|
||||
normalize.css: ^8.0.1
|
||||
nprogress: ^0.2.0
|
||||
@ -204,7 +204,7 @@ importers:
|
||||
'@types/markdown-it': 12.2.3
|
||||
cross-env: 7.0.3
|
||||
escape-html: 1.0.3
|
||||
markdown-it: 12.3.2
|
||||
markdown-it: 13.0.0
|
||||
markdown-it-container: 3.0.0
|
||||
octokit: 1.7.1
|
||||
unocss: 0.31.5_vite@2.9.5
|
||||
@ -5102,8 +5102,9 @@ packages:
|
||||
dependencies:
|
||||
once: 1.4.0
|
||||
|
||||
/entities/2.1.0:
|
||||
resolution: {integrity: sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==}
|
||||
/entities/3.0.1:
|
||||
resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==}
|
||||
engines: {node: '>=0.12'}
|
||||
dev: true
|
||||
|
||||
/error-ex/1.3.2:
|
||||
@ -7565,8 +7566,8 @@ packages:
|
||||
/lines-and-columns/1.2.4:
|
||||
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
||||
|
||||
/linkify-it/3.0.3:
|
||||
resolution: {integrity: sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==}
|
||||
/linkify-it/4.0.0:
|
||||
resolution: {integrity: sha512-QAxkXyzT/TXgwGyY4rTgC95Ex6/lZ5/lYTV9nug6eJt93BCBQGOE47D/g2+/m5J1MrVLr2ot97OXkBZ9bBpR4A==}
|
||||
dependencies:
|
||||
uc.micro: 1.0.6
|
||||
dev: true
|
||||
@ -7814,13 +7815,13 @@ packages:
|
||||
resolution: {integrity: sha512-y6oKTq4BB9OQuY/KLfk/O3ysFhB3IMYoIWhGJEidXt1NQFocFK2sA2t0NYZAMyMShAGL6x5OPIbrmXPIqaN9rw==}
|
||||
dev: true
|
||||
|
||||
/markdown-it/12.3.2:
|
||||
resolution: {integrity: sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==}
|
||||
/markdown-it/13.0.0:
|
||||
resolution: {integrity: sha512-WArlIpVFvVwb8t3wgJuOsbMLhNWlzuQM7H2qXmuUEnBtXRqKjLjwFUMbZOyJgHygVZSjvcLR4EcXcRilqMavrA==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
argparse: 2.0.1
|
||||
entities: 2.1.0
|
||||
linkify-it: 3.0.3
|
||||
entities: 3.0.1
|
||||
linkify-it: 4.0.0
|
||||
mdurl: 1.0.1
|
||||
uc.micro: 1.0.6
|
||||
dev: true
|
||||
|
Loading…
Reference in New Issue
Block a user