Skip to content

Commit

Permalink
🐛 修复一个package.json的依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zjl1985 committed Feb 4, 2019
1 parent dd9d1e7 commit 78dfb00
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gaoxin-cli",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.1",
"description": "高信ng的脚手架",
"author": "zhangjunlong<[email protected]>",
"repository": {
Expand Down
36 changes: 19 additions & 17 deletions src/gx-cli/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,19 @@
"not ie <= 10",
"not ie_mob <= 10"
],
"resolutions": {
"terser": "3.14.1"
},
"dependencies": {
"@angular/animations": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/http": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"@angular/animations": "~7.0.0",
"@angular/common": "~7.0.0",
"@angular/compiler": "~7.0.0",
"@angular/core": "~7.0.0",
"@angular/forms": "~7.0.0",
"@angular/http": "~7.0.0",
"@angular/platform-browser": "~7.0.0",
"@angular/platform-browser-dynamic": "~7.0.0",
"@angular/router": "~7.0.0",
"@antv/data-set": "^0.8.8",
"@antv/g2": "^3.0.11",
"@antv/g2-plugin-slider": "^2.0.2",
Expand Down Expand Up @@ -77,18 +80,18 @@
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.12.0",
"@angular/cli": "~7.2.0",
"@angular/compiler-cli": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@angular-devkit/build-angular": "~0.10.0",
"@angular/cli": "^7.0.0",
"@angular/compiler-cli": "~7.0.0",
"@angular/language-service": "~7.0.0",
"@angularclass/hmr": "^2.1.3",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/jszip": "^3.1.3",
"@types/mockjs": "^1.0.2",
"@types/node": "~8.9.4",
"codecov": "^3.0.2",
"codelyzer": "~4.2.1",
"codelyzer": "~4.5.0",
"editorconfig-tools": "^0.1.1",
"gh-pages": "^1.1.0",
"jasmine-core": "~2.99.1",
Expand All @@ -109,8 +112,7 @@
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"tslint-config-prettier": "^1.17.0",
"tslint-language-service": "^0.9.9",
"typescript": "~3.2.2",
"typescript": "~3.1.1",
"webpack-bundle-analyzer": "^3.0.3",
"xlsx": "^0.14.1"
},
Expand All @@ -130,4 +132,4 @@
"git add"
]
}
}
}

0 comments on commit 78dfb00

Please sign in to comment.