Skip to content

Commit

Permalink
Merge branch 'v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiuChen committed Jun 24, 2023
2 parents b9d2c2b + afbd183 commit d60a4bc
Show file tree
Hide file tree
Showing 11 changed files with 1,043 additions and 1,023 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@
"preview": "vite preview"
},
"dependencies": {
"@arco-design/web-vue": "^2.43.1",
"@bytemd/plugin-breaks": "^1.20.2",
"@bytemd/plugin-frontmatter": "^1.20.2",
"@bytemd/plugin-gemoji": "^1.20.2",
"@bytemd/plugin-gfm": "^1.20.2",
"@bytemd/plugin-highlight": "^1.20.2",
"@bytemd/plugin-math": "^1.20.2",
"@bytemd/plugin-medium-zoom": "^1.20.2",
"@bytemd/plugin-mermaid": "^1.20.2",
"@arco-design/web-vue": "^2.47.1",
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-frontmatter": "^1.21.0",
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/plugin-math": "^1.21.0",
"@bytemd/plugin-medium-zoom": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@ziuchen/bytemd-plugin-align": "^1.0.1",
"@ziuchen/bytemd-plugin-highlight-theme": "^1.0.6",
"@ziuchen/bytemd-plugin-image-zoom": "^1.0.1",
"@ziuchen/bytemd-plugin-markdown-theme": "^1.0.2",
"bytemd": "^1.20.2",
"highlight.js": "^11.7.0",
"katex": "^0.16.4",
"bytemd": "^1.21.0",
"highlight.js": "^11.8.0",
"katex": "^0.16.7",
"lodash-es": "^4.17.21",
"pinia": "^2.0.32",
"pinia": "^2.1.4",
"tiny-emitter": "^2.1.0",
"unist-util-visit": "^4.1.2",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.14.0",
"@vitejs/plugin-vue": "^4.0.0",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.18",
"@vitejs/plugin-vue": "^4.2.3",
"html-minifier-terser": "^7.2.0",
"less": "^4.1.3",
"sass": "^1.60.0",
"typescript": "^4.9.3",
"sass": "^1.63.6",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.14.4",
"unplugin-vue-components": "^0.24.0",
"unplugin-vue-components": "^0.24.1",
"utools-api-types": "^3.0.0",
"vite": "^4.1.0",
"vite": "^4.3.9",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-utools": "^0.5.2",
"vue-tsc": "^1.0.24"
"vite-plugin-utools": "^0.5.4",
"vue-tsc": "^1.8.1"
}
}
Loading

0 comments on commit d60a4bc

Please sign in to comment.