Skip to content

Commit

Permalink
fix(deps): Make @anarock/pebble a peer dependency (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjal-jain authored and ritz078 committed May 23, 2019
1 parent d80d422 commit f495e27
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 25 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"prepublishOnly": "yarn build:dist"
},
"dependencies": {
"@anarock/pebble": "^0.44.3",
"date-fns": "^1.30.1",
"just-debounce-it": "^1.1.0",
"name-initials": "^0.1.3",
Expand Down Expand Up @@ -66,5 +65,8 @@
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"peerDependencies": {
"@anarock/pebble": "^0.46.1"
}
}
60 changes: 36 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@anarock/pebble@^0.44.3":
version "0.44.3"
resolved "https://registry.yarnpkg.com/@anarock/pebble/-/pebble-0.44.3.tgz#5e4ea16ce70f8747268be6b4ede927923e44fa0f"
integrity sha512-SznUeqqNp4D7eJK+ZPSgTw0mDGlcZ3Nexk6LvfH06gHYRQhRwduEguatpavFEwQO7aJyag2wmoWoy6y0xfZGFg==
"@anarock/pebble@^0.46.1":
version "0.46.1"
resolved "https://registry.yarnpkg.com/@anarock/pebble/-/pebble-0.46.1.tgz#214b5548f424354a1c34553282edd4a4077ddffe"
integrity sha512-KiMNrNyR4oxGuVCE8d5bOG/FptRl+EUP8cky0TAm0J3Ucb05ty/B738EaOJ7WiLBN34sG0MHsRZTncCFsXvITA==
dependencies:
date-fns "^1.29.0"
emotion "^9.2.12"
Expand Down Expand Up @@ -945,11 +945,11 @@
regenerator-runtime "^0.13.2"

"@babel/runtime@^7.3.1":
version "7.3.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.4.tgz#73d12ba819e365fcf7fd152aed56d6df97d21c83"
integrity sha512-IvfvnMdSaLBateu0jfsYIpZTxAc2cKEXEMiezGGN75QcBcecDUKd3PgLAncT0oOgxKy8dd8hrJKj9MfzgfZd6g==
version "7.4.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12"
integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==
dependencies:
regenerator-runtime "^0.12.0"
regenerator-runtime "^0.13.2"

"@babel/template@^7.0.0":
version "7.0.0"
Expand Down Expand Up @@ -4040,6 +4040,7 @@ compression@^1.7.1:
compute-scroll-into-view@1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.11.tgz#7ff0a57f9aeda6314132d8994cce7aeca794fecf"
integrity sha512-uUnglJowSe0IPmWOdDtrlHXof5CTIJitfJEyITHBW6zDVOGu9Pjk5puaLM73SLcwak0L4hEjO7Td88/a6P5i7A==

concat-map@0.0.1:
version "0.0.1"
Expand Down Expand Up @@ -4360,11 +4361,7 @@ data-urls@^1.0.0:
whatwg-mimetype "^2.0.0"
whatwg-url "^6.4.0"

date-fns@^1.29.0:
version "1.29.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.29.0.tgz#12e609cdcb935127311d04d33334e2960a2a54e6"

date-fns@^1.30.1:
date-fns@^1.29.0, date-fns@^1.30.1:
version "1.30.1"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"

Expand Down Expand Up @@ -5787,6 +5784,7 @@ get-stream@^4.0.0:
get-user-locale@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/get-user-locale/-/get-user-locale-1.1.1.tgz#edff0a8bbd6aa3ed0ca30cc441e1acd111543b7f"
integrity sha512-KuA+vMhsY+rSPK8hrmOvf7xXIMTs+L06RkgZ83jawZHSEqPLafZtQ63d3waXW3r8z6EQ49I/trraNncWM+s/2g==
dependencies:
lodash.once "^4.1.1"

Expand Down Expand Up @@ -6549,6 +6547,7 @@ is-hexadecimal@^1.0.0:
is-in-browser@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/is-in-browser/-/is-in-browser-1.1.3.tgz#56ff4db683a078c6082eb95dad7dc62e1d04f835"
integrity sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=

is-number@^2.1.0:
version "2.1.0"
Expand Down Expand Up @@ -7335,6 +7334,7 @@ lodash.omit@^4.5.0:
lodash.once@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=

lodash.pad@^4.1.0:
version "4.5.1"
Expand Down Expand Up @@ -7514,8 +7514,9 @@ memory-fs@^0.4.0, memory-fs@~0.4.1:
readable-stream "^2.0.1"

merge-class-names@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/merge-class-names/-/merge-class-names-1.1.1.tgz#3bd2f38eb5418c464a0fef615484fdf6c8932256"
version "1.2.0"
resolved "https://registry.yarnpkg.com/merge-class-names/-/merge-class-names-1.2.0.tgz#cb30ecfc3bdbd96b6f76d0a98777907e5fbb3462"
integrity sha512-ifHxhC8DojHT1rG3PHCaJYInUqPd0WO+PxsaYDMkgy7RzfyOFtnlpr/hbhki+m/3R/ujIRVnZkD/AHjgjb5uhg==

merge-descriptors@1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -7896,6 +7897,7 @@ mississippi@^3.0.0:
mitt@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.1.3.tgz#528c506238a05dce11cd914a741ea2cc332da9b8"
integrity sha512-mUDCnVNsAi+eD6qA0HkRkwYczbLHJ49z17BGe2PYRhZL4wpZUFZGJHU7/5tmvohoma+Hdn0Vh/oJTiPEmgSruA==

mixin-deep@^1.2.0:
version "1.3.1"
Expand Down Expand Up @@ -8216,7 +8218,12 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"

object-keys@^1.0.11, object-keys@^1.0.8:
object-keys@^1.0.11:
version "1.1.1"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==

object-keys@^1.0.8:
version "1.0.12"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"

Expand All @@ -8229,6 +8236,7 @@ object-visit@^1.0.0:
object.assign@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==
dependencies:
define-properties "^1.1.2"
function-bind "^1.1.1"
Expand Down Expand Up @@ -9006,9 +9014,9 @@ rc@^1.2.7:
strip-json-comments "~2.0.1"

react-calendar@^2.18.1:
version "2.18.1"
resolved "https://registry.yarnpkg.com/react-calendar/-/react-calendar-2.18.1.tgz#f8ef9468d8566aa0d47d9d70c88917bb2030bcb9"
integrity sha512-J3tVim1gLpnsCOaeez+z4QJB5oK6UYLJj5TSMOStSJBvkWMEcTzj7bq7yCJJCNLUg2Vd3i11gJXish0LUFhXaw==
version "2.19.0"
resolved "https://registry.yarnpkg.com/react-calendar/-/react-calendar-2.19.0.tgz#5451927c4a8f2136b9732c348bb27f3b91c032b0"
integrity sha512-vfmOuYSSzrWmJPJBH2WMLU7mVDPjhslawGBe2VYauN0tzEUt/cX/zsOLC+/PxH+3vD7dG4R7gpspl/q7L850sw==
dependencies:
get-user-locale "^1.1.1"
merge-class-names "^1.1.1"
Expand Down Expand Up @@ -9139,6 +9147,7 @@ react-helmet-async@^0.2.0:
react-ink@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/react-ink/-/react-ink-6.4.0.tgz#fa1573104237d3c08bcbf06108f3197b16762f76"
integrity sha512-CucEgFtGVFd0yJ8a+fic7FRHPv8QDba7UOoTvg4ezaRLGA7/FitwiQMIydBfiaZ7v+mrCsqWaH2ZpmthZRMxgQ==

react-input-autosize@^2.2.1:
version "2.2.1"
Expand Down Expand Up @@ -9419,8 +9428,9 @@ react-spring@^5.9.2:
"@babel/runtime" "^7.0.0"

react-spring@^7.2.1:
version "7.2.8"
resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-7.2.8.tgz#a1f49653393332bf84431a898993eda2f3212e42"
version "7.2.11"
resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-7.2.11.tgz#90962121c925c8a3181801b926eaf94c9b5c942e"
integrity sha512-VHoN34MTZFkvamy7Vlmcx2HR5WVSuaQQjFNlVRNyWNi+rcjYT8OcsggzeDltFycseBh8cZveYTc/iPCEe6O0Sw==
dependencies:
"@babel/runtime" "^7.0.0"

Expand Down Expand Up @@ -9910,6 +9920,7 @@ ret@~0.1.10:
rheostat@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/rheostat/-/rheostat-2.2.0.tgz#d6b388e21f9c6bf5753a8e9518a8eea3467287d2"
integrity sha512-cO6MvZ3fXtgP7NH7smWZhZczropunZJ50cdCLdlXR5Rhw0FNRaMM23Wx4NJjs5TGta3jOec39A/L0Lg8h8bPRQ==
dependencies:
object.assign "^4.1.0"
prop-types "^15.6.0"
Expand Down Expand Up @@ -10078,6 +10089,7 @@ schema-utils@^1.0.0:
scroll-into-view-if-needed@^2.2.20:
version "2.2.20"
resolved "https://registry.yarnpkg.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.20.tgz#3a46847a72233a3af9770e55df450f2a7f2e2a0e"
integrity sha512-P9kYMrhi9f6dvWwTGpO5I3HgjSU/8Mts7xL3lkoH5xlewK7O9Obdc5WmMCzppln7bCVGNmf3qfoZXrpCeyNJXw==
dependencies:
compute-scroll-into-view "1.0.11"

Expand Down Expand Up @@ -11074,9 +11086,9 @@ utila@^0.4.0, utila@~0.4:
resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"

utility-types@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.4.1.tgz#3caa1d207eac873f989bf8c92cf3e8c539045c61"
integrity sha512-GyH068kJf7c4vhfqj4aCM5X+TeV8jG2iPFLimpGpnQ7dvKfogZOHfiYxMww/nGEfMm/bEmnVbeZGO1see1OVKg==
version "3.7.0"
resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.7.0.tgz#51f1c29fa35d4267488345706efcf3f68f2b1933"
integrity sha512-mqRJXN7dEArK/NZNJUubjr9kbFFVZcmF/JHDc9jt5O/aYXUVmopHYujDMhLmLil1Bxo2+khe6KAIVvDH9Yc4VA==

utility-types@^3.6.1:
version "3.6.1"
Expand Down

0 comments on commit f495e27

Please sign in to comment.