diff --git a/package.json b/package.json index 586b381..943e477 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-dom": "^16.4.1", "react-masonry-component": "^6.0.2", "react-scroll": "^1.7.9", - "react-swipeable-views": "^0.12.16", + "react-swipeable-views": "^0.13.0", "uuid": "^3.3.2" }, "keywords": [ diff --git a/yarn.lock b/yarn.lock index b2908a0..5fd6a89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -603,6 +603,12 @@ "@babel/plugin-transform-react-jsx-self" "7.0.0-beta.42" "@babel/plugin-transform-react-jsx-source" "7.0.0-beta.42" +"@babel/runtime@7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0.tgz#adeb78fedfc855aa05bc041640f3f6f98e85424c" + dependencies: + regenerator-runtime "^0.12.0" + "@babel/runtime@7.0.0-beta.42": version "7.0.0-beta.42" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0-beta.42.tgz#352e40c92e0460d3e82f49bd7e79f6cda76f919f" @@ -6822,33 +6828,33 @@ react-scroll@^1.7.9: lodash.throttle "^4.1.1" prop-types "^15.5.8" -react-swipeable-views-core@^0.12.16: - version "0.12.16" - resolved "https://registry.yarnpkg.com/react-swipeable-views-core/-/react-swipeable-views-core-0.12.16.tgz#f7ded6feb154ade2ad5529f11db0c5caab613061" +react-swipeable-views-core@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/react-swipeable-views-core/-/react-swipeable-views-core-0.13.0.tgz#6bf8a8132a756355444537672a14e84b1e3b53c2" dependencies: - "@babel/runtime" "7.0.0-beta.42" + "@babel/runtime" "7.0.0" warning "^4.0.1" -react-swipeable-views-utils@^0.12.16: - version "0.12.16" - resolved "https://registry.yarnpkg.com/react-swipeable-views-utils/-/react-swipeable-views-utils-0.12.16.tgz#f64f0ab0efaa8717ccd1471c8b7293728833c0b2" +react-swipeable-views-utils@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/react-swipeable-views-utils/-/react-swipeable-views-utils-0.13.0.tgz#0ea17aa67f88a69d534c79d591f8d82ef98346a4" dependencies: - "@babel/runtime" "7.0.0-beta.42" + "@babel/runtime" "7.0.0" fbjs "^0.8.4" keycode "^2.1.7" prop-types "^15.6.0" react-event-listener "^0.6.0" - react-swipeable-views-core "^0.12.16" + react-swipeable-views-core "^0.13.0" -react-swipeable-views@^0.12.16: - version "0.12.16" - resolved "https://registry.yarnpkg.com/react-swipeable-views/-/react-swipeable-views-0.12.16.tgz#b1be94acbfd60bb3df55571dfc452b231e80db3b" +react-swipeable-views@^0.13.0: + version "0.13.0" + resolved "https://registry.yarnpkg.com/react-swipeable-views/-/react-swipeable-views-0.13.0.tgz#a200cef1005d55af6a27b97048afe9a4056e0ab8" dependencies: - "@babel/runtime" "7.0.0-beta.42" + "@babel/runtime" "7.0.0" dom-helpers "^3.2.1" prop-types "^15.5.4" - react-swipeable-views-core "^0.12.16" - react-swipeable-views-utils "^0.12.16" + react-swipeable-views-core "^0.13.0" + react-swipeable-views-utils "^0.13.0" warning "^4.0.1" react-test-renderer@^16.0.0-0: