Skip to content

Commit 1f0a516

Browse files
committed
update pakcages version
1 parent 82a93a0 commit 1f0a516

File tree

4 files changed

+1139
-658
lines changed

4 files changed

+1139
-658
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ use echarts.simple to reduce the bundle size.
175175

176176
markdown-it-vue-light remove the mermaid chart to reduce the bundle size.
177177

178-
https://github.com/ravenq/markdown-it-vue/issues/24
178+
<https://github.com/ravenq/markdown-it-vue/issues/24>
179179

180180
for a small bundle size, it better to import the markdown-it-vue-light.
181181

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ this.$refs.myMarkdownItVue.use(MyMarkdownItPlugin)
182182

183183
## 精简版 markdown-it-vue-light
184184

185-
https://github.com/ravenq/markdown-it-vue/issues/24
185+
<https://github.com/ravenq/markdown-it-vue/issues/24>
186186

187187
为了进一步缩小打包的大小,移除了 mermaid chart。这包直接引用了整个 lodash, 他本身也很大。
188188

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
},
3030
"main": "dist/markdown-it-vue.umd.min.js",
3131
"dependencies": {
32-
"echarts": "^4.8.0",
33-
"flowchart.js": "^1.13.0",
34-
"font-awesome-icon-chars": "^2.5.0",
32+
"echarts": "^4.9.0",
33+
"flowchart.js": "^1.14.1",
34+
"font-awesome-icon-chars": "^2.6.0",
3535
"github-markdown-css": "^4.0.0",
36-
"highlight.js": "^10.0.3",
37-
"markdown-it": "^11.0.0",
36+
"highlight.js": "^10.2.1",
37+
"markdown-it": "^11.0.1",
3838
"markdown-it-abbr": "^1.0.4",
39-
"markdown-it-container": "^2.0.0",
40-
"markdown-it-deflist": "^2.0.3",
39+
"markdown-it-container": "^3.0.0",
40+
"markdown-it-deflist": "^2.1.0",
4141
"markdown-it-emoji": "^1.4.0",
4242
"markdown-it-footnote": "^3.0.1",
4343
"markdown-it-github-toc": "^3.2.4",
@@ -51,19 +51,19 @@
5151
"markdown-it-sup": "^1.0.0",
5252
"markdown-it-task-lists": "^2.1.1",
5353
"markdown-it-toc-and-anchor": "^4.1.2",
54-
"mermaid": "^8.5.1",
55-
"vue": "^2.6.11"
54+
"mermaid": "^8.8.1",
55+
"vue": "^2.6.12"
5656
},
5757
"devDependencies": {
58-
"@vue/cli-plugin-babel": "^4.4.1",
59-
"@vue/cli-plugin-eslint": "^4.4.1",
60-
"@vue/cli-service": "^4.4.1",
58+
"@vue/cli-plugin-babel": "^4.5.6",
59+
"@vue/cli-plugin-eslint": "^4.5.6",
60+
"@vue/cli-service": "^4.5.6",
6161
"babel-eslint": "^10.1.0",
62-
"eslint": "^7.1.0",
63-
"eslint-plugin-vue": "^6.2.2",
62+
"eslint": "^7.10.0",
63+
"eslint-plugin-vue": "^7.0.0",
6464
"vue-cli-plugin-component-lib": "^0.1.6",
6565
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
66-
"vue-template-compiler": "^2.6.11"
66+
"vue-template-compiler": "^2.6.12"
6767
},
6868
"eslintConfig": {
6969
"root": true,

0 commit comments

Comments
 (0)