chore: remove redundant dependencies

This commit is contained in:
陈文彬 2020-10-08 14:52:15 +08:00
parent e410ce4aea
commit e4c952f381
2 changed files with 2 additions and 4 deletions

View File

@ -197,8 +197,8 @@ yarn log # 生成CHANGELOG
- [x] 系统性能优化 - [x] 系统性能优化
- [x] 兼容最新`vuex`,`vue-router` - [x] 兼容最新`vuex`,`vue-router`
- [x] 图片预览组件 - [x] 图片预览组件
- [ ] 表格组件 - [x] 表格组件
- [ ] 可编辑表格 - [x] 可编辑表格
- [ ] 图表库 - [ ] 图表库
- [ ] 数字动画 - [ ] 数字动画
- [ ] 主题配置 - [ ] 主题配置

View File

@ -71,7 +71,6 @@
"koa-static": "^5.0.0", "koa-static": "^5.0.0",
"less": "^3.12.2", "less": "^3.12.2",
"lint-staged": "^10.4.0", "lint-staged": "^10.4.0",
"ora": "^5.1.0",
"portfinder": "^1.0.28", "portfinder": "^1.0.28",
"postcss-import": "^12.0.1", "postcss-import": "^12.0.1",
"prettier": "^2.1.2", "prettier": "^2.1.2",
@ -88,7 +87,6 @@
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"typescript": "^4.0.3", "typescript": "^4.0.3",
"vite": "^1.0.0-rc.4", "vite": "^1.0.0-rc.4",
"vite-jsx": "^1.0.5",
"vite-plugin-mock": "^1.0.2", "vite-plugin-mock": "^1.0.2",
"vite-plugin-purge-icons": "^0.4.1", "vite-plugin-purge-icons": "^0.4.1",
"vue-eslint-parser": "^7.1.0" "vue-eslint-parser": "^7.1.0"