Update lib/package.json,update part of dependencies in app/package.json

1.from 6.xxx to 7.xxx
2.update part of dependencies in app/package.json that it eliminate warning when npm install
Signed-off-by: Yogi_Wang <yawang@vmware.com>
This commit is contained in:
Yogi_Wang 2019-05-06 17:05:27 +08:00
parent a6e1ff33be
commit af24cbfa57
3 changed files with 3623 additions and 1076 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@harbor/ui",
"version": "1.7.4-rc2",
"description": "Harbor shared UI components based on Clarity and Angular6",
"description": "Harbor shared UI components based on Clarity and Angular7",
"author": "CNCF",
"module": "index.js",
"main": "bundles/harborui.umd.min.js",
@ -10,7 +10,7 @@
"keywords": [
"Harbor",
"Clarity",
"Angular6"
"Angular7"
],
"license": "Apache 2.0",
"repository": {
@ -19,30 +19,30 @@
},
"homepage": "https://github.com/vmware/harbor#readme",
"peerDependencies": {
"@angular/animations": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
"@ngx-translate/core": "^6.0.0",
"@ngx-translate/http-loader": "0.0.3",
"@webcomponents/custom-elements": "^1.0.0",
"@clr/angular": "^0.12.0",
"@clr/ui": "^0.12.0",
"@clr/icons": "^0.12.0",
"core-js": "^2.4.1",
"@angular/animations": "^7.1.3",
"@angular/common": "^7.1.3",
"@angular/compiler": "^7.1.3",
"@angular/core": "^7.1.3",
"@angular/forms": "^7.1.3",
"@angular/http": "^7.1.3",
"@angular/platform-browser": "^7.1.3",
"@angular/platform-browser-dynamic": "^7.1.3",
"@angular/router": "^7.1.3",
"@ngx-translate/core": "^10.0.2",
"@ngx-translate/http-loader": "^3.0.1",
"@webcomponents/custom-elements": "^1.1.3",
"@clr/angular": "^1.0.0",
"@clr/ui": "^1.0.0",
"@clr/icons": "^1.0.0",
"core-js": "^2.5.4",
"intl": "^1.2.5",
"mutationobserver-shim": "^0.3.2",
"ngx-cookie": "^1.0.0",
"ngx-markdown": "^1.5.1",
"rxjs": "^6.2.2",
"ngx-markdown": "^6.2.0",
"rxjs": "^6.3.3",
"ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.1",
"zone.js": "^0.8.4",
"zone.js": "^0.8.26",
"tslib": "^1.9.0"
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,7 @@
"@clr/icons": "^1.0.0",
"@clr/ui": "^1.0.0",
"@fortawesome/fontawesome-free": "^5.1.0-4",
"@ng-bootstrap/ng-bootstrap": "^2.0.0",
"@ng-bootstrap/ng-bootstrap": "^4.0.0",
"@ngx-translate/core": "^10.0.2",
"@ngx-translate/http-loader": "^3.0.1",
"@types/jquery": "^2.0.41",
@ -43,16 +43,16 @@
"core-js": "^2.5.4",
"intl": "^1.2.5",
"jasmine-core": "^3.3.0",
"jquery": "^3.3.1",
"jquery": "^3.4.1",
"mutationobserver-shim": "^0.3.2",
"ng-packagr": "^4.1.1",
"ngx-clipboard": "^11.1.1",
"ng-packagr": "^4.5.0",
"ngx-clipboard": "^12.0.0",
"ngx-cookie": "^1.0.0",
"ngx-markdown": "^6.2.0",
"ngx-markdown": "^7.1.5",
"popper.js": "^1.14.3",
"rxjs": "^6.3.3",
"stream": "^0.0.2",
"swagger-ui": "^3.20.2",
"swagger-ui": "^3.22.1",
"ts-helpers": "^1.1.1",
"tslib": "^1.9.0",
"types": "^0.1.1",
@ -60,8 +60,8 @@
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.11.0",
"@angular-devkit/build-ng-packagr": "~0.11.0",
"@angular-devkit/build-angular": "^0.13.8",
"@angular-devkit/build-ng-packagr": "~0.13.8",
"@angular/cli": "^7.1.3",
"@angular/compiler-cli": "^7.1.3",
"@angular/language-service": "^7.1.3",
@ -69,7 +69,7 @@
"@types/jasmine": "^3.3.1",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"codelyzer": "~5.0.0",
"enhanced-resolve": "^3.0.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
@ -86,10 +86,9 @@
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.1",
"ts-node": "~5.0.1",
"tsickle": ">=0.29.0",
"tslib": "^1.9.0",
"tsickle": "^0.33.1",
"tslint": "~5.9.1",
"typescript": "^3.1.6",
"typescript": "3.1.3",
"typings": "^1.5.0",
"uglify-js": "3.3.18",
"webdriver-manager": "10.2.5"