|
2 | 2 | "devDependencies": { |
3 | 3 | "@types/core-decorators": "^0.20.0", |
4 | 4 | "@types/defer-promise": "^1.0.0", |
5 | | - "@types/express": "^4.16.0", |
| 5 | + "@types/express": "^4.17.2", |
6 | 6 | "@types/get-port": "^4.0.0", |
7 | | - "@types/jest": "^24.0.18", |
8 | | - "@types/node": "^12.7.5", |
9 | | - "@types/ramda": "^0.26.22", |
10 | | - "@types/sinon": "^7.0.13", |
11 | | - "@types/socket.io": "^2.1.0", |
| 7 | + "@types/jest": "^24.0.22", |
| 8 | + "@types/node": "^12.12.6", |
| 9 | + "@types/ramda": "^0.26.33", |
| 10 | + "@types/sinon": "^7.5.0", |
| 11 | + "@types/socket.io": "^2.1.4", |
12 | 12 | "@types/socket.io-client": "^1.4.32", |
13 | | - "@types/uuid": "^3.4.4", |
| 13 | + "@types/uuid": "^3.4.6", |
14 | 14 | "core-decorators": "^0.20.0", |
15 | 15 | "defer-promise": "^2.0.1", |
16 | | - "eslint": "^6.4.0", |
| 16 | + "eslint": "^6.6.0", |
17 | 17 | "express": "^4.16.4", |
18 | 18 | "get-port": "^5.0.0", |
19 | 19 | "jest": "^24.9.0", |
20 | 20 | "ramda": "^0.26.1", |
21 | | - "sinon": "^7.1.1", |
22 | | - "socket.io": "^2.1.1", |
23 | | - "socket.io-client": "^2.1.1", |
| 21 | + "sinon": "^7.5.0", |
| 22 | + "socket.io": "^2.3.0", |
| 23 | + "socket.io-client": "^2.3.0", |
24 | 24 | "ts-jest": "^24.1.0", |
25 | 25 | "ts-node": "^8.4.1", |
26 | | - "tslint": "^5.11.0", |
| 26 | + "tslint": "^5.20.1", |
27 | 27 | "tslint-eslint-rules": "^5.4.0", |
28 | 28 | "tslint-microsoft-contrib": "^6.2.0", |
29 | | - "typescript": "^3.1.6", |
| 29 | + "typescript": "^3.7.2", |
30 | 30 | "typescript-string-enums": "^1.0.0" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | | - "fp-ts": "^2.0.5", |
| 33 | + "fp-ts": "^2.1.1", |
34 | 34 | "io-ts": "^2.0.1", |
35 | 35 | "typelevel-ts": "^0.3.2", |
36 | 36 | "uuid": "^3.3.2" |
|
0 commit comments