Skip to content

Commit

Permalink
Merge pull request #67 from telostat/66-upgrade-dependencies
Browse files Browse the repository at this point in the history
chore: upgrade dependencies
  • Loading branch information
fkoksal authored Jan 4, 2024
2 parents bd3acfc + a4f59e3 commit 8b839e8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,37 @@
"html-to-text": "^9.0.5",
"mjml": "^4.14.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.7",
"nodemailer": "^6.9.8",
"sha.js": "^2.4.11",
"terser": "^5.24.0",
"typescript": "^5.3.2"
"terser": "^5.26.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@types/express": "^4.17.21",
"@types/html-to-text": "^9.0.4",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/mjml": "^4.7.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.10.2",
"@types/node": "^20.10.6",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"codecov": "^3.8.3",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"gh-pages": "^6.1.0",
"eslint-plugin-prettier": "^5.1.2",
"gh-pages": "^6.1.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"nodemon": "^3.0.2",
"prettier": "^3.1.0",
"terser-webpack-plugin": "^5.3.9",
"prettier": "^3.1.1",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.4",
"ts-node": "^10.9.2",
"typedoc": "^0.25.6",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
Expand Down

0 comments on commit 8b839e8

Please sign in to comment.