Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Mar 4, 2024
1 parent 875ba4e commit 31237ce
Show file tree
Hide file tree
Showing 10 changed files with 222 additions and 95 deletions.
2 changes: 1 addition & 1 deletion configurer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* file that was distributed with this source code.
*/

import { File } from '@athenna/common'
import { File, Path } from '@athenna/common'
import { BaseConfigurer } from '@athenna/artisan'

export default class MailConfigurer extends BaseConfigurer {
Expand Down
159 changes: 87 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/mail",
"version": "4.14.0",
"version": "4.15.0",
"description": "The Athenna email handler. Built on top of nodemailer.",
"license": "MIT",
"author": "Victor Tesoura Júnior <[email protected]>",
Expand Down Expand Up @@ -62,14 +62,14 @@
"smtp-server": "^3.13.2"
},
"devDependencies": {
"@athenna/artisan": "^4.37.0",
"@athenna/common": "^4.34.0",
"@athenna/config": "^4.16.0",
"@athenna/ioc": "^4.16.0",
"@athenna/logger": "^4.17.0",
"@athenna/artisan": "^4.40.0",
"@athenna/common": "^4.35.0",
"@athenna/config": "^4.19.0",
"@athenna/ioc": "^4.18.0",
"@athenna/logger": "^4.18.0",
"@athenna/test": "^4.22.0",
"@athenna/tsconfig": "^4.12.0",
"@athenna/view": "^4.18.0",
"@athenna/view": "^4.20.0",
"@types/nodemailer": "^6.4.7",
"@types/smtp-server": "^3.5.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
Expand Down
Loading

0 comments on commit 31237ce

Please sign in to comment.