Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from thehyve/dependencies
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
gijskant authored Nov 26, 2018
2 parents 71501a5 + e529d74 commit fe86a88
Show file tree
Hide file tree
Showing 8 changed files with 15,044 additions and 80 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Podium Registry


Podium Registry is a runtime application on which all applications registers and get their
configuration from also provides runtime monitoring dashboards.

Podium Registry is built based on JHipster registry (http://www.jhipster.tech/jhipster-registry)



For production instances, please set the following settings
in a file `registry-config.yml`:

Expand Down
28 changes: 11 additions & 17 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"appPath": "src/main/webapp/",
"testPath": "src/test/javascript/spec",
"dependencies": {
"angular": "1.5.5",
"angular-aria": "1.5.5",
"angular-bootstrap": "1.3.3",
"angular": "1.7.5",
"angular-aria": "1.7.5",
"angular-bootstrap": "2.5.0",
"angular-cache-buster": "0.4.3",
"angular-cookies": "1.5.5",
"ngstorage": "0.3.10",
"angular-cookies": "1.7.5",
"ngstorage": "0.3.11",
"angular-loading-bar": "0.9.0",
"angular-resource": "1.5.5",
"angular-sanitize": "1.5.5",
"angular-ui-router": "0.3.0",
"jquery": "2.2.4",
"angular-resource": "1.7.5",
"angular-sanitize": "1.7.5",
"angular-ui-router": "0.3.2",
"jquery": "3.3.1",
"json3": "3.3.2",
"messageformat": "0.3.1",
"messageformat": "2.0.4",
"modernizr": "3.3.1",
"bootswatch-dist": "flatly",
"angular-highlightjs": "0.6.1",
"highlightjs": "9.2.0"
},
"devDependencies": {
"angular-mocks": "1.5.2"
"angular-mocks": "1.7.5"
},
"overrides": {
"angular": {
Expand All @@ -47,11 +47,5 @@
"styles/monokai-sublime.css"
]
}
},
"resolutions": {
"angular": "1.5.2",
"angular-cookies": "1.5.2",
"angular-bootstrap": "1.2.5",
"jquery": "2.2.2"
}
}
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var gulp = require('gulp'),
rename = require('gulp-rename'),
eslint = require('gulp-eslint'),
argv = require('yargs').argv,
gutil = require('gulp-util'),
log = require('fancy-log'),
protractor = require('gulp-protractor').protractor,
es = require('event-stream'),
flatten = require('gulp-flatten'),
Expand Down Expand Up @@ -220,7 +220,7 @@ gulp.task('protractor', function () {
.pipe(plumber({errorHandler: handleErrors}))
.pipe(protractor(configObj))
.on('error', function () {
gutil.log('E2E Tests failed');
log.error('E2E Tests failed');
process.exit(1);
});
});
Expand Down
Loading

0 comments on commit fe86a88

Please sign in to comment.