File tree 5 files changed +414
-348
lines changed
5 files changed +414
-348
lines changed Original file line number Diff line number Diff line change 62
62
"jest-junit" : " ^12.0.0" ,
63
63
"jest-mock" : " workspace:*" ,
64
64
"jest-runner-tsd" : " ^1.1.0" ,
65
- "jest-silent-reporter" : " ^0.2.1 " ,
65
+ "jest-silent-reporter" : " ^0.3.0 " ,
66
66
"jest-snapshot" : " workspace:*" ,
67
67
"jest-snapshot-serializer-raw" : " ^1.1.0" ,
68
68
"jest-watch-typeahead" : " ^0.6.0" ,
85
85
"tempy" : " ^1.0.0" ,
86
86
"throat" : " ^5.0.0" ,
87
87
"ts-node" : " ^9.0.0" ,
88
- "type-fest" : " ^0.18 .1" ,
88
+ "type-fest" : " ^0.20 .1" ,
89
89
"typescript" : " ^4.0.2" ,
90
90
"which" : " ^2.0.1"
91
91
},
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ export function installErrorOnPrivate(global: Global.Global): void {
50
50
} ,
51
51
) ;
52
52
53
- ( Object . keys ( disabledJasmineMethods ) as Array <
54
- DisabledJasmineMethodsKeys
55
- > ) . forEach ( methodName => {
53
+ ( Object . keys (
54
+ disabledJasmineMethods ,
55
+ ) as Array < DisabledJasmineMethodsKeys > ) . forEach ( methodName => {
56
56
// @ts -expect-error
57
57
jasmine [ methodName ] = ( ) => {
58
58
throwAtFunction ( disabledJasmineMethods [ methodName ] , jasmine [ methodName ] ) ;
Original file line number Diff line number Diff line change 16
16
"dependencies" : {
17
17
"@types/node" : " *" ,
18
18
"merge-stream" : " ^2.0.0" ,
19
- "supports-color" : " ^7 .0.0"
19
+ "supports-color" : " ^8 .0.0"
20
20
},
21
21
"devDependencies" : {
22
22
"@types/merge-stream" : " ^1.1.2" ,
Original file line number Diff line number Diff line change 23
23
},
24
24
"devDependencies" : {
25
25
"@types/react" : " *" ,
26
- "@types/react-is" : " ^16.7.1 " ,
26
+ "@types/react-is" : " ^17.0.0 " ,
27
27
"@types/react-test-renderer" : " *" ,
28
28
"immutable" : " 4.0.0-rc.9" ,
29
29
"jest-util" : " ^26.6.2" ,
You can’t perform that action at this time.
0 commit comments