Skip to content

Commit

Permalink
Merge branch 'master' of github.com:toondaey/nestjs-pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
B'Tunde Aromire committed Nov 13, 2020
2 parents d1dcd16 + eb91482 commit 418689f
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 29 deletions.
88 changes: 62 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"release": "dotenv release-it --"
},
"dependencies": {
"consolidate": "0.15.1",
"consolidate": "0.16.0",
"html-pdf": "2.2.0",
"juice": "6.0.0",
"lodash.merge": "4.6.2",
Expand All @@ -58,8 +58,8 @@
"coveralls": "3.1.0",
"dotenv-cli": "4.0.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"husky": "4.2.3",
"jest": "25.5.2",
"lint-staged": "10.2.1",
Expand Down
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": ["config:base"],
"semanticCommits": true,
"packageRules": [
{
"depTypeList": ["devDependencies"],
"automerge": true
}
],
"schedule": ["every weekday"]
}

0 comments on commit 418689f

Please sign in to comment.