Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed May 19, 2024
1 parent ea8b1a8 commit 1f04f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth/chromextension/background.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- ***************************************************************************************
* TODO(DEVELOPER): Make sure you are importing the latest version of the Firebase JS. *
*************************************************************************************** -->
<script src="https://www.gstatic.com/firebasejs/9.22.1/firebase-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.12.0/firebase-compat.js"></script>
<script src="background.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion auth/chromextension/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- ***************************************************************************************
* TODO(DEVELOPER): Make sure you are importing the latest version of the Firebase JS. *
*************************************************************************************** -->
<script src="https://www.gstatic.com/firebasejs/9.22.1/firebase-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.12.0/firebase-compat.js"></script>
<script src="credentials.js"></script>
</head>
<body>
Expand Down

0 comments on commit 1f04f6f

Please sign in to comment.