Skip to content

Commit

Permalink
updated dependencies, bumped version to 0.17.1 and rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 4, 2021
1 parent 2ecb522 commit 2b12baa
Show file tree
Hide file tree
Showing 12 changed files with 167 additions and 167 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/[email protected]/umd/react.production.min.js"></script>
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/[email protected]/umd/react-dom.production.min.js"></script>
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/[email protected]/react-intl.iife.min.js"></script>
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/[email protected].3/firebase-app.js"></script>
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/[email protected].3/firebase-messaging.js"></script>
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/[email protected].4/firebase-app.js"></script>
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/[email protected].4/firebase-messaging.js"></script>
</head>
<body>
<noscript><div id="noscript-message"><div id="noscript-title">Javascript support is required.</div>
Expand Down
302 changes: 151 additions & 151 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tinode-webapp",
"description": "Tinode messenger for the web",
"version": "0.17.1-rc1",
"version": "0.17.1",
"repository": {
"type": "git",
"url": "https://github.com/tinode/example-react-js.git"
Expand Down Expand Up @@ -63,11 +63,11 @@
"author": "Tinode Authors <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"firebase": "^8.6.3",
"firebase": "^8.6.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-intl": "^5.18.3",
"tinode-sdk": "^0.17.1-rc1"
"tinode-sdk": "^0.17.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
Expand Down
4 changes: 2 additions & 2 deletions service-worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Must be located at the root.
importScripts('https://cdn.jsdelivr.net/npm/[email protected].3/firebase-app.js');
importScripts('https://cdn.jsdelivr.net/npm/[email protected].3/firebase-messaging.js');
importScripts('https://cdn.jsdelivr.net/npm/[email protected].4/firebase-app.js');
importScripts('https://cdn.jsdelivr.net/npm/[email protected].4/firebase-messaging.js');
importScripts('firebase-init.js');
importScripts('version.js');

Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This is a generated file. Don't edit.

export const PACKAGE_VERSION = "0.17.1-rc1";
export const PACKAGE_VERSION = "0.17.1";
2 changes: 1 addition & 1 deletion umd/index.dev.js

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

2 changes: 1 addition & 1 deletion umd/index.dev.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion umd/index.prod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion umd/index.prod.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions umd/tinode.dev.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion umd/tinode.prod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This is a generated file. Don't edit.

const PACKAGE_VERSION = "0.17.1-rc1";
const PACKAGE_VERSION = "0.17.1";

0 comments on commit 2b12baa

Please sign in to comment.