Skip to content

Commit

Permalink
Merge pull request #29 from osstotalsoft/fix_package_versions
Browse files Browse the repository at this point in the history
fixed knex and @totalsoft/knex-filters versions
  • Loading branch information
dragos-rosca authored Apr 20, 2021
2 parents e5d849c + bae3fe7 commit 675bb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/app/templates/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@koa/router": "^10.0.0",
<%_ if(withMultiTenancy) {_%>
"@totalsoft/knex-filters": "^1.0.0",
"@totalsoft/knex-filters": "^1.0.1",
<%_}_%>
<%_ if(addSubscriptions) {_%>
"@totalsoft/message-bus": "^1.0.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
<%_}_%>
"jsonwebtoken": "8.5.1",
"jwks-rsa": "^2.0.2",
"knex": "^0.95.4",
"knex": "^0.21.19",
"knex-tiny-logger": "^2.1.0",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
Expand Down

0 comments on commit 675bb8d

Please sign in to comment.