Skip to content

Commit

Permalink
fix: vue转移到devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Sep 7, 2021
1 parent 48289be commit 9af76bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/fast-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"deepdash-es": "5.3.5",
"lodash-es": "^4.17.15",
"lru-cache": "^6.0.0",
"vue": "^3.1.4",
"vuedraggable": "^4.0.3"
},
"devDependencies": {
"vue": "^3.1.4",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@iconify/json": "^1.1.310",
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-extends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"object-assign": "^4.1.1",
"qiniu-js": "3.3.1",
"quill": "^1.3.7",
"vue": "^3.1.4",
"vue-cropperjs": "^5.0.0",
"wangeditor": "^4.7.5"
},
Expand Down Expand Up @@ -69,6 +68,7 @@
"ts-node": "^10.1.0",
"typescript": "4.3.5",
"vite": "^2.4.2",
"vue": "^3.1.4",
"vite-plugin-compression": "^0.3.0",
"vue-eslint-parser": "^7.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/ui-antdv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@fast-crud/ui-interface": "^0.17.2",
"ant-design-vue": "^2.2.2",
"vue": "^3.1.4"
"ant-design-vue": "^2.2.2"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
Expand Down Expand Up @@ -43,7 +42,8 @@
"typescript": "4.3.5",
"vite": "^2.4.2",
"vite-plugin-compression": "^0.3.0",
"vue-eslint-parser": "^7.5.0"
"vue-eslint-parser": "^7.5.0",
"vue": "^3.1.4"
},
"gitHead": "9fdb21a31333678c475e2c55b8f80298b1f58f00"
}
4 changes: 2 additions & 2 deletions packages/ui/ui-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "MIT",
"dependencies": {
"@fast-crud/ui-interface": "^0.17.2",
"element-plus": "^1.0.2-beta.55",
"vue": "^3.1.4"
"element-plus": "^1.0.2-beta.55"
},
"devDependencies": {
"vue": "^3.1.4",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@rollup/plugin-strip": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/ui-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"author": "Greper",
"license": "MIT",
"dependencies": {
"vue": "^3.1.4"
},
"devDependencies": {
"vue": "^3.1.4",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@rollup/plugin-strip": "^2.0.0",
Expand Down

0 comments on commit 9af76bc

Please sign in to comment.