Skip to content

Commit

Permalink
Merge pull request #56 from telostat/fkoksal/issue-55
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
fkoksal committed Jul 11, 2023
2 parents d33a8f7 + 8bfd634 commit bdabd19
Show file tree
Hide file tree
Showing 3 changed files with 762 additions and 502 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,4 @@ bash send.sh

## Release Process

```
./node_modules/.bin/standard-version -t "" --dry-run # Check output
./node_modules/.bin/standard-version -t ""
git push --follow-tags origin master
docker build -f Dockerfile.openfaas --no-cache . -t telostat/mailess:openfaas-0.0.1
docker push telostat/mailess:openfaas-0.0.1
## Bump development version (for example from 0.0.1 to 0.0.2-SNAPSHOT) in package.json
git commit -am "chore: bump development version to 0.0.2-SNAPSHOT"
```
The release process is managed by [release-please](https://github.com/googleapis/release-please). Please refer to [release-please.yml](.github/workflows/release-please.yml).
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,37 +34,37 @@
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.3",
"sha.js": "^2.4.11",
"terser": "^5.17.6",
"typescript": "^5.0.4"
"terser": "^5.18.2",
"typescript": "^5.1.6"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/cli": "^17.6.6",
"@types/express": "^4.17.17",
"@types/html-to-text": "^9.0.1",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/mjml": "^4.7.1",
"@types/multer": "^1.4.7",
"@types/node": "^20.2.5",
"@types/node": "^20.4.1",
"@types/nodemailer": "^6.4.8",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"codecov": "^3.8.3",
"eslint": "^8.41.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"jest": "^29.6.1",
"lint-staged": "^13.2.3",
"nodemon": "^3.0.1",
"prettier": "^3.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1"
"typedoc": "^0.24.8",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
Loading

0 comments on commit bdabd19

Please sign in to comment.