Skip to content

Commit

Permalink
Merge pull request #69 from telostat/68-upgrade-dependencies
Browse files Browse the repository at this point in the history
chore: upgrade dependencies
  • Loading branch information
fkoksal committed Feb 7, 2024
2 parents 58ead30 + b01f0f9 commit 9f63397
Show file tree
Hide file tree
Showing 2 changed files with 628 additions and 525 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,40 +30,40 @@
"helper-markdown": "^1.0.0",
"html-minifier-terser": "^7.2.0",
"html-to-text": "^9.0.5",
"mjml": "^4.14.1",
"mjml": "^4.15.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.8",
"nodemailer": "^6.9.9",
"sha.js": "^2.4.11",
"terser": "^5.26.0",
"terser": "^5.27.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/cli": "^18.6.0",
"@types/express": "^4.17.21",
"@types/html-to-text": "^9.0.4",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/mjml": "^4.7.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.10.6",
"@types/node": "^20.11.16",
"@types/nodemailer": "^6.4.14",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"codecov": "^3.8.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"gh-pages": "^6.1.1",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"nodemon": "^3.0.2",
"prettier": "^3.1.1",
"lint-staged": "^15.2.2",
"nodemon": "^3.0.3",
"prettier": "^3.2.5",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.6",
"webpack": "^5.89.0",
"typedoc": "^0.25.7",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 9f63397

Please sign in to comment.