Skip to content

Commit 91fb445

Browse files
committed
Update showdowns deps to version 0.5.7.
1 parent 9e8130b commit 91fb445

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"README.md"
2424
],
2525
"dependencies": {
26-
"@jhuix/showdowns": "^0.5.5",
26+
"@jhuix/showdowns": "^0.5.7",
2727
"vue-codemirror": "^4.0.6"
2828
},
2929
"devDependencies": {
3030
"@vue/cli-plugin-babel": "^4.5.7",
31-
"@vue/cli-plugin-eslint": "^4.5.7",
31+
"@vue/cli-plugin-eslint": "^5.0.8",
3232
"@vue/cli-plugin-vuex": "^4.5.7",
3333
"@vue/cli-service": "^4.5.7",
3434
"@vue/eslint-config-prettier": "^6.0.0",

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363
// 在 dist/index.html 的输出
6464
filename: 'index.html',
6565
// 当使用 title 选项时,template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
66-
title: 'markdown-showdowns-editor',
66+
title: 'vue-showdowns-editor',
6767
// 在这个页面中包含的块,默认情况下会包含
6868
// 提取出来的通用 chunk 和 vendor chunk。
6969
chunks: ['chunk-vendors', 'chunk-common', 'index']

0 commit comments

Comments
 (0)