Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fkoksal committed Apr 29, 2024
1 parent 620ee1e commit 2f59def
Show file tree
Hide file tree
Showing 2 changed files with 8,700 additions and 6,390 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
"node": ">=20"
},
"dependencies": {
"express": "^4.18.3",
"eslint": "^8.57.0",
"express": "^4.19.2",
"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.11",
"nodemailer": "^6.9.13",
"sha.js": "^2.4.11",
"terser": "^5.28.1",
"typescript": "^5.3.3"
"terser": "^5.30.4",
"typescript": "^5.4.5"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/cli": "^19.3.0",
"@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.24",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"codecov": "^3.8.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"gh-pages": "^6.1.1",
Expand All @@ -62,14 +62,15 @@
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.10",
"webpack": "^5.90.3",
"typedoc": "^0.25.13",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"lint-staged": {
"src/**/*.ts": [
"./node_modules/.bin/prettier --write",
"./node_modules/.bin/eslint"
]
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 2f59def

Please sign in to comment.