Skip to content

Commit 3fa41de

Browse files
committed
chore(deps): Use updated array.partial that fixes import issue
1 parent 002ea2e commit 3fa41de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dist"
4141
],
4242
"dependencies": {
43-
"array.partial": "^1.0.2",
43+
"array.partial": "^1.0.4",
4444
"classnames": "^2.2.5",
4545
"lodash.debounce": "^4.0.8",
4646
"prop-types": "^15.6.0"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@ array-unique@^0.3.2:
612612
version "0.3.2"
613613
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
614614

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

619619
arrify@^1.0.0, arrify@^1.0.1:
620620
version "1.0.1"

0 commit comments

Comments
 (0)