Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
fix(deps): Update lodash to ^v4.17.14 (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gillard authored and markdalgleish committed Jul 17, 2019
1 parent f39ddd6 commit 05a0e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"basekick": "^3.0.0",
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"lodash": "^4.17.14",
"pad-left": "^2.1.0",
"prop-types": "^15.6.0",
"react-autowhatever": "10.1.1",
Expand Down
4 changes: 1 addition & 3 deletions react/private/withTextProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ export const SizePropTypes = {

if (props.size && some(sizes, size => has(props, size))) {
return new Error(
`Seems that you've accidentially supplied boolean size along with size='${
props.size
}' to ${componentName}, please remove one of them. Otherwise boolean prop will overwrite the 'size' prop.`
`Seems that you've accidentially supplied boolean size along with size='${props.size}' to ${componentName}, please remove one of them. Otherwise boolean prop will overwrite the 'size' prop.`
);
}
},
Expand Down

0 comments on commit 05a0e2e

Please sign in to comment.