refactored DockerfileServiceImpl to return promise instead of callbacks
This commit is contained in:
commit
4e913f106d
34 changed files with 299 additions and 490 deletions
15
package.json
15
package.json
|
@ -15,11 +15,11 @@
|
|||
},
|
||||
"homepage": "https://github.com/coreos-inc/quay#readme",
|
||||
"dependencies": {
|
||||
"angular": "1.5.3",
|
||||
"angular-animate": "^1.5.3",
|
||||
"angular-cookies": "^1.5.3",
|
||||
"angular-route": "^1.5.3",
|
||||
"angular-sanitize": "^1.5.3",
|
||||
"angular": "1.6.2",
|
||||
"angular-animate": "1.6.2",
|
||||
"angular-cookies": "1.6.2",
|
||||
"angular-route": "1.6.2",
|
||||
"angular-sanitize": "1.6.2",
|
||||
"bootbox": "^4.1.0",
|
||||
"bootstrap": "^3.3.2",
|
||||
"bootstrap-datepicker": "^1.6.4",
|
||||
|
@ -35,15 +35,16 @@
|
|||
"underscore": "^1.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/angular": "1.5.16",
|
||||
"@types/angular": "1.6.2",
|
||||
"@types/angular-mocks": "^1.5.8",
|
||||
"@types/angular-route": "^1.3.3",
|
||||
"@types/angular-sanitize": "^1.3.4",
|
||||
"@types/es6-shim": "^0.31.32",
|
||||
"@types/jasmine": "^2.5.41",
|
||||
"@types/jquery": "^2.0.40",
|
||||
"@types/react": "0.14.39",
|
||||
"@types/react-dom": "0.14.17",
|
||||
"angular-mocks": "^1.5.3",
|
||||
"angular-mocks": "1.6.2",
|
||||
"angular-ts-decorators": "0.0.19",
|
||||
"css-loader": "0.25.0",
|
||||
"jasmine-core": "^2.5.2",
|
||||
|
|
Reference in a new issue