Browse Source

chore(yarn): Upgrade react-swipeable-views (smoother swiping) (#5830)

pull/4/head
Sorin Davidoi 6 years ago
committed by Eugen Rochko
parent
commit
e20258a2e5
1 changed files with 14 additions and 14 deletions
  1. +14
    -14
      yarn.lock

+ 14
- 14
yarn.lock View File

@ -5799,7 +5799,7 @@ react-dom@^16.0.0:
object-assign "^4.1.1"
prop-types "^15.6.0"
react-event-listener@^0.5.0:
react-event-listener@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/react-event-listener/-/react-event-listener-0.5.1.tgz#ba36076e47bc37c5a67ff5ccd4a9ff0f15621040"
dependencies:
@ -5916,33 +5916,33 @@ react-router@^4.2.0:
prop-types "^15.5.4"
warning "^3.0.0"
react-swipeable-views-core@^0.12.8:
version "0.12.8"
resolved "https://registry.yarnpkg.com/react-swipeable-views-core/-/react-swipeable-views-core-0.12.8.tgz#99460621e5a6da07fb482a25b151905ae7a797a9"
react-swipeable-views-core@^0.12.11:
version "0.12.11"
resolved "https://registry.yarnpkg.com/react-swipeable-views-core/-/react-swipeable-views-core-0.12.11.tgz#3cf2b4daffbb36f9d69bd19bf5b2d5370b6b2c1b"
dependencies:
babel-runtime "^6.23.0"
warning "^3.0.0"
react-swipeable-views-utils@^0.12.8:
version "0.12.8"
resolved "https://registry.yarnpkg.com/react-swipeable-views-utils/-/react-swipeable-views-utils-0.12.8.tgz#9483fc7dd370032f2f93ac44f2a2913d7c52aa41"
react-swipeable-views-utils@^0.12.11:
version "0.12.11"
resolved "https://registry.yarnpkg.com/react-swipeable-views-utils/-/react-swipeable-views-utils-0.12.11.tgz#3c9a6a2b8dbdcc331a5d107419578f57b7e101d6"
dependencies:
babel-runtime "^6.23.0"
fbjs "^0.8.4"
keycode "^2.1.7"
prop-types "^15.5.4"
react-event-listener "^0.5.0"
react-swipeable-views-core "^0.12.8"
prop-types "^15.6.0"
react-event-listener "^0.5.1"
react-swipeable-views-core "^0.12.11"
react-swipeable-views@^0.12.3:
version "0.12.8"
resolved "https://registry.yarnpkg.com/react-swipeable-views/-/react-swipeable-views-0.12.8.tgz#8541daab5881067e58281d1e6ff13815ae94ebf5"
version "0.12.12"
resolved "https://registry.yarnpkg.com/react-swipeable-views/-/react-swipeable-views-0.12.12.tgz#60cdc8e3682ed082aaf094f7761eaf691ed28a6f"
dependencies:
babel-runtime "^6.23.0"
dom-helpers "^3.2.1"
prop-types "^15.5.4"
react-swipeable-views-core "^0.12.8"
react-swipeable-views-utils "^0.12.8"
react-swipeable-views-core "^0.12.11"
react-swipeable-views-utils "^0.12.11"
warning "^3.0.0"
react-test-renderer@^16.0.0, react-test-renderer@^16.0.0-0:

Loading…
Cancel
Save