Skip to content

Commit 11c21ad

Browse files
committed
mend
1 parent 9db72c5 commit 11c21ad

File tree

2 files changed

+150
-48
lines changed

2 files changed

+150
-48
lines changed

package-lock.json

+144-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sinon-mongoose",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Sinon extensions for Mongoose stubs",
55
"homepage": "",
66
"author": {
@@ -27,18 +27,18 @@
2727
],
2828
"repository": "underscopeio/sinon-mongoose",
2929
"devDependencies": {
30-
"eslint-config-prettier": "^4.1.0",
31-
"gulp": "^4.0.1",
30+
"eslint-config-prettier": "^4.3.0",
31+
"gulp": "^4.0.2",
3232
"gulp-eslint": "^5.0.0",
3333
"gulp-exclude-gitignore": "^1.2.0",
3434
"gulp-istanbul": "^1.1.3",
3535
"gulp-mocha": "^6.0.0",
3636
"gulp-plumber": "^1.2.1",
37-
"husky": "^2.2.0",
37+
"husky": "^2.3.0",
3838
"isparta": "^4.1.1",
3939
"mongoose": "~5.3.16",
40-
"prettier": "^1.17.0",
41-
"pretty-quick": "^1.10.0",
40+
"prettier": "^1.17.1",
41+
"pretty-quick": "^1.11.0",
4242
"sinon": "^7.3.2"
4343
},
4444
"peerDependencies": {

0 commit comments

Comments
 (0)