Skip to content

Commit

Permalink
fix(package): upgrade koa-pug
Browse files Browse the repository at this point in the history
- remove the useless lodash.forin hack
  • Loading branch information
arnaudbuchholz-sap authored and knagy committed Feb 7, 2024
1 parent ba937e6 commit 7d29c18
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 86 deletions.
22 changes: 0 additions & 22 deletions lodash.forin/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions lodash.forin/index.js

This file was deleted.

Binary file removed lodash.forin/lodash.forin-4.17.21.tgz
Binary file not shown.
8 changes: 0 additions & 8 deletions lodash.forin/package.json

This file was deleted.

86 changes: 37 additions & 49 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"devDependencies": {
"chai": "4.4.1",
"co": "^4.6.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"semantic-release": "^23.0.0",
"sinon": "17.0.1",
Expand All @@ -36,12 +35,10 @@
"koa-cors": "0.0.16",
"koa-helmet": "7.0.2",
"koa-methodoverride": "2.0.0",
"koa-pug": "5.1.0",
"koa-pug": "5.1.1",
"koa-requestid": "2.2.1",
"koa-router": "12.0.1",
"koa-ssl": "2.0.1",
"koa-static": "5.0.0",
"lodash": "4.17.21",
"lodash.forin": "file:./lodash.forin/lodash.forin-4.17.21.tgz"
"koa-static": "5.0.0"
}
}

0 comments on commit 7d29c18

Please sign in to comment.