Skip to content

Commit

Permalink
install missing deps in posts microservice
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyledev authored and manekenpix committed Mar 22, 2022
1 parent 2a36f1b commit d8e1f7d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
20 changes: 18 additions & 2 deletions pnpm-lock.yaml

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

5 changes: 3 additions & 2 deletions src/api/posts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"devDependencies": {
"@senecacdot/eslint-config-telescope": "1.1.0",
"supertest": "6.1.6",
"eslint": "7.32.0"
"eslint": "7.32.0",
"redis-commands": "1.7.0",
"supertest": "6.1.6"
}
}

0 comments on commit d8e1f7d

Please sign in to comment.