Skip to content

Commit

Permalink
Merge pull request #239 from uyamazak/upgrade
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
uyamazak authored Jun 2, 2021
2 parents c22dfaa + c1c6eb7 commit 9121876
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 483 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,29 @@
},
"homepage": "https://github.com/uyamazak/hc-pdf-server#readme",
"dependencies": {
"@uyamazak/fastify-hc-pages": "^1.0.4",
"fastify": "^3.15.0",
"@uyamazak/fastify-hc-pages": "^1.0.5",
"fastify": "^3.17.0",
"fastify-bearer-auth": "^5.1.0",
"fastify-formbody": "^5.0.0",
"fastify-plugin": "^3.0.0",
"puppeteer": "^9.1.1"
"puppeteer": "^10.0.0"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/node": "^15.6.1",
"@types/pdf-parse": "^1.1.0",
"@types/tap": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.25.0",
"@types/tap": "^15.0.2",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"fastify-cli": "^2.13.0",
"pdf-parse": "^1.1.1",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"tap": "^15.0.9",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}
Loading

0 comments on commit 9121876

Please sign in to comment.