|
41 | 41 | "@types/node": ">=12.12.6"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/core": "~7.7.5", |
45 |
| - "@babel/preset-env": "~7.7.6", |
46 |
| - "@babel/preset-typescript": "~7.7.4", |
47 |
| - "@types/jest": "~25.1.0", |
| 44 | + "@babel/core": "~7.9.0", |
| 45 | + "@babel/preset-env": "~7.9.0", |
| 46 | + "@babel/preset-typescript": "~7.9.0", |
| 47 | + "@types/jest": "~25.2.1", |
48 | 48 | "@types/lodash": "^4.14.0",
|
49 | 49 | "@types/node": "^12.0.0",
|
50 |
| - "@types/pluralize": "^0.0.29", |
51 |
| - "@typescript-eslint/eslint-plugin": "~2.14.0", |
52 |
| - "@typescript-eslint/parser": "~2.14.0", |
| 50 | + "@types/pluralize": "~0.0.29", |
| 51 | + "@typescript-eslint/eslint-plugin": "~2.27.0", |
| 52 | + "@typescript-eslint/parser": "~2.27.0", |
53 | 53 | "eslint": "~6.8.0",
|
54 | 54 | "eslint-config-airbnb-base": "~14.0.0",
|
55 | 55 | "eslint-import-resolver-typescript": "~2.0.0",
|
|
58 | 58 | "eslint-plugin-promise": "~4.2.1",
|
59 | 59 | "eslint-plugin-unicorn": "~15.0.1",
|
60 | 60 | "husky": "~3.1.0",
|
61 |
| - "jest": "~25.1.0", |
| 61 | + "jest": "~25.2.7", |
62 | 62 | "jest-extended": "~0.11.5",
|
63 | 63 | "rimraf": "~3.0.0",
|
64 | 64 | "typeorm": "^0.2.22",
|
65 |
| - "typescript": "~3.7.5" |
| 65 | + "typescript": "~3.8.3" |
66 | 66 | },
|
67 | 67 | "husky": {
|
68 | 68 | "hooks": {
|
|
0 commit comments