Skip to content

Commit

Permalink
Updated sinon and ava
Browse files Browse the repository at this point in the history
  • Loading branch information
devconcept committed Jan 27, 2020
1 parent 08f24f4 commit d712be9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 74 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.2

* Update: Updated dependencies

# 4.0.1

* Fix: Moved multer from dependencies to peerDependencies
Expand Down
78 changes: 6 additions & 72 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 @@ -42,7 +42,7 @@
"multer": ">=1 <2"
},
"devDependencies": {
"ava": "^3.0.0",
"ava": "^3.1.0",
"coveralls": "^3.0.9",
"crypto-random-string": "^3.1.0",
"delay": "^4.3.0",
Expand All @@ -54,7 +54,7 @@
"mongoose": "^5.8.9",
"nyc": "^15.0.0",
"pify": "^4.0.1",
"sinon": "^8.1.0",
"sinon": "^8.1.1",
"supertest": "^4.0.2",
"xo": "^0.25.3"
},
Expand Down

0 comments on commit d712be9

Please sign in to comment.