build: update all dependencies

This commit is contained in:
Anselm Stordeur
2019-01-10 14:33:29 +01:00
parent 3d82c94577
commit 8c76221aad
7 changed files with 155 additions and 108 deletions

View File

@@ -12,8 +12,8 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { stringify } from 'circular-json';
import { Transport, TransportWithVerification } from './Transport';
import {stringify} from 'circular-json';
import {Transport, TransportWithVerification} from './Transport';
/**
* Logger with colors, loglevel and transport

View File

@@ -13,10 +13,10 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import * as nodemailer from 'nodemailer';
import { MailOptions } from 'nodemailer/lib/sendmail-transport';
import { deleteUndefinedProperties, RecursivePartial } from './common';
import { Logger } from './Logger';
import { TransportWithVerification } from './Transport';
import {MailOptions} from 'nodemailer/lib/sendmail-transport';
import {deleteUndefinedProperties, RecursivePartial} from './common';
import {Logger} from './Logger';
import {TransportWithVerification} from './Transport';
/**
* A configuration of the transport used to send mails via SMTP