Skip to content

Commit

Permalink
fix: Bump array.partial to support older browsers
Browse files Browse the repository at this point in the history
Fixes #267

(cherry picked from commit d4466fc)
  • Loading branch information
mrchief committed Jun 27, 2019
1 parent c2ec2fd commit 36430cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dist"
],
"dependencies": {
"array.partial": "^1.0.4",
"array.partial": "^1.0.5",
"classnames": "^2.2.6",
"react-infinite-scroll-component": "^4.0.2"
},
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1291,9 +1291,10 @@ 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.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/array.partial/-/array.partial-1.0.4.tgz#a88c8372953d8a8d495b24b8c94bdb285084d2a6"
array.partial@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/array.partial/-/array.partial-1.0.5.tgz#f514595aacbf6a99ea20bbcffbcacc10316f0d56"
integrity sha512-nkHH1dU6JXrwppCqdUD5M1R85vihgBqhk9miq+3WFwwRayNY1ggpOT6l99PppqYQ1Hcjv2amFfUzhe25eAcYfA==

array.prototype.find@^2.0.4:
version "2.0.4"
Expand Down

0 comments on commit 36430cb

Please sign in to comment.