Skip to content

Commit

Permalink
feat: 👍 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-sforzando committed Jun 27, 2022
1 parent 0715fd3 commit d0c5fc5
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 92 deletions.
174 changes: 86 additions & 88 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
"scripts": {
"start": "node app.js",
"debug": "DEBUG=koa* node app.js",
"test": "mocha -t 30000"
"test": "mocha -t 30000",
"heroku:logs": "heroku logs --tail --app portato"
},
"dependencies": {
"dotenv": "^10.0.0",
"dotenv": "^16.0.1",
"koa": "^2.13.4",
"koa-ejs": "^4.3.0",
"koa-favicon": "^2.1.0",
"koa-router": "^10.1.1",
"koa-static": "^5.0.0",
"puppeteer": "^13.0.1"
"puppeteer": "^15.1.1"
},
"devDependencies": {
"mocha": "^9.1.3"
"mocha": "^10.0.0"
}
}

0 comments on commit d0c5fc5

Please sign in to comment.