Merge pull request #7651 from jwangyangls/updateLibPackage

Update lib/package.json
This commit is contained in:
jwangyangls 2019-05-07 10:46:42 +08:00 committed by GitHub
commit a58fb7086d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3623 additions and 1076 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@harbor/ui", "name": "@harbor/ui",
"version": "1.7.4-rc2", "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", "author": "CNCF",
"module": "index.js", "module": "index.js",
"main": "bundles/harborui.umd.min.js", "main": "bundles/harborui.umd.min.js",
@ -10,7 +10,7 @@
"keywords": [ "keywords": [
"Harbor", "Harbor",
"Clarity", "Clarity",
"Angular6" "Angular7"
], ],
"license": "Apache 2.0", "license": "Apache 2.0",
"repository": { "repository": {
@ -19,30 +19,30 @@
}, },
"homepage": "https://github.com/vmware/harbor#readme", "homepage": "https://github.com/vmware/harbor#readme",
"peerDependencies": { "peerDependencies": {
"@angular/animations": "^6.0.0", "@angular/animations": "^7.1.3",
"@angular/common": "^6.0.0", "@angular/common": "^7.1.3",
"@angular/compiler": "^6.0.0", "@angular/compiler": "^7.1.3",
"@angular/core": "^6.0.0", "@angular/core": "^7.1.3",
"@angular/forms": "^6.0.0", "@angular/forms": "^7.1.3",
"@angular/http": "^6.0.0", "@angular/http": "^7.1.3",
"@angular/platform-browser": "^6.0.0", "@angular/platform-browser": "^7.1.3",
"@angular/platform-browser-dynamic": "^6.0.0", "@angular/platform-browser-dynamic": "^7.1.3",
"@angular/router": "^6.0.0", "@angular/router": "^7.1.3",
"@ngx-translate/core": "^6.0.0", "@ngx-translate/core": "^10.0.2",
"@ngx-translate/http-loader": "0.0.3", "@ngx-translate/http-loader": "^3.0.1",
"@webcomponents/custom-elements": "^1.0.0", "@webcomponents/custom-elements": "^1.1.3",
"@clr/angular": "^0.12.0", "@clr/angular": "^1.0.0",
"@clr/ui": "^0.12.0", "@clr/ui": "^1.0.0",
"@clr/icons": "^0.12.0", "@clr/icons": "^1.0.0",
"core-js": "^2.4.1", "core-js": "^2.5.4",
"intl": "^1.2.5", "intl": "^1.2.5",
"mutationobserver-shim": "^0.3.2", "mutationobserver-shim": "^0.3.2",
"ngx-cookie": "^1.0.0", "ngx-cookie": "^1.0.0",
"ngx-markdown": "^1.5.1", "ngx-markdown": "^6.2.0",
"rxjs": "^6.2.2", "rxjs": "^6.3.3",
"ts-helpers": "^1.1.1", "ts-helpers": "^1.1.1",
"web-animations-js": "^2.2.1", "web-animations-js": "^2.2.1",
"zone.js": "^0.8.4", "zone.js": "^0.8.26",
"tslib": "^1.9.0" "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/icons": "^1.0.0",
"@clr/ui": "^1.0.0", "@clr/ui": "^1.0.0",
"@fortawesome/fontawesome-free": "^5.1.0-4", "@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/core": "^10.0.2",
"@ngx-translate/http-loader": "^3.0.1", "@ngx-translate/http-loader": "^3.0.1",
"@types/jquery": "^2.0.41", "@types/jquery": "^2.0.41",
@ -43,16 +43,16 @@
"core-js": "^2.5.4", "core-js": "^2.5.4",
"intl": "^1.2.5", "intl": "^1.2.5",
"jasmine-core": "^3.3.0", "jasmine-core": "^3.3.0",
"jquery": "^3.3.1", "jquery": "^3.4.1",
"mutationobserver-shim": "^0.3.2", "mutationobserver-shim": "^0.3.2",
"ng-packagr": "^4.1.1", "ng-packagr": "^4.5.0",
"ngx-clipboard": "^11.1.1", "ngx-clipboard": "^12.0.0",
"ngx-cookie": "^1.0.0", "ngx-cookie": "^1.0.0",
"ngx-markdown": "^6.2.0", "ngx-markdown": "^7.1.5",
"popper.js": "^1.14.3", "popper.js": "^1.14.3",
"rxjs": "^6.3.3", "rxjs": "^6.3.3",
"stream": "^0.0.2", "stream": "^0.0.2",
"swagger-ui": "^3.20.2", "swagger-ui": "^3.22.1",
"ts-helpers": "^1.1.1", "ts-helpers": "^1.1.1",
"tslib": "^1.9.0", "tslib": "^1.9.0",
"types": "^0.1.1", "types": "^0.1.1",
@ -60,8 +60,8 @@
"zone.js": "^0.8.26" "zone.js": "^0.8.26"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~0.11.0", "@angular-devkit/build-angular": "^0.13.8",
"@angular-devkit/build-ng-packagr": "~0.11.0", "@angular-devkit/build-ng-packagr": "~0.13.8",
"@angular/cli": "^7.1.3", "@angular/cli": "^7.1.3",
"@angular/compiler-cli": "^7.1.3", "@angular/compiler-cli": "^7.1.3",
"@angular/language-service": "^7.1.3", "@angular/language-service": "^7.1.3",
@ -69,7 +69,7 @@
"@types/jasmine": "^3.3.1", "@types/jasmine": "^3.3.1",
"@types/jasminewd2": "~2.0.3", "@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4", "@types/node": "~8.9.4",
"codelyzer": "~4.2.1", "codelyzer": "~5.0.0",
"enhanced-resolve": "^3.0.0", "enhanced-resolve": "^3.0.0",
"jasmine-spec-reporter": "~4.2.1", "jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1", "karma": "~1.7.1",
@ -86,10 +86,9 @@
"rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.1", "rollup-plugin-uglify": "^1.0.1",
"ts-node": "~5.0.1", "ts-node": "~5.0.1",
"tsickle": ">=0.29.0", "tsickle": "^0.33.1",
"tslib": "^1.9.0",
"tslint": "~5.9.1", "tslint": "~5.9.1",
"typescript": "^3.1.6", "typescript": "3.1.3",
"typings": "^1.5.0", "typings": "^1.5.0",
"uglify-js": "3.3.18", "uglify-js": "3.3.18",
"webdriver-manager": "10.2.5" "webdriver-manager": "10.2.5"