chore: update deps, marked@3.0.2

This commit is contained in:
07akioni 2021-09-04 15:13:10 +08:00
parent 4ac6287697
commit 440dbb54b1
3 changed files with 4 additions and 16 deletions

View File

@ -103,7 +103,7 @@
"inquirer": "^8.1.0",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"marked": "^2.0.1",
"marked": "^3.0.2",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"superagent": "^6.1.0",
@ -116,12 +116,12 @@
"vue": "^3.0.0"
},
"dependencies": {
"@css-render/plugin-bem": "^0.15.4",
"@css-render/vue3-ssr": "^0.15.4",
"@css-render/plugin-bem": "^0.15.6",
"@css-render/vue3-ssr": "^0.15.6",
"@types/lodash": "^4.14.170",
"@types/lodash-es": "^4.17.4",
"async-validator": "^4.0.1",
"css-render": "^0.15.4",
"css-render": "^0.15.6",
"date-fns": "^2.19.0",
"evtd": "^0.2.2",
"highlight.js": "^11.0.1",

View File

@ -49,9 +49,3 @@ inline
| language | `string` | `undefined` | Code language in highlightjs. |
| trim | `boolean` | `true` | Whether to display trimmed code. |
| inline | `boolean` | `false` | Whether the code is displayed as inline. |
## Code Slots
| Name | Parameters | Description |
| ------- | ---------- | -------------------- |
| default | `()` | Content of the code. |

View File

@ -49,9 +49,3 @@ inline
| language | `string` | `undefined` | 代码在 highlightjs 中的语言 |
| trim | `boolean` | `true` | 是否显示 trim 后的代码 |
| inline | `boolean` | `false` | 使用行内样式 |
### Code Slots
| 名称 | 参数 | 说明 |
| ------- | ---- | ----------- |
| default | `()` | code 的内容 |