Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Dec 20, 2023
1 parent 24f2d1d commit 668af7e
Show file tree
Hide file tree
Showing 4 changed files with 7,759 additions and 6,016 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
v20.10.0
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,45 +52,45 @@
]
},
"dependencies": {
"css-inline": "^0.10.4",
"glob": "10.3.3",
"css-inline": "^0.11.2",
"glob": "10.3.10",
"mjml": "^4.14.1",
"preview-email": "3.0.19"
},
"optionalDependencies": {
"@types/ejs": "^3.1.2",
"@types/pug": "2.0.6",
"@types/ejs": "^3.1.5",
"@types/pug": "2.0.10",
"ejs": "^3.1.9",
"handlebars": "^4.7.8",
"pug": "^3.0.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-angular": "^17.7.0",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
"@nestjs/testing": "^10.1.3",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-angular": "^18.4.3",
"@nestjs/common": "^10.3.0",
"@nestjs/core": "^10.3.0",
"@nestjs/testing": "^10.3.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.197",
"@types/nodemailer": "^6.4.9",
"@types/pug": "2.0.6",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/nodemailer": "^6.4.14",
"@types/pug": "2.0.10",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"husky": "^8.0.3",
"jest": "^29.6.2",
"lint-staged": "^14.0.0",
"nodemailer": "^6.9.4",
"nodemailer-mock": "2.0.1",
"prettier": "^3.0.2",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.1",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"nodemailer": "^6.9.7",
"nodemailer-mock": "2.0.3",
"prettier": "^3.1.1",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "^7.8.1",
"standard-version": "9.5.0",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "^5.1.6",
"yarn-audit-fix": "^10.0.0"
"ts-node": "10.9.2",
"typescript": "^5.3.3",
"yarn-audit-fix": "^10.0.7"
},
"peerDependencies": {
"@nestjs/common": "^7.0.9 || ^8.0.0 || ^9.0.0 || ^10.0.0",
Expand Down
Loading

0 comments on commit 668af7e

Please sign in to comment.