Skip to content

Commit

Permalink
Merge pull request #2036 from rhamilto/dependency-updates
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Sep 11, 2017
2 parents 375e384 + 994850a commit a0fe3ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"angular-moment": "1.0.0",
"angular-utf8-base64": "0.0.5",
"file-saver": "1.3.3",
"origin-web-common": "0.0.53",
"origin-web-catalog": "0.0.43"
"origin-web-common": "0.0.54",
"origin-web-catalog": "0.0.44"
},
"devDependencies": {
"angular-mocks": "1.5.11",
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -75049,7 +75049,7 @@ this.dismissDelay = 8e3, this.autoDismissTypes = [ "info", "success" ], this.$ge
var t = [], n = this.dismissDelay, i = this.autoDismissTypes, r = function(e, t) {
return t ? "hide/notification/" + t + "/" + e : "hide/notification/" + e;
}, o = function(n) {
n.id = n.id || _.uniqueId("notification-"), n.timestamp = new Date().toISOString(), a(n) || s(n) || (t.push(n), e.$emit("NotificationsService.onNotificationAdded", n));
n.id = n.id || _.uniqueId("notification-") + Date.now(), n.timestamp = new Date().toISOString(), a(n) || s(n) || (t.push(n), e.$emit("NotificationsService.onNotificationAdded", n));
}, a = function(e) {
if (!e.id) return !1;
var t = r(e.id, e.namespace);
Expand Down
6 changes: 4 additions & 2 deletions dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0fe3ea

Please sign in to comment.