Skip to content

Commit

Permalink
Merge pull request #60 from telostat/59-upgrade-dependencies
Browse files Browse the repository at this point in the history
chore: upgrade dependencies
  • Loading branch information
fkoksal committed Sep 10, 2023
2 parents f8073ea + 6964d3f commit 8ebb04b
Show file tree
Hide file tree
Showing 2 changed files with 669 additions and 710 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,43 +26,43 @@
},
"dependencies": {
"express": "^4.18.2",
"handlebars": "^4.7.7",
"handlebars": "^4.7.8",
"helper-markdown": "^1.0.0",
"html-minifier-terser": "^7.2.0",
"html-to-text": "^9.0.5",
"mjml": "^4.14.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.4",
"nodemailer": "^6.9.5",
"sha.js": "^2.4.11",
"terser": "^5.19.2",
"typescript": "^5.1.6"
"terser": "^5.19.4",
"typescript": "^5.2.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/cli": "^17.7.1",
"@types/express": "^4.17.17",
"@types/html-to-text": "^9.0.1",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.4",
"@types/mjml": "^4.7.1",
"@types/multer": "^1.4.7",
"@types/node": "^20.4.5",
"@types/node": "^20.6.0",
"@types/nodemailer": "^6.4.9",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"codecov": "^3.8.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"gh-pages": "^5.0.0",
"gh-pages": "^6.0.0",
"husky": "^8.0.3",
"jest": "^29.6.2",
"lint-staged": "^13.2.3",
"jest": "^29.6.4",
"lint-staged": "^14.0.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc": "^0.25.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
Expand Down
Loading

0 comments on commit 8ebb04b

Please sign in to comment.