Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed May 16, 2023
1 parent cfc2d41 commit 36789d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
1 change: 0 additions & 1 deletion examples/sendgrid.js
@@ -1,6 +1,5 @@
const nodemailer = require('nodemailer');
const nodemailerSendgrid = require('nodemailer-sendgrid');

const Email = require('..');

const transport = nodemailer.createTransport(
Expand Down
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -2,7 +2,6 @@ const process = require('process');
const fs = require('fs');
const path = require('path');
const util = require('util');

const I18N = require('@ladjs/i18n');
const _ = require('lodash');
const consolidate = require('consolidate');
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -14,30 +14,30 @@
"@ladjs/i18n": "^8.0.3",
"consolidate": "^0.16.0",
"get-paths": "^0.0.7",
"html-to-text": "^9.0.3",
"juice": "^8.1.0",
"html-to-text": "^9.0.5",
"juice": "^9.0.0",
"lodash": "^4.17.21",
"nodemailer": "^6.9.1",
"preview-email": "^3.0.10"
"nodemailer": "^6.9.2",
"preview-email": "^3.0.11"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"ava": "^5.2.0",
"cheerio": "^1.0.0-rc.12",
"cross-env": "^7.0.3",
"ejs": "^3.1.8",
"eslint": "^8.33.0",
"ejs": "^3.1.9",
"eslint": "^8.40.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"lint-staged": "^13.2.2",
"nodemailer-sendgrid": "^1.0.3",
"nyc": "^15.1.0",
"pug": "^3.0.2",
"remark-cli": "^11.0.0",
"remark-preset-github": "^4.0.4",
"xo": "^0.53.1"
"xo": "^0.54.2"
},
"engines": {
"node": ">=14"
Expand Down
1 change: 0 additions & 1 deletion test/test.js
Expand Up @@ -4,7 +4,6 @@ const test = require('ava');
const nodemailer = require('nodemailer');
const cheerio = require('cheerio');
const _ = require('lodash');

const Email = require('..');

const root = path.join(__dirname, 'fixtures', 'emails');
Expand Down

0 comments on commit 36789d2

Please sign in to comment.