Skip to content

Commit

Permalink
[Deps] update is-boolean-object, is-date-object, `is-generator-fu…
Browse files Browse the repository at this point in the history
…nction`, `is-number-object`, `is-regex`, `is-string`, `object-inspect`
  • Loading branch information
ljharb committed May 7, 2021
1 parent bdd471b commit 60aef5e
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 @@ -40,16 +40,16 @@
"has": "^1.0.3",
"is-arrow-function": "^2.0.3",
"is-bigint": "^1.0.2",
"is-boolean-object": "^1.1.0",
"is-boolean-object": "^1.1.1",
"is-callable": "^1.2.3",
"is-date-object": "^1.0.3",
"is-generator-function": "^1.0.8",
"is-number-object": "^1.0.4",
"is-regex": "^1.1.2",
"is-string": "^1.0.5",
"is-date-object": "^1.0.4",
"is-generator-function": "^1.0.9",
"is-number-object": "^1.0.5",
"is-regex": "^1.1.3",
"is-string": "^1.0.6",
"is-symbol": "^1.0.3",
"isarray": "^2.0.5",
"object-inspect": "^1.10.2",
"object-inspect": "^1.10.3",
"object.entries": "^1.1.3",
"which-boxed-primitive": "^1.0.2",
"which-collection": "^1.0.1"
Expand Down

0 comments on commit 60aef5e

Please sign in to comment.