Skip to content

Commit

Permalink
update dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jul 8, 2023
1 parent df4b9c3 commit 500d727
Show file tree
Hide file tree
Showing 17 changed files with 11,067 additions and 4,760 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link rel="stylesheet" href="css/base.min.css" />
<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/react-intl@6.3.2/react-intl.iife.min.js"></script>
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/react-intl@6.4.4/react-intl.iife.min.js"></script>
</head>
<body>
<noscript><div id="noscript-message"><div id="noscript-title">Javascript support is required.</div>
Expand Down
14,025 changes: 10,343 additions & 3,682 deletions package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 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.22.8",
"version": "0.22.9",
"repository": {
"type": "git",
"url": "https://github.com/tinode/webapp.git"
Expand Down Expand Up @@ -65,29 +65,29 @@
"author": "Tinode Authors <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"firebase": "^9.17.2",
"libphonenumber-js": "^1.10.24",
"npm-check-updates": "^16.7.12",
"firebase": "^10.0.0",
"libphonenumber-js": "^1.10.37",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.3.0",
"tinode-sdk": "^0.22.8",
"react-intl": "^6.4.4",
"tinode-sdk": "^0.22.9",
"webm-duration-fix": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@formatjs/cli": "^6.0.4",
"babel-loader": "^9.1.2",
"babel-plugin-formatjs": "^10.4.0",
"browserslist": "^4.21.5",
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@formatjs/cli": "^6.1.3",
"babel-loader": "^9.1.3",
"babel-plugin-formatjs": "^10.5.3",
"browserslist": "^4.21.9",
"copy-webpack-plugin": "^11.0.0",
"cssnano": "^6.0.1",
"glob": "^10.2.7",
"postcss": "^8.4.21",
"glob": "^10.3.2",
"npm-check-updates": "^16.10.15",
"postcss": "^8.4.25",
"postcss-cli": "^10.1.0",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
}
}
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.22.8";
export const PACKAGE_VERSION = "0.22.9";
2 changes: 1 addition & 1 deletion umd/203.prod.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions umd/index.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -3593,7 +3593,7 @@ __webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ PACKAGE_VERSION: () => (/* binding */ PACKAGE_VERSION)
/* harmony export */ });
const PACKAGE_VERSION = "0.22.8";
const PACKAGE_VERSION = "0.22.9";

/***/ }),

Expand Down Expand Up @@ -16574,7 +16574,7 @@ function isVersionServiceProvider(provider) {
}

const name$o = "@firebase/app";
const version$1 = "0.9.12";
const version$1 = "0.9.14";

/**
* @license
Expand Down Expand Up @@ -16641,7 +16641,7 @@ const name$2 = "@firebase/firestore";
const name$1 = "@firebase/firestore-compat";

const name = "firebase";
const version = "9.22.2";
const version = "10.0.0";

/**
* @license
Expand Down Expand Up @@ -21197,7 +21197,7 @@ __webpack_require__.r(__webpack_exports__);


var name = "firebase";
var version = "9.22.2";
var version = "10.0.0";

/**
* @license
Expand Down Expand Up @@ -21706,6 +21706,7 @@ const unwrap = (value) => reverseTransformCache.get(value);
/******/ script.setAttribute("nonce", __webpack_require__.nc);
/******/ }
/******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
/******/
/******/ script.src = url;
/******/ }
/******/ inProgress[url] = [done];
Expand Down
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.

Loading

0 comments on commit 500d727

Please sign in to comment.