Skip to content

Commit

Permalink
fix(koa): Fix missing dependency on feathers (#3061)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonagam committed Feb 17, 2023
1 parent 1393bed commit 80dc95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@feathersjs/authentication": "^5.0.0-pre.37",
"@feathersjs/commons": "^5.0.0-pre.37",
"@feathersjs/errors": "^5.0.0-pre.37",
"@feathersjs/feathers": "^5.0.0-pre.37",
"@feathersjs/transport-commons": "^5.0.0-pre.37",
"@koa/cors": "^4.0.0",
"@types/koa": "^2.13.5",
Expand All @@ -67,7 +68,6 @@
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.37",
"@feathersjs/feathers": "^5.0.0-pre.37",
"@feathersjs/memory": "^5.0.0-pre.37",
"@feathersjs/tests": "^5.0.0-pre.37",
"@types/koa-compose": "^3.2.5",
Expand Down

0 comments on commit 80dc95f

Please sign in to comment.