Skip to content

Commit

Permalink
Merge pull request #71 from telostat/70-upgrade-dependencies
Browse files Browse the repository at this point in the history
chore: upgrade dependencies
  • Loading branch information
fkoksal committed Mar 4, 2024
2 parents 9f63397 + cc8a064 commit 368acf4
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 549 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,45 @@
"node": ">=18"
},
"dependencies": {
"express": "^4.18.2",
"express": "^4.18.3",
"handlebars": "^4.7.8",
"helper-markdown": "^1.0.0",
"html-minifier-terser": "^7.2.0",
"html-to-text": "^9.0.5",
"mjml": "^4.15.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.9",
"nodemailer": "^6.9.11",
"sha.js": "^2.4.11",
"terser": "^5.27.0",
"terser": "^5.28.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/cli": "^19.0.3",
"@types/express": "^4.17.21",
"@types/html-to-text": "^9.0.4",
"@types/jest": "^29.5.12",
"@types/mjml": "^4.7.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.16",
"@types/node": "^20.11.24",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"codecov": "^3.8.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"gh-pages": "^6.1.1",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.7",
"webpack": "^5.90.1",
"typedoc": "^0.25.10",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 368acf4

Please sign in to comment.