Skip to content

Commit

Permalink
[docs] Update react-swipeable-views to fix a warning (mui#11890)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Jun 17, 2018
1 parent 506f87f commit 601e9a4
Showing 1 changed file with 18 additions and 27 deletions.
45 changes: 18 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@ babel-register@^6.26.0, babel-register@^6.9.0:
mkdirp "^0.5.1"
source-map-support "^0.4.15"

[email protected], babel-runtime@^6.0.0, babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2:
[email protected], babel-runtime@^6.0.0, babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
dependencies:
Expand Down Expand Up @@ -8626,15 +8626,6 @@ react-dom@^16.4.0:
object-assign "^4.1.1"
prop-types "^15.6.0"

react-event-listener@^0.5.1:
version "0.5.9"
resolved "https://registry.yarnpkg.com/react-event-listener/-/react-event-listener-0.5.9.tgz#c64e84f77156a682614835bdc1bc7ba00912df97"
dependencies:
"@babel/runtime" "^7.0.0-beta.42"
fbjs "^0.8.16"
prop-types "^15.6.0"
warning "^3.0.0"

react-event-listener@^0.6.0:
version "0.6.1"
resolved "https://registry.yarnpkg.com/react-event-listener/-/react-event-listener-0.6.1.tgz#41c7a80a66b398c27dd511e22712b02f3d4eccca"
Expand Down Expand Up @@ -8754,34 +8745,34 @@ react-select@^1.2.1:
prop-types "^15.5.8"
react-input-autosize "^2.1.2"

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"
react-swipeable-views-core@^0.12.14:
version "0.12.14"
resolved "https://registry.yarnpkg.com/react-swipeable-views-core/-/react-swipeable-views-core-0.12.14.tgz#65271fd18dd9b359e39392fe065a8067e0d7bfdb"
dependencies:
babel-runtime "^6.23.0"
warning "^3.0.0"
"@babel/runtime" "^7.0.0-beta.42"
warning "^4.0.1"

react-swipeable-views-utils@^0.12.13:
version "0.12.13"
resolved "https://registry.yarnpkg.com/react-swipeable-views-utils/-/react-swipeable-views-utils-0.12.13.tgz#fe102524180bf568f746e844c8d74b9cd3e7e0b8"
react-swipeable-views-utils@^0.12.14:
version "0.12.14"
resolved "https://registry.yarnpkg.com/react-swipeable-views-utils/-/react-swipeable-views-utils-0.12.14.tgz#7ba72ea8eff8149f2c50ed8abc6fb21d1e0de227"
dependencies:
babel-runtime "^6.23.0"
"@babel/runtime" "^7.0.0-beta.42"
fbjs "^0.8.4"
keycode "^2.1.7"
prop-types "^15.6.0"
react-event-listener "^0.5.1"
react-swipeable-views-core "^0.12.11"
react-event-listener "^0.6.0"
react-swipeable-views-core "^0.12.14"

react-swipeable-views@^0.12.10:
version "0.12.13"
resolved "https://registry.yarnpkg.com/react-swipeable-views/-/react-swipeable-views-0.12.13.tgz#247442dbe14922efe5ad6fe0297599c817600bf9"
version "0.12.14"
resolved "https://registry.yarnpkg.com/react-swipeable-views/-/react-swipeable-views-0.12.14.tgz#71722be23491ef500c42e86bafb838d45a69ffe1"
dependencies:
babel-runtime "^6.23.0"
"@babel/runtime" "^7.0.0-beta.42"
dom-helpers "^3.2.1"
prop-types "^15.5.4"
react-swipeable-views-core "^0.12.11"
react-swipeable-views-utils "^0.12.13"
warning "^3.0.0"
react-swipeable-views-core "^0.12.14"
react-swipeable-views-utils "^0.12.14"
warning "^4.0.1"

react-test-renderer@^16.0.0-0, react-test-renderer@^16.1.1:
version "16.4.1"
Expand Down

0 comments on commit 601e9a4

Please sign in to comment.