mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
chore(deps): update dependency vite-plugin-vue-markdown to v0.23.8
This commit is contained in:
parent
0a0ce58e83
commit
9a8b27030f
2 changed files with 13 additions and 6 deletions
|
@ -132,7 +132,7 @@
|
|||
"unplugin-vue-components": "0.25.0",
|
||||
"vite": "4.4.9",
|
||||
"vite-plugin-pwa": "0.16.0",
|
||||
"vite-plugin-vue-markdown": "0.23.5",
|
||||
"vite-plugin-vue-markdown": "0.23.8",
|
||||
"vite-svg-loader": "4.0.0",
|
||||
"vitest": "0.34.0",
|
||||
"workbox-window": "7.0.0",
|
||||
|
|
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
|
@ -293,8 +293,8 @@ devDependencies:
|
|||
specifier: 0.16.0
|
||||
version: 0.16.0(vite@4.4.9)(workbox-build@7.0.0)(workbox-window@7.0.0)
|
||||
vite-plugin-vue-markdown:
|
||||
specifier: 0.23.5
|
||||
version: 0.23.5(rollup@2.79.1)(vite@4.4.9)
|
||||
specifier: 0.23.8
|
||||
version: 0.23.8(rollup@2.79.1)(vite@4.4.9)
|
||||
vite-svg-loader:
|
||||
specifier: 4.0.0
|
||||
version: 4.0.0
|
||||
|
@ -2670,6 +2670,13 @@ packages:
|
|||
'@types/mdurl': 1.0.2
|
||||
dev: true
|
||||
|
||||
/@types/markdown-it@13.0.8:
|
||||
resolution: {integrity: sha512-V+KmpgiipS+zoypeUSS9ojesWtY/0k4XfqcK2fnVrX/qInJhX7rsCxZ/rygiPH2zxlPPrhfuW0I6ddMcWTKLsg==}
|
||||
dependencies:
|
||||
'@types/linkify-it': 3.0.2
|
||||
'@types/mdurl': 1.0.2
|
||||
dev: true
|
||||
|
||||
/@types/mdast@3.0.11:
|
||||
resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==}
|
||||
dependencies:
|
||||
|
@ -8576,8 +8583,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-markdown@0.23.5(rollup@2.79.1)(vite@4.4.9):
|
||||
resolution: {integrity: sha512-NXTZ4y+n691gLPWayMBbh4jldQeaqDp9e9WjWUYbn9obsLqS9qU+hr4RAruDq5kP4siTOp7JDV34Sw5eA7WxLg==}
|
||||
/vite-plugin-vue-markdown@0.23.8(rollup@2.79.1)(vite@4.4.9):
|
||||
resolution: {integrity: sha512-8G/PmndrdPfsnnUMvlJWHTCtoi/LLA+pKbePkZoZni21zy+mTX/mmdZCqO95e0OOn83W2okNHu9QriQFzmGU3A==}
|
||||
deprecated: '`vite-plugin-vue-markdown` is renamed to `unplugin-vue-markdown`. For usages in Vite, you also need to change the import path to `unplugin-vue-markdown/vite`.'
|
||||
peerDependencies:
|
||||
vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0
|
||||
|
@ -8587,7 +8594,7 @@ packages:
|
|||
'@mdit-vue/plugin-frontmatter': 0.12.0
|
||||
'@mdit-vue/types': 0.12.0
|
||||
'@rollup/pluginutils': 5.0.5(rollup@2.79.1)
|
||||
'@types/markdown-it': 12.2.3
|
||||
'@types/markdown-it': 13.0.8
|
||||
markdown-it: 13.0.2
|
||||
vite: 4.4.9(@types/node@18.15.11)(less@4.1.3)
|
||||
transitivePeerDependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue