Skip to content

Commit

Permalink
chore(deps): update to latest dependency versions (#163)
Browse files Browse the repository at this point in the history
* chore(deps): update most dev deps to latest

* chore(deps): update to eslint@6

* chore(deps): update to @seadub/danger-plugin-eslint@1.0.1
  • Loading branch information
ewanharris authored and longton95 committed Jul 15, 2019
1 parent dad3a08 commit 2c29306
Show file tree
Hide file tree
Showing 6 changed files with 2,832 additions and 2,230 deletions.
3 changes: 1 addition & 2 deletions dangerfile.js
@@ -1,6 +1,5 @@
/* global process, fail */
/* global fail */

// requires
const eslint = require('@seadub/danger-plugin-eslint').default;
const junit = require('@seadub/danger-plugin-junit').default;
const dependencies = require('@seadub/danger-plugin-dependencies').default;
Expand Down
1 change: 1 addition & 0 deletions lib/appc.js
Expand Up @@ -30,6 +30,7 @@ const Appc = {
*/
isUserLoggedIn() {
const session = this.session();
// eslint-disable-next-line no-prototype-builtins
if (session && session.hasOwnProperty('session') && session.hasOwnProperty('expiry')) {
return (session.expiry - +new Date() > 0);
}
Expand Down

0 comments on commit 2c29306

Please sign in to comment.