Skip to content

Commit

Permalink
[Deps] update es-get-iterator, is-bigint, is-callable, `is-gene…
Browse files Browse the repository at this point in the history
…rator-function`, `is-regex`, `object-inspect`, `object.entries`
  • Loading branch information
ljharb committed Dec 5, 2020
1 parent 61f82f7 commit 25cc9cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
"equality"
],
"dependencies": {
"es-get-iterator": "^1.1.0",
"es-get-iterator": "^1.1.1",
"functions-have-names": "^1.2.1",
"has": "^1.0.3",
"is-arrow-function": "^2.0.3",
"is-bigint": "^1.0.0",
"is-bigint": "^1.0.1",
"is-boolean-object": "^1.0.1",
"is-callable": "^1.1.5",
"is-callable": "^1.2.2",
"is-date-object": "^1.0.2",
"is-generator-function": "^1.0.7",
"is-generator-function": "^1.0.8",
"is-number-object": "^1.0.4",
"is-regex": "^1.0.5",
"is-regex": "^1.1.1",
"is-string": "^1.0.5",
"is-symbol": "^1.0.3",
"isarray": "^2.0.5",
"object-inspect": "^1.7.0",
"object.entries": "^1.1.2",
"object-inspect": "^1.9.0",
"object.entries": "^1.1.3",
"which-boxed-primitive": "^1.0.1",
"which-collection": "^1.0.1"
},
Expand Down

0 comments on commit 25cc9cb

Please sign in to comment.