Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Update file-loader and the other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Feb 1, 2017
1 parent 5e3add8 commit 8bb6a4d
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 106 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"fela-plugin-placeholder-prefixer": "^4.1.2",
"fela-plugin-validator": "^4.1.0",
"fela-preset-web": "^4.1.0",
"file-loader": "^0.9.0",
"file-loader": "^0.10.0",
"firebase": "^3.1.0",
"flow-bin": "0.35.0",
"gravatar": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/common/auth/actions.js
Expand Up @@ -96,7 +96,7 @@ const signInEpic = (
) => {
// groups.google.com/forum/#!msg/firebase-talk/643d_lwUAMI/bfQyn8D-BQAJ
// stackoverflow.com/a/33997042/233902
// It's probably fixed: github.com/este/este/issues/1295
// Workaround still needed with Firebase 3.6.8
const isMobileFacebookApp = () => {
const ua = navigator.userAgent || navigator.vendor; // eslint-disable-line no-undef
return ua.indexOf('FBAN') > -1 || ua.indexOf('FBAV') > -1;
Expand Down

0 comments on commit 8bb6a4d

Please sign in to comment.