Skip to content

Commit 5d64d4d

Browse files
committed
Upgrade lodash (and support async functions)
[email protected] added support for async functions to `_.isFunction`, which allows testdouble.js to properly detect (mockable) functions on objects.
1 parent 83ebd6a commit 5d64d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"es6-map": "^0.1.5",
84-
"lodash": "^4.15.0",
84+
"lodash": "^4.17.4",
8585
"quibble": "^0.5.1",
8686
"resolve": "^1.3.3",
8787
"stringify-object-es5": "^2.5.0"

0 commit comments

Comments
 (0)