chore: upgrade dependencies

This commit is contained in:
yanglbme 2021-11-23 14:22:01 +08:00
parent 7080f1df40
commit fd84f4545e
4 changed files with 10 additions and 6 deletions

View File

@ -3,6 +3,7 @@ name: Build and Deploy
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build-and-deploy:

View File

@ -8,6 +8,7 @@ on:
- "**.jpeg"
- "**.png"
- "**.webp"
workflow_dispatch:
jobs:
compress:

View File

@ -33,7 +33,8 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
欢迎各位朋友随时提交 PR让这款微信 Markdown 编辑器变得更好!如果你有新的想法,也欢迎在 [Discussions 讨论区](https://github.com/doocs/md/discussions)反馈。
## 如何开发和部署
``` sh
```sh
# 安装依赖
npm i
@ -45,12 +46,13 @@ npm run build
```
## 测试
``` sh
```sh
# 启动模拟服务
npm run mm
```
``` sh
```sh
npm run build
# 访问 http://127.0.0.1:9000/md

View File

@ -10,12 +10,12 @@
},
"dependencies": {
"@vue/shared": "^3.0.11",
"ali-oss": "^6.15.2",
"ali-oss": "^6.16.0",
"axios": "^0.21.2",
"buffer-from": "^1.1.1",
"codemirror": "^5.61.0",
"core-js": "^3.11.0",
"cos-js-sdk-v5": "^1.2.9",
"cos-js-sdk-v5": "^1.3.1",
"crypto-js": "^4.0.0",
"element-ui": "^2.15.1",
"jquery": "^3.6.0",
@ -23,7 +23,7 @@
"marked": "^2.0.3",
"prettier": "^2.2.1",
"prettify": "^0.1.7",
"qiniu-js": "^3.1.4",
"qiniu-js": "^3.4.0",
"regenerator-runtime": "^0.13.7",
"uuid": "^8.3.2",
"vue": "^2.6.12",