[mirotalk] - update dependencies

This commit is contained in:
Miroslav Pejic
2021-11-08 20:24:56 +01:00
parent 8628a9ead3
commit 3b9f74ca35
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -21,13 +21,13 @@
"dotenv": "^10.0.0",
"express": "^4.17.1",
"ngrok": "^4.2.2",
"socket.io": "^4.2.0",
"socket.io": "^4.3.2",
"swagger-ui-express": "^4.1.6",
"uuid": "8.3.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"node-fetch": "^3.0.0",
"node-fetch": "^3.1.0",
"prettier": "2.4.1"
}
}
-1
View File
@@ -633,7 +633,6 @@ body {
}
button:hover {
color: rgb(0, 180, 50);
transform: var(--btns-hover-scale);
}