Merge remote-tracking branch 'origin/v3.4' into dev

This commit is contained in:
proddy
2022-01-23 17:56:52 +01:00
parent 02e2b51814
commit 77e1898512
538 changed files with 32282 additions and 38655 deletions

View File

@@ -3,6 +3,6 @@
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
"printWidth": 120
}

File diff suppressed because it is too large Load Diff

View File

@@ -11,8 +11,11 @@
"author": "proddy",
"license": "ISC",
"dependencies": {
"@msgpack/msgpack": "^2.7.0",
"express": "^4.17.1",
"nodemon": "^2.0.7"
"@msgpack/msgpack": "^2.7.1",
"compression": "^1.7.4",
"express": "^4.17.2",
"express-sse": "^0.5.3",
"nodemon": "^2.0.15",
"ws": "^8.4.2"
}
}

File diff suppressed because it is too large Load Diff