File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 "jest-junit" : " ^12.0.0" ,
6363 "jest-mock" : " workspace:*" ,
6464 "jest-runner-tsd" : " ^1.1.0" ,
65- "jest-silent-reporter" : " ^0.2.1 " ,
65+ "jest-silent-reporter" : " ^0.3.0 " ,
6666 "jest-snapshot" : " workspace:*" ,
6767 "jest-snapshot-serializer-raw" : " ^1.1.0" ,
6868 "jest-watch-typeahead" : " ^0.6.0" ,
8585 "tempy" : " ^1.0.0" ,
8686 "throat" : " ^5.0.0" ,
8787 "ts-node" : " ^9.0.0" ,
88- "type-fest" : " ^0.18 .1" ,
88+ "type-fest" : " ^0.20 .1" ,
8989 "typescript" : " ^4.0.2" ,
9090 "which" : " ^2.0.1"
9191 },
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ export function installErrorOnPrivate(global: Global.Global): void {
5050 } ,
5151 ) ;
5252
53- ( Object . keys ( disabledJasmineMethods ) as Array <
54- DisabledJasmineMethodsKeys
55- > ) . forEach ( methodName => {
53+ ( Object . keys (
54+ disabledJasmineMethods ,
55+ ) as Array < DisabledJasmineMethodsKeys > ) . forEach ( methodName => {
5656 // @ts -expect-error
5757 jasmine [ methodName ] = ( ) => {
5858 throwAtFunction ( disabledJasmineMethods [ methodName ] , jasmine [ methodName ] ) ;
Original file line number Diff line number Diff line change 1616 "dependencies" : {
1717 "@types/node" : " *" ,
1818 "merge-stream" : " ^2.0.0" ,
19- "supports-color" : " ^7 .0.0"
19+ "supports-color" : " ^8 .0.0"
2020 },
2121 "devDependencies" : {
2222 "@types/merge-stream" : " ^1.1.2" ,
Original file line number Diff line number Diff line change 2323 },
2424 "devDependencies" : {
2525 "@types/react" : " *" ,
26- "@types/react-is" : " ^16.7.1 " ,
26+ "@types/react-is" : " ^17.0.0 " ,
2727 "@types/react-test-renderer" : " *" ,
2828 "immutable" : " 4.0.0-rc.9" ,
2929 "jest-util" : " ^26.6.2" ,
You can’t perform that action at this time.
0 commit comments