Skip to content

Commit

Permalink
Auto-update dependencies. (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Jun 26, 2020
1 parent 73287c2 commit 57ef216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions firebase-messaging-sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
importScripts('/__/firebase/7.15.4/firebase-app.js');
importScripts('/__/firebase/7.15.4/firebase-messaging.js');
importScripts('/__/firebase/7.15.5/firebase-app.js');
importScripts('/__/firebase/7.15.5/firebase-messaging.js');
importScripts('/__/firebase/init.js');

firebase.messaging();
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ <h2 id="my-mdc-dialog-label" class="mdc-dialog__header__title">
</aside>
</div>

<script src="/__/firebase/7.15.4/firebase-app.js"></script>
<script src="/__/firebase/7.15.4/firebase-auth.js"></script>
<script src="/__/firebase/7.15.4/firebase-firestore.js"></script>
<script src="/__/firebase/7.15.5/firebase-app.js"></script>
<script src="/__/firebase/7.15.5/firebase-auth.js"></script>
<script src="/__/firebase/7.15.5/firebase-firestore.js"></script>
<script src="/__/firebase/init.js"></script>

<script src="//unpkg.com/navigo@6"></script>
Expand Down

0 comments on commit 57ef216

Please sign in to comment.