Skip to content

Commit

Permalink
chore(mailer): update mailer-ses peer dependencies (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
sascha245 committed Jun 2, 2023
1 parent 52e7693 commit da2ab00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/mailer-ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apoyo/mailer-ses",
"version": "0.0.1",
"version": "0.1.0",
"description": "SES Mailer driver",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@apoyo/mailer": "^0.0.1",
"@apoyo/mailer": "^0.1.0",
"@apoyo/std": "^0.0.15"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ __metadata:
tsup: ^6.1.2
typescript: ^4.7.4
peerDependencies:
"@apoyo/mailer": ^0.0.1
"@apoyo/mailer": ^0.1.0
"@apoyo/std": ^0.0.15
languageName: unknown
linkType: soft
Expand Down

0 comments on commit da2ab00

Please sign in to comment.