|
11 | 11 | "commander": "4.0.1",
|
12 | 12 | "strip-json-comments": "^3.0.1",
|
13 | 13 | "tslint": "5.20.1",
|
14 |
| - "typescript": "3.7.2" |
| 14 | + "typescript": "3.7.4" |
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 |
| - "@babel/core": "7.7.2", |
18 |
| - "@babel/preset-env": "7.7.1", |
19 |
| - "@babel/preset-typescript": "7.7.2", |
20 |
| - "@types/jest": "24.0.23", |
21 |
| - "@types/node": "12.12.7", |
22 |
| - "@typescript-eslint/eslint-plugin": "2.7.0", |
23 |
| - "@typescript-eslint/parser": "2.7.0", |
| 17 | + "@babel/core": "7.7.7", |
| 18 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", |
| 19 | + "@babel/plugin-proposal-optional-chaining": "^7.7.5", |
| 20 | + "@babel/preset-env": "7.7.7", |
| 21 | + "@babel/preset-typescript": "7.7.7", |
| 22 | + "@types/jest": "24.0.24", |
| 23 | + "@types/node": "12.12.21", |
| 24 | + "@typescript-eslint/eslint-plugin": "2.12.0", |
| 25 | + "@typescript-eslint/parser": "2.12.0", |
24 | 26 | "babel-jest": "24.9.0",
|
25 |
| - "eslint": "6.6.0", |
26 |
| - "eslint-config-prettier": "6.5.0", |
27 |
| - "husky": "3.0.9", |
| 27 | + "eslint": "6.8.0", |
| 28 | + "eslint-config-prettier": "6.7.0", |
| 29 | + "husky": "3.1.0", |
28 | 30 | "jest": "24.9.0",
|
29 |
| - "lint-staged": "9.4.3", |
| 31 | + "lint-staged": "9.5.0", |
30 | 32 | "prettier": "1.19.1",
|
31 | 33 | "strip-ansi": "6.0.0"
|
32 | 34 | },
|
|
0 commit comments