diff --git a/packages/netlify-cms-core/package.json b/packages/netlify-cms-core/package.json index 145ee24b..fbc40470 100644 --- a/packages/netlify-cms-core/package.json +++ b/packages/netlify-cms-core/package.json @@ -57,7 +57,7 @@ "react-sortable-hoc": "^0.6.8", "react-split-pane": "^0.1.82", "react-topbar-progress-indicator": "^2.0.0", - "react-waypoint": "^7.1.0", + "react-waypoint": "^8.1.0", "redux": "^4.0.1", "redux-notifications": "^4.0.1", "redux-optimist": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index f0d4aeb8..301b229b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3311,10 +3311,10 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0: resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= -consolidated-events@^1.1.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/consolidated-events/-/consolidated-events-1.1.1.tgz#25395465b35e531395418b7bbecb5ecaf198d179" - integrity sha1-JTlUZbNeUxOVQYt7vsteyvGY0Xk= +"consolidated-events@^1.1.0 || ^2.0.0": + version "2.0.2" + resolved "https://registry.yarnpkg.com/consolidated-events/-/consolidated-events-2.0.2.tgz#da8d8f8c2b232831413d9e190dc11669c79f4a91" + integrity sha512-2/uRVMdRypf5z/TW/ncD/66l75P5hH2vM/GR8Jf8HLc2xnfJtmina6F6du8+v4Z2vTrMo7jC+W1tmEEuuELgkQ== constants-browserify@^1.0.0: version "1.0.0" @@ -9586,7 +9586,7 @@ react-is@16.3.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.1.tgz#ee66e6d8283224a83b3030e110056798488359ba" integrity sha512-3XpazGqS5DEOLiuR6JQ2Sg6URq/33d1BHJVaUvtMz579KRhd2D0pqabNEe5czv785yzKBPZimOf0UNIXa3jw1A== -react-is@^16.3.2, react-is@^16.6.0: +react-is@^16.3.2, react-is@^16.6.0, react-is@^16.6.3: version "16.6.3" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.3.tgz#d2d7462fcfcbe6ec0da56ad69047e47e56e7eac0" integrity sha512-u7FDWtthB4rWibG/+mFbVd5FvdI20yde86qKGx4lVUTWmPlSWQ4QxbBIrrs+HnXGbxOUlUzTAP/VDmvCwaP2yA== @@ -9791,13 +9791,14 @@ react-transition-group@^2.2.1: prop-types "^15.6.2" react-lifecycles-compat "^3.0.4" -react-waypoint@^7.1.0: - version "7.3.4" - resolved "https://registry.yarnpkg.com/react-waypoint/-/react-waypoint-7.3.4.tgz#6f4a167ca71c0877576699d6980089f001137f90" - integrity sha1-b0oWfKccCHdXZpnWmACJ8AETf5A= +react-waypoint@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/react-waypoint/-/react-waypoint-8.1.0.tgz#91d926a2fd1be4cbd0351cb8c3d494fac0ef1699" + integrity sha512-HoOItWTHObgz7bstmz9p3wuTVDRdsyNspnkAOFz9eE4z8LRj1bbNP9Nzye2k9zsFiujlz8lmp13UFmuXPWXPYw== dependencies: - consolidated-events "^1.1.0" + consolidated-events "^1.1.0 || ^2.0.0" prop-types "^15.0.0" + react-is "^16.6.3" react@^16.4.1: version "16.4.2"