* chore: upgrade relevant deps

* fix: electron app to tray

* chore: cleanup dictionary

* feat: handle several messages in a event

* ux: disable irrelevant buttons in browser

* feat: parse and validate subscriptions

* feat: create UI for OSC Integration

* fix: cleanup logger behaviour

* feat: allow OSC settings to be changed at runtime
This commit is contained in:
Carlos Valente
2023-03-23 08:33:22 +01:00
committed by GitHub
parent 73533600a0
commit e937af62b1
36 changed files with 925 additions and 765 deletions
+2 -3
View File
@@ -15,13 +15,12 @@
"express-validator": "^6.14.2",
"lowdb": "^5.0.5",
"multer": "^1.4.4",
"nanoid": "^4.0.0",
"node-osc": "^8.0.9",
"node-osc": "^8.0.10",
"node-xlsx": "^0.21.0",
"ontime-utils": "workspace:*",
"passport": "^0.6.0",
"passport-local": "~1.0.0",
"ws": "^8.12.1"
"ws": "^8.13.0"
},
"devDependencies": {
"@types/express": "^4.17.17",