Bumped dependencies

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2021-10-28 18:39:34 +05:30
parent 2194cb65a2
commit 763aa8865b
6 changed files with 23911 additions and 4214 deletions

View File

@@ -9,7 +9,7 @@
},
"scripts": {
"start": "webpack serve --config ./webpack.dev.js --open",
"build": "webpack --config ./webpack.prod.js"
"build": "export NODE_OPTIONS=--openssl-legacy-provider; webpack --config ./webpack.prod.js"
},
"keywords": [],
"author": "Ajay Bura",
@@ -23,7 +23,7 @@
"emojibase-data": "^6.2.0",
"flux": "^4.0.1",
"html-react-parser": "^1.2.7",
"linkifyjs": "^3.0.0-beta.3",
"linkify-react": "^3.0.3",
"matrix-js-sdk": "^12.4.1",
"micromark": "^3.0.3",
"micromark-extension-gfm": "^1.0.0",