Skip to content

Commit

Permalink
Update showdowns deps to version 0.5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuix committed Jul 24, 2024
1 parent 9e8130b commit 91fb445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"README.md"
],
"dependencies": {
"@jhuix/showdowns": "^0.5.5",
"@jhuix/showdowns": "^0.5.7",
"vue-codemirror": "^4.0.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.7",
"@vue/cli-plugin-eslint": "^4.5.7",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-vuex": "^4.5.7",
"@vue/cli-service": "^4.5.7",
"@vue/eslint-config-prettier": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
// 在 dist/index.html 的输出
filename: 'index.html',
// 当使用 title 选项时,template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
title: 'markdown-showdowns-editor',
title: 'vue-showdowns-editor',
// 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。
chunks: ['chunk-vendors', 'chunk-common', 'index']
Expand Down

0 comments on commit 91fb445

Please sign in to comment.