Update: update vue and snabbdom to the latest version

This commit is contained in:
Jocs 2018-03-31 01:03:06 +08:00
parent 412e277e82
commit 12fa87fa99
3 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,4 @@
### 0.9.18 ### 0.9.10
**:cactus:Feature** **:cactus:Feature**
@ -9,6 +9,7 @@
- adjust lineHeight and fontSize in typewriter mode - adjust lineHeight and fontSize in typewriter mode
- optimization of output unstylish html @fxha - optimization of output unstylish html @fxha
- Use 'fuzzaldrin' to filter language when insert code block
**:beetle:Bug fix** **:beetle:Bug fix**
@ -16,6 +17,7 @@
- fix: #55 - fix: #55
- fix: #63 - fix: #63
- fix: crash on first launch due missing directory (#78, #90, #93) - fix: crash on first launch due missing directory (#78, #90, #93)
- fix: #101
### 0.8.12 ### 0.8.12

View File

@ -41,6 +41,10 @@
<a href="https://marktext.github.io/website"> <a href="https://marktext.github.io/website">
<img src="https://img.shields.io/hackage-deps/v/lens.svg" alt="dependencies"> <img src="https://img.shields.io/hackage-deps/v/lens.svg" alt="dependencies">
</a> </a>
<!-- donates -->
<a href="https://opencollective.com/marktext">
<img src="https://opencollective.com/marktext/tiers/backer/badge.svg?label=backer&color=brightgreen" alt="donate">
</a>
</div> </div>
<div align="center"> <div align="center">

View File

@ -1,6 +1,6 @@
{ {
"name": "marktext", "name": "marktext",
"version": "0.8.12", "version": "0.9.10",
"author": "Jocs <luoran1988@126.com>", "author": "Jocs <luoran1988@126.com>",
"description": "Next generation markdown editor", "description": "Next generation markdown editor",
"license": "MIT", "license": "MIT",
@ -93,14 +93,13 @@
"js-beautify": "^1.7.5", "js-beautify": "^1.7.5",
"katex": "^0.9.0", "katex": "^0.9.0",
"mousetrap": "^1.6.1", "mousetrap": "^1.6.1",
"npm": "^5.7.1",
"parse5": "^3.0.3", "parse5": "^3.0.3",
"snabbdom": "^0.7.0", "snabbdom": "^0.7.1",
"to": "^0.2.9", "to": "^0.2.9",
"turndown": "^4.0.1", "turndown": "^4.0.1",
"turndown-plugin-gfm": "^1.0.1", "turndown-plugin-gfm": "^1.0.1",
"update": "^0.7.4", "update": "^0.7.4",
"vue": "^2.3.3", "vue": "^2.5.16",
"vue-electron": "^1.0.6", "vue-electron": "^1.0.6",
"vuex": "^2.3.1" "vuex": "^2.3.1"
}, },