27
27
"reflect-metadata" : " ^0.1.13"
28
28
},
29
29
"devDependencies" : {
30
+ "@angular-devkit/schematics" : " ^15.1.2" ,
30
31
"@azure/functions" : " 3.5.0" ,
31
32
"@commitlint/cli" : " 17.4.2" ,
32
33
"@commitlint/config-angular" : " 17.4.2" ,
33
34
"@nestjs/common" : " ^9.2.1" ,
34
35
"@nestjs/core" : " ^9.2.1" ,
35
36
"@nestjs/schematics" : " ^9.0.4" ,
36
37
"@types/node" : " 18.11.18" ,
38
+ "@types/jest" : " 26.0.24" ,
37
39
"@typescript-eslint/eslint-plugin" : " 5.48.2" ,
38
40
"@typescript-eslint/parser" : " 5.48.2" ,
41
+ "@schematics/angular" : " ^15.1.2" ,
39
42
"eslint" : " 8.32.0" ,
40
43
"eslint-config-prettier" : " 8.6.0" ,
41
44
"eslint-plugin-import" : " 2.27.5" ,
42
45
"husky" : " 8.0.3" ,
43
46
"lint-staged" : " 13.1.0" ,
44
47
"prettier" : " 2.8.3" ,
45
48
"release-it" : " 15.6.0" ,
46
- "typescript" : " 4.9.4"
49
+ "typescript" : " 4.9.4" ,
50
+ "jest" : " 27.5.1" ,
51
+ "ts-jest" : " 27.0.4"
47
52
},
48
53
"dependencies" : {
49
- "@angular-devkit/schematics" : " ^15.1.2" ,
50
- "@schematics/angular" : " ^15.1.2" ,
51
- "@types/jest" : " 26.0.24" ,
52
54
"cors" : " 2.8.5" ,
53
- "jest" : " 27.5.1" ,
54
55
"jsonc-parser" : " ^3.2.0" ,
55
- "trouter" : " 3.2.0" ,
56
- "ts-jest" : " 27.0.4"
56
+ "trouter" : " 3.2.0"
57
57
},
58
58
"schematics" : " ./schematics/collection.json" ,
59
59
"lint-staged" : {
67
67
"commit-msg" : " commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
68
68
}
69
69
}
70
- }
70
+ }
0 commit comments