Skip to content

Commit

Permalink
chore(deps): Use updated array.partial that fixes import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed Apr 5, 2018
1 parent 002ea2e commit 3fa41de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dist"
],
"dependencies": {
"array.partial": "^1.0.2",
"array.partial": "^1.0.4",
"classnames": "^2.2.5",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.6.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -612,9 +612,9 @@ array-unique@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"

array.partial@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/array.partial/-/array.partial-1.0.2.tgz#76a27889d0ee2e4f04534097b09456879314cb72"
array.partial@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/array.partial/-/array.partial-1.0.4.tgz#a88c8372953d8a8d495b24b8c94bdb285084d2a6"

arrify@^1.0.0, arrify@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 3fa41de

Please sign in to comment.