Skip to content

Commit

Permalink
Merge pull request #1 from documenso/chore/update
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
Mythie authored Mar 5, 2024
2 parents df1c22f + 5ca4754 commit 0e487b3
Show file tree
Hide file tree
Showing 5 changed files with 766 additions and 659 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tasks:
- init: pnpm install
command: pnpm run dev


18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"preversion": "npm run format && npm run test:coverage"
},
"dependencies": {
"resend": "^2.0.0"
"resend": "^3.2.0"
},
"peerDependencies": {
"nodemailer": "^6.9.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^20.7.1",
"@types/nodemailer": "^6.4.11",
"@vitest/coverage-v8": "^0.34.5",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"typescript": "^5.1.3",
"vitest": "^0.34.5"
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.11.24",
"@types/nodemailer": "^6.4.14",
"@vitest/coverage-v8": "^1.3.1",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
}
}
Loading

0 comments on commit 0e487b3

Please sign in to comment.