Skip to content

Commit

Permalink
[Deps] update es-get-iterator, functions-have-names, `is-boolean-…
Browse files Browse the repository at this point in the history
…object`, `is-callable`, `is-date-object`, `is-number-object`, `is-regex`, `is-symbol`, `is-string`, `object.entries`, `which-collection`
  • Loading branch information
ljharb committed Feb 1, 2020
1 parent cb9cf3f commit fbdb778
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@
"equality"
],
"dependencies": {
"es-get-iterator": "^1.0.1",
"functions-have-names": "^1.2.0",
"es-get-iterator": "^1.1.0",
"functions-have-names": "^1.2.1",
"has": "^1.0.3",
"is-arrow-function": "^2.0.3",
"is-bigint": "^1.0.0",
"is-boolean-object": "^1.0.0",
"is-callable": "^1.1.4",
"is-date-object": "^1.0.1",
"is-boolean-object": "^1.0.1",
"is-callable": "^1.1.5",
"is-date-object": "^1.0.2",
"is-generator-function": "^1.0.7",
"is-number-object": "^1.0.3",
"is-regex": "^1.0.4",
"is-string": "^1.0.4",
"is-number-object": "^1.0.4",
"is-regex": "^1.0.5",
"is-string": "^1.0.5",
"is-symbol": "^1.0.3",
"isarray": "^2.0.5",
"object-inspect": "^1.7.0",
"object.entries": "^1.1.0",
"object.entries": "^1.1.1",
"which-boxed-primitive": "^1.0.1",
"which-collection": "^1.0.0"
"which-collection": "^1.0.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^15.0.2",
Expand Down

0 comments on commit fbdb778

Please sign in to comment.