Skip to content

Commit

Permalink
Merge pull request #13 from Kpoke/fix/dependencies_2
Browse files Browse the repository at this point in the history
fix: dependencies
  • Loading branch information
Kpoke committed Jul 10, 2022
2 parents cfdffb1 + 8143c02 commit 2f1b426
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 78 deletions.
186 changes: 110 additions & 76 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"chai": "3.5.0",
"chai": "^4.0.0",
"chai-http": "^4.3.0",
"database-cleaner": "^1.3.0",
"db-migrate": "^0.11.13",
Expand All @@ -41,7 +41,7 @@
"nodemon": "^2.0.4",
"prettier": "^2.1.2",
"sinon": "^9.0.3",
"sinon-chai": "^2.14.0",
"sinon-chai": "^3.7.0",
"supertest": "^4.0.2"
},
"husky": {
Expand Down

0 comments on commit 2f1b426

Please sign in to comment.