File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 "jasmine" : " ^3.5.0" ,
7676 "jest" : " ^25.2.3" ,
7777 "lerna" : " ^3.20.2" ,
78- "lint-staged" : " ^10.0.8" ,
7978 "reflect-metadata" : " ^0.1.13" ,
8079 "rxjs" : " ^6.5.4" ,
8180 "ts-jest" : " ^25.2.1"
8887 "husky" : {
8988 "hooks" : {
9089 "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS" ,
91- "pre-commit" : " lint-staged "
90+ "pre-commit" : " eslint --cache --fix "
9291 }
93- },
94- "lint-staged" : {
95- "*.ts" : " eslint --cache --fix"
9692 }
9793}
Original file line number Diff line number Diff line change 3131 },
3232 "peerDependencies" : {
3333 "@nestjs/common" : " ^7.0.4" ,
34- "class-transformer" : " ^0.2.3 " ,
34+ "class-transformer" : " ^0.3.1 " ,
3535 "reflect-metadata" : " ^0.1.13" ,
36- "rxjs" : " ^6.5.3 "
36+ "rxjs" : " ^6.5.4 "
3737 },
3838 "repository" : {
3939 "type" : " git" ,
Original file line number Diff line number Diff line change 3232 "license" : " Apache-2.0" ,
3333 "peerDependencies" : {
3434 "@nestjs/common" : " ^7.0.4" ,
35- "class-transformer" : " ^0.2.3 " ,
36- "class-validator" : " ^0.11.1 " ,
35+ "class-transformer" : " ^0.3.1 " ,
36+ "class-validator" : " ^0.12.0-rc.0 " ,
3737 "lodash" : " ^4.17.15"
3838 },
3939 "repository" : {
You can’t perform that action at this time.
0 commit comments