[mirotalk] - add video mirror btn, update dep

This commit is contained in:
Miroslav Pejic
2024-01-17 14:10:39 +01:00
parent 9ff9e91846
commit 7e8d97abe3
4 changed files with 61 additions and 6 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.2.70",
"version": "1.2.71",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -58,7 +58,7 @@
},
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.0.2",
"prettier": "3.2.1"
"nodemon": "^3.0.3",
"prettier": "3.2.4"
}
}