Skip to content

Commit

Permalink
Bump react-color from 2.18.1 to 2.19.3
Browse files Browse the repository at this point in the history
Bumps [react-color](https://github.com/casesandberg/react-color) from 2.18.1 to 2.19.3.
- [Release notes](https://github.com/casesandberg/react-color/releases)
- [Commits](https://github.com/casesandberg/react-color/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 1, 2020
1 parent eef4900 commit 00eb6d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -80,7 +80,7 @@
"jest-emotion": "^10.0.32",
"react": "^16.13.1",
"react-click-outside": "^3.0.0",
"react-color": "^2.18.1",
"react-color": "^2.19.3",
"react-dom": "^16.13.1",
"ts-jest": "^26.4.1",
"ts-loader": "^8.0.11",
Expand Down
16 changes: 11 additions & 5 deletions yarn.lock
Expand Up @@ -5758,6 +5758,11 @@ locate-path@^5.0.0:
dependencies:
p-locate "^4.1.0"

lodash-es@^4.17.15:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==

lodash.escape@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
Expand Down Expand Up @@ -6895,13 +6900,14 @@ react-click-outside@^3.0.0:
dependencies:
hoist-non-react-statics "^2.1.1"

react-color@^2.18.1:
version "2.18.1"
resolved "https://registry.yarnpkg.com/react-color/-/react-color-2.18.1.tgz#2cda8cc8e06a9e2c52ad391a30ddad31972472f4"
integrity sha512-X5XpyJS6ncplZs74ak0JJoqPi+33Nzpv5RYWWxn17bslih+X7OlgmfpmGC1fNvdkK7/SGWYf1JJdn7D2n5gSuQ==
react-color@^2.19.3:
version "2.19.3"
resolved "https://registry.yarnpkg.com/react-color/-/react-color-2.19.3.tgz#ec6c6b4568312a3c6a18420ab0472e146aa5683d"
integrity sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA==
dependencies:
"@icons/material" "^0.2.4"
lodash "^4.17.11"
lodash "^4.17.15"
lodash-es "^4.17.15"
material-colors "^1.2.1"
prop-types "^15.5.10"
reactcss "^1.2.0"
Expand Down

0 comments on commit 00eb6d2

Please sign in to comment.