Commit d620b39 1 parent c084016 commit d620b39 Copy full SHA for d620b39
File tree 3 files changed +15
-15
lines changed
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 32
32
"@cuaklabs/nestjs-jest-config" : " workspace:*" ,
33
33
"@cuaklabs/nestjs-prettier-config" : " workspace:*" ,
34
34
"@cuaklabs/nestjs-typescript-config" : " workspace:*" ,
35
- "husky" : " 9.0.11 " ,
36
- "lint-staged" : " 15.2.2 " ,
37
- "turbo" : " 1.13.2 "
35
+ "husky" : " 9.1.6 " ,
36
+ "lint-staged" : " 15.2.10 " ,
37
+ "turbo" : " 1.13.4 "
38
38
},
39
39
"standard-version" : {
40
40
"skip" : {
Original file line number Diff line number Diff line change 5
5
},
6
6
"description" : " Backend ESLint config for nestjs meow packages" ,
7
7
"devDependencies" : {
8
- "eslint" : " 8.57.0 "
8
+ "eslint" : " 8.57.1 "
9
9
},
10
10
"homepage" : " https://github.com/cuaklabs/nestjs-meow#readme" ,
11
11
"license" : " See license in \" LICENSE\" file" ,
Original file line number Diff line number Diff line change 20
20
},
21
21
"devDependencies" : {
22
22
"@jest/globals" : " 29.7.0" ,
23
- "@types/node" : " 20.12.2 " ,
24
- "@typescript-eslint/eslint-plugin" : " 7.5 .0" ,
25
- "@typescript-eslint/parser" : " 7.5 .0" ,
26
- "eslint" : " 8.57.0 " ,
27
- "eslint-import-resolver-typescript" : " 3.6.1 " ,
28
- "eslint-plugin-import" : " 2.29.1 " ,
23
+ "@types/node" : " 20.16.9 " ,
24
+ "@typescript-eslint/eslint-plugin" : " 7.18 .0" ,
25
+ "@typescript-eslint/parser" : " 7.18 .0" ,
26
+ "eslint" : " 8.57.1 " ,
27
+ "eslint-import-resolver-typescript" : " 3.6.3 " ,
28
+ "eslint-plugin-import" : " 2.30.0 " ,
29
29
"eslint-plugin-jest" : " 27.9.0" ,
30
- "eslint-plugin-prettier" : " 5.1.3 " ,
30
+ "eslint-plugin-prettier" : " 5.2.1 " ,
31
31
"jest" : " 29.7.0" ,
32
- "prettier" : " 3.2.5 " ,
33
- "rimraf" : " 5.0.5 " ,
34
- "ts-jest" : " 29.1.2 " ,
32
+ "prettier" : " 3.3.3 " ,
33
+ "rimraf" : " 5.0.10 " ,
34
+ "ts-jest" : " 29.2.5 " ,
35
35
"ts-node" : " 10.9.2" ,
36
- "typescript" : " 5.4.3 "
36
+ "typescript" : " 5.6.2 "
37
37
},
38
38
"peerDependencies" : {
39
39
"@nestjs/common" : " ^10.2.7 || ^9.4.0" ,
You can’t perform that action at this time.
0 commit comments