File tree Expand file tree Collapse file tree 2 files changed +2580
-1916
lines changed Expand file tree Collapse file tree 2 files changed +2580
-1916
lines changed Original file line number Diff line number Diff line change 27
27
" aws lambda"
28
28
],
29
29
"devDependencies" : {
30
- "@types/fs-extra" : " 5.0.0" ,
31
- "@types/jest" : " 22.0.1" ,
32
- "@types/lodash" : " 4.14.91" ,
33
- "jest" : " 22.0.4" ,
34
- "mock-fs" : " 4.4.2" ,
35
- "ts-jest" : " 22.0.1" ,
36
- "tslint" : " 5.8.0"
30
+ "@types/fs-extra" : " 5.0.5" ,
31
+ "@types/jest" : " 24.0.11" ,
32
+ "@types/lodash" : " 4.14.123" ,
33
+ "jest" : " 24.5.0" ,
34
+ "mock-fs" : " 4.8.0" ,
35
+ "ts-jest" : " 24.0.1" ,
36
+ "tslint" : " 5.14.0" ,
37
+ "typescript" : " ^3.4.1"
37
38
},
38
39
"dependencies" : {
39
- "fs-extra" : " ^5.0.0" ,
40
- "globby" : " ^7.0.0" ,
41
- "lodash" : " ^4.17.4" ,
42
- "typescript" : " ^2.2.2"
40
+ "fs-extra" : " ^7.0.1" ,
41
+ "globby" : " ^9.2.0" ,
42
+ "lodash" : " ^4.17.11"
43
+ },
44
+ "peerDependencies" : {
45
+ "typescript" : " >=2.2.2 || >=3.4.1"
43
46
},
44
47
"jest" : {
45
- "transform" : {
46
- ".(ts|tsx)" : " <rootDir>/node_modules/ts-jest/preprocessor.js"
47
- },
48
- "testRegex" : " (/__tests__/.*|\\ .(test|spec))\\ .(ts|tsx|js)$" ,
48
+ "preset" : " ts-jest" ,
49
+ "testRegex" : " (/__tests__/.*|\\ .(test|spec))\\ .ts$" ,
49
50
"moduleFileExtensions" : [
50
51
" ts" ,
51
52
" tsx" ,
You can’t perform that action at this time.
0 commit comments