mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +01:00
update related package.json files
This commit is contained in:
parent
44e208f027
commit
ef4581449f
@ -18,15 +18,15 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^4.1.0",
|
"@angular/animations": "^4.1.3",
|
||||||
"@angular/common": "^4.1.0",
|
"@angular/common": "^4.1.3",
|
||||||
"@angular/compiler": "^4.1.0",
|
"@angular/compiler": "^4.1.3",
|
||||||
"@angular/core": "^4.1.0",
|
"@angular/core": "^4.1.3",
|
||||||
"@angular/forms": "^4.1.0",
|
"@angular/forms": "^4.1.3",
|
||||||
"@angular/http": "^4.1.0",
|
"@angular/http": "^4.1.3",
|
||||||
"@angular/platform-browser": "^4.1.0",
|
"@angular/platform-browser": "^4.1.3",
|
||||||
"@angular/platform-browser-dynamic": "^4.1.0",
|
"@angular/platform-browser-dynamic": "^4.1.3",
|
||||||
"@angular/router": "^4.1.0",
|
"@angular/router": "^4.1.3",
|
||||||
"@ngx-translate/core": "^6.0.0",
|
"@ngx-translate/core": "^6.0.0",
|
||||||
"@ngx-translate/http-loader": "0.0.3",
|
"@ngx-translate/http-loader": "0.0.3",
|
||||||
"@webcomponents/custom-elements": "1.0.0-alpha.3",
|
"@webcomponents/custom-elements": "1.0.0-alpha.3",
|
||||||
|
@ -19,27 +19,29 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/vmware/harbor#readme",
|
"homepage": "https://github.com/vmware/harbor#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/animations": "^4.0.1",
|
"@angular/animations": "^4.1.3",
|
||||||
"@angular/common": "^4.0.1",
|
"@angular/common": "^4.1.3",
|
||||||
"@angular/compiler": "^4.0.1",
|
"@angular/compiler": "^4.1.3",
|
||||||
"@angular/core": "^4.0.1",
|
"@angular/core": "^4.1.3",
|
||||||
"@angular/forms": "^4.0.1",
|
"@angular/forms": "^4.1.3",
|
||||||
"@angular/http": "^4.0.1",
|
"@angular/http": "^4.1.3",
|
||||||
"@angular/platform-browser": "^4.0.1",
|
"@angular/platform-browser": "^4.1.3",
|
||||||
"@angular/platform-browser-dynamic": "^4.0.1",
|
"@angular/platform-browser-dynamic": "^4.1.3",
|
||||||
"@angular/router": "^4.0.1",
|
"@angular/router": "^4.1.3",
|
||||||
"@webcomponents/custom-elements": "1.0.0-alpha.3",
|
|
||||||
"web-animations-js": "^2.2.1",
|
|
||||||
"clarity-angular": "^0.9.0",
|
|
||||||
"clarity-icons": "^0.9.0",
|
|
||||||
"clarity-ui": "^0.9.0",
|
|
||||||
"core-js": "^2.4.1",
|
|
||||||
"rxjs": "^5.0.1",
|
|
||||||
"ts-helpers": "^1.1.1",
|
|
||||||
"zone.js": "^0.8.4",
|
|
||||||
"mutationobserver-shim": "^0.3.2",
|
|
||||||
"@ngx-translate/core": "^6.0.0",
|
"@ngx-translate/core": "^6.0.0",
|
||||||
"@ngx-translate/http-loader": "0.0.3",
|
"@ngx-translate/http-loader": "0.0.3",
|
||||||
"ngx-cookie": "^1.0.0"
|
"@webcomponents/custom-elements": "1.0.0-alpha.3",
|
||||||
|
"clarity-angular": "^0.9.7",
|
||||||
|
"clarity-icons": "^0.9.7",
|
||||||
|
"clarity-ui": "^0.9.7",
|
||||||
|
"core-js": "^2.4.1",
|
||||||
|
"intl": "^1.2.5",
|
||||||
|
"mutationobserver-shim": "^0.3.2",
|
||||||
|
"ngx-clipboard": "^8.0.2",
|
||||||
|
"ngx-cookie": "^1.0.0",
|
||||||
|
"rxjs": "^5.0.1",
|
||||||
|
"ts-helpers": "^1.1.1",
|
||||||
|
"web-animations-js": "^2.2.1",
|
||||||
|
"zone.js": "^0.8.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -13,24 +13,23 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^4.0.1",
|
"@angular/animations": "^4.1.3",
|
||||||
"@angular/common": "^4.0.1",
|
"@angular/common": "^4.1.3",
|
||||||
"@angular/compiler": "^4.0.1",
|
"@angular/compiler": "^4.1.3",
|
||||||
"@angular/compiler-cli": "^4.0.2",
|
"@angular/compiler-cli": "^4.0.2",
|
||||||
"@angular/core": "^4.0.1",
|
"@angular/core": "^4.1.3",
|
||||||
"@angular/forms": "^4.0.1",
|
"@angular/forms": "^4.1.3",
|
||||||
"@angular/http": "^4.0.1",
|
"@angular/http": "^4.1.3",
|
||||||
"@angular/platform-browser": "^4.0.1",
|
"@angular/platform-browser": "^4.1.3",
|
||||||
"@angular/platform-browser-dynamic": "^4.0.1",
|
"@angular/platform-browser-dynamic": "^4.1.3",
|
||||||
"@angular/platform-server": "^4.0.2",
|
"@angular/router": "^4.1.3",
|
||||||
"@angular/router": "^4.0.1",
|
|
||||||
"@ngx-translate/core": "^6.0.0",
|
"@ngx-translate/core": "^6.0.0",
|
||||||
"@ngx-translate/http-loader": "0.0.3",
|
"@ngx-translate/http-loader": "0.0.3",
|
||||||
"@types/jquery": "^2.0.41",
|
"@types/jquery": "^2.0.41",
|
||||||
"@webcomponents/custom-elements": "1.0.0-alpha.3",
|
"@webcomponents/custom-elements": "1.0.0-alpha.3",
|
||||||
"clarity-angular": "^0.9.0",
|
"clarity-angular": "^0.9.7",
|
||||||
"clarity-icons": "^0.9.0",
|
"clarity-icons": "^0.9.7",
|
||||||
"clarity-ui": "^0.9.0",
|
"clarity-ui": "^0.9.7",
|
||||||
"core-js": "^2.4.1",
|
"core-js": "^2.4.1",
|
||||||
"harbor-ui": "^0.1.85",
|
"harbor-ui": "^0.1.85",
|
||||||
"intl": "^1.2.5",
|
"intl": "^1.2.5",
|
||||||
@ -44,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/cli": "^1.0.0",
|
"@angular/cli": "^1.0.0",
|
||||||
"@angular/compiler-cli": "^4.0.1",
|
"@angular/compiler-cli": "^4.0.2",
|
||||||
"@types/core-js": "^0.9.34",
|
"@types/core-js": "^0.9.34",
|
||||||
"@types/jasmine": "~2.2.30",
|
"@types/jasmine": "~2.2.30",
|
||||||
"@types/node": "^6.0.42",
|
"@types/node": "^6.0.42",
|
||||||
|
Loading…
Reference in New Issue
Block a user