|
18 | 18 | "format": "lerna run format" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@angular-devkit/core": "^9.0.5", |
22 | | - "@angular-devkit/schematics": "^9.0.5", |
23 | | - "@angular-devkit/schematics-cli": "^0.901.0", |
24 | | - "@devon4node/schematics": "^1.11.0", |
| 21 | + "@angular-devkit/core": "^10.0.5", |
| 22 | + "@angular-devkit/schematics": "^10.0.5", |
| 23 | + "@angular-devkit/schematics-cli": "^0.1000.5", |
25 | 24 | "@nestjs/cli": "^7.0.2", |
26 | 25 | "@nestjs/schematics": "^7.0.0", |
27 | | - "@schematics/angular": "^9.0.5", |
| 26 | + "@schematics/angular": "^10.0.5", |
28 | 27 | "chalk": "^4.0.0", |
29 | 28 | "fs-extra": "^9.0.0", |
30 | 29 | "inquirer": "^7.0.6", |
|
35 | 34 | "pluralize": "^8.0.0", |
36 | 35 | "prettier": "^2.0.0", |
37 | 36 | "rxjs": "^6.5.4", |
38 | | - "tmp-promise": "^2.0.2", |
| 37 | + "tmp-promise": "^3.0.2", |
39 | 38 | "ts-morph": "^7.0.0", |
40 | 39 | "typeorm": "^0.2.24", |
41 | 40 | "typescript": "^3.8.3", |
42 | 41 | "yargs": "^15.1.0" |
43 | 42 | }, |
44 | 43 | "devDependencies": { |
45 | | - "@commitlint/cli": "^8.3.5", |
46 | | - "@commitlint/config-conventional": "^8.3.4", |
| 44 | + "@commitlint/cli": "^9.1.1", |
| 45 | + "@commitlint/config-conventional": "^9.1.1", |
47 | 46 | "@nestjs/common": "^7.0.4", |
48 | 47 | "@nestjs/core": "^7.0.4", |
49 | 48 | "@nestjs/platform-express": "^7.0.4", |
50 | 49 | "@nestjs/testing": "^7.0.4", |
51 | | - "@types/inquirer": "^6.5.0", |
| 50 | + "@types/inquirer": "^7.3.0", |
52 | 51 | "@types/jasmine": "^3.5.2", |
53 | | - "@types/jest": "^25.1.4", |
| 52 | + "@types/jest": "^26.0.9", |
54 | 53 | "@types/js-yaml": "^3.12.2", |
55 | 54 | "@types/lodash": "^4.14.149", |
56 | | - "@types/node": "^13.9.0", |
| 55 | + "@types/node": "^14.0.27", |
57 | 56 | "@types/node-fetch": "^2.5.5", |
58 | 57 | "@types/nodemailer": "^6.4.0", |
59 | 58 | "@types/pluralize": "^0.0.29", |
|
62 | 61 | "@types/yargs": "^15.0.4", |
63 | 62 | "@typescript-eslint/eslint-plugin": "^2.22.0", |
64 | 63 | "@typescript-eslint/parser": "^2.22.0", |
65 | | - "class-transformer": "^0.2.3", |
| 64 | + "class-transformer": "^0.3.1", |
66 | 65 | "class-validator": "^0.12.0-rc.0", |
67 | 66 | "commitizen": "^4.0.3", |
68 | | - "cz-conventional-changelog": "3.1.0", |
| 67 | + "cz-conventional-changelog": "3.2.0", |
69 | 68 | "eslint": "^6.8.0", |
70 | 69 | "eslint-config-prettier": "^6.10.0", |
71 | 70 | "eslint-plugin-import": "^2.20.1", |
|
75 | 74 | "jasmine": "^3.5.0", |
76 | 75 | "jest": "^25.2.3", |
77 | 76 | "lerna": "^3.20.2", |
78 | | - "lint-staged": "^10.0.8", |
79 | 77 | "reflect-metadata": "^0.1.13", |
80 | 78 | "rxjs": "^6.5.4", |
81 | 79 | "ts-jest": "^25.2.1" |
|
88 | 86 | "husky": { |
89 | 87 | "hooks": { |
90 | 88 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", |
91 | | - "pre-commit": "lint-staged" |
| 89 | + "pre-commit": "lerna run lint" |
92 | 90 | } |
93 | | - }, |
94 | | - "lint-staged": { |
95 | | - "*.ts": "eslint --cache --fix" |
96 | 91 | } |
97 | 92 | } |
0 commit comments