Skip to content

Commit

Permalink
Merge pull request #11 from devholic/is-plain-object
Browse files Browse the repository at this point in the history
Chore: add `is-plain-object` as a dependency
  • Loading branch information
wonderflow authored Mar 16, 2022
2 parents b205e9e + 9e7d00d commit 3f99556
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 14 deletions.
104 changes: 91 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@types/semver": "^7.3.4",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"is-plain-object": "^5.0.0",
"json-parse": "^1.0.3",
"json-parse-even-better-errors": "^2.3.1",
"lodash": "^4.17.20",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2688,13 +2688,25 @@
dependencies:
"kind-of" "^3.0.2"

"is-plain-object@^2.0.3", "is-plain-object@^2.0.4", "is-plain-object@^5.0.0":
"is-plain-object@^2.0.3":
"integrity" "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og=="
"resolved" "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
"version" "2.0.4"
dependencies:
"isobject" "^3.0.1"

"is-plain-object@^2.0.4":
"integrity" "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og=="
"resolved" "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
"version" "2.0.4"
dependencies:
"isobject" "^3.0.1"

"is-plain-object@^5.0.0":
"integrity" "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q=="
"resolved" "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz"
"version" "5.0.0"

"is-potential-custom-element-name@^1.0.0":
"integrity" "sha1-DFLlS8yjkbssSUsh6GJtczbG45c="
"resolved" "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz"
Expand Down

0 comments on commit 3f99556

Please sign in to comment.