Skip to content

Commit

Permalink
[enzyme] [deps] update object.assign, is-boolean-object
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 26, 2017
1 parent 4f4c233 commit e1ff127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"cheerio": "^1.0.0-rc.2",
"function.prototype.name": "^1.0.3",
"has": "^1.0.1",
"is-boolean": "0.0.1",
"is-boolean-object": "^1.0.0",
"is-callable": "^1.1.3",
"is-number-object": "^1.0.3",
"is-string": "^1.0.4",
"is-subset": "^0.1.1",
"lodash": "^4.17.4",
"object-inspect": "^1.5.0",
"object-is": "^1.0.1",
"object.assign": "^4.0.4",
"object.assign": "^4.1.0",
"object.entries": "^1.0.4",
"object.values": "^1.0.4",
"raf": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme/src/Debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import functionName from 'function.prototype.name';
import isString from 'is-string';
import isNumber from 'is-number-object';
import isCallable from 'is-callable';
import isBoolean from 'is-boolean';
import isBoolean from 'is-boolean-object';
import inspect from 'object-inspect';

import {
Expand Down

0 comments on commit e1ff127

Please sign in to comment.