Skip to content

Commit

Permalink
feat(slider): SliderProps isCustomColor, getColor optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 4, 2022
1 parent 28486ea commit 7618889
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6317,6 +6317,26 @@
dependencies:
"@synerise/ds-icon" "^0.47.2"

"@synerise/ds-date-range-picker@^0.13.4":
version "0.13.4"
resolved "https://registry.yarnpkg.com/@synerise/ds-date-range-picker/-/ds-date-range-picker-0.13.4.tgz#bb308f9b052c6b4887950614a5f57dd43ff84500"
integrity sha512-TGYeZnbnO5VLuhnEqVE5b9axm6ZXv0gxAfWcoNkrAaKpeuB747my7D37nG7kO0fiCWHacQf2H+KyOQGTKwsniw==
dependencies:
"@date-fns/upgrade" "^1.0.3"
"@synerise/ds-button" "^0.17.2"
"@synerise/ds-date-picker" "^0.6.23"
"@synerise/ds-icon" "^0.49.0"
"@synerise/ds-manageable-list" "^0.23.18"
"@synerise/ds-time-picker" "^0.6.22"
"@synerise/ds-tooltip" "^0.11.9"
"@synerise/ds-utils" "^0.19.0"
date-fns "^2.16.1"
dayjs "^1.8.35"
lodash "^4.17.20"
ramda "^0.27.0"
react-day-picker "^7.4.8"
uuid "^8.3.2"

"@synerise/ds-icon@^0.47.2":
version "0.47.2"
resolved "http://artifactory.service:80/artifactory/api/npm/npm-release/@synerise/ds-icon/-/ds-icon-0.47.2.tgz#9476545f2d0aeb8ac36b5fa49212021d6050bb3e"
Expand All @@ -6330,6 +6350,16 @@
"@synerise/ds-utils" "^0.11.9"
uuid "^7.0.2"

"@synerise/ds-modal@^0.15.9":
version "0.15.9"
resolved "https://registry.yarnpkg.com/@synerise/ds-modal/-/ds-modal-0.15.9.tgz#8a528cfd2c4fa17045f8089e92209121502075e7"
integrity sha512-ZkY6Cw+r50XeH+s9xwP0KeEU+9P2s4ItSIUodUeE84RhcDZbKUGMa3JeWeYQiUCyl3L/bhbMwUBWM3X0hTyr0g==
dependencies:
"@synerise/ds-button" "^0.17.2"
"@synerise/ds-icon" "^0.49.0"
"@synerise/ds-typography" "^0.12.2"
classnames "^2.2.6"

"@synerise/ds-utils@^0.11.16", "@synerise/ds-utils@^0.11.9":
version "0.11.16"
resolved "https://registry.yarnpkg.com/@synerise/ds-utils/-/ds-utils-0.11.16.tgz#f01e6ff980d03d7948d2b48048019ab9da3bba24"
Expand Down Expand Up @@ -16679,22 +16709,12 @@ lodash.uniqueid@^4.0.1:
resolved "https://registry.yarnpkg.com/lodash.uniqueid/-/lodash.uniqueid-4.0.1.tgz#3268f26a7c88e4f4b1758d679271814e31fa5b26"
integrity sha1-MmjyanyI5PSxdY1nknGBTjH6WyY=

[email protected], "lodash@>=3.5 <5", lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
[email protected]:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

lodash@^4, lodash@^4.17.20:
version "4.17.20"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==

lodash@^4.17.19:
version "4.17.19"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==

lodash@^4.17.21:
"lodash@>=3.5 <5", lodash@^4, lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1:
version "4.17.21"
resolved "http://artifactory.service:80/artifactory/api/npm/npm-release/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=
Expand Down

0 comments on commit 7618889

Please sign in to comment.