From e7940c67fbfa875131b56b018a14f0966c38b48a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 20:49:00 +0000 Subject: [PATCH] Bump next-page-transitions from 1.0.0-alpha.6 to 1.0.0-beta.2 Bumps [next-page-transitions](https://github.com/illinois/next-page-transitions) from 1.0.0-alpha.6 to 1.0.0-beta.2. - [Release notes](https://github.com/illinois/next-page-transitions/releases) - [Commits](https://github.com/illinois/next-page-transitions/compare/v1.0.0-alpha.6...v1.0.0-beta.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3586132..e3e02b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4941,9 +4941,9 @@ "integrity": "sha512-MK+5vGXU73wZBwzMu1w1i0MnmXdLcNa8JXN9I1FZnQSPtX0T+FzAMW5WL1IeyofZHZp4lwUYtcVFjF9/DIIW5g==" }, "next-page-transitions": { - "version": "1.0.0-alpha.6", - "resolved": "https://registry.npmjs.org/next-page-transitions/-/next-page-transitions-1.0.0-alpha.6.tgz", - "integrity": "sha512-Sfc+MMCXHLDmAL57MkPuyWck4q5OyS1mV0c8SMQ15howljDl2Rh/h/SSWo/hSXcBgsnnZ/UHd677MVsggFZqEw==", + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/next-page-transitions/-/next-page-transitions-1.0.0-beta.2.tgz", + "integrity": "sha512-j5BIwytcZV3N90brzHRsjOw7AOMZ4JvgK8aeSjanFIEt+tLYoF1LI/LuxlS+B2EQOXSBgxHbxBbUmPZPQEL4Xw==", "requires": { "prop-types": "^15.6.1", "react-transition-group": "^2.3.1" @@ -5852,11 +5852,11 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "react-transition-group": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-2.6.0.tgz", - "integrity": "sha512-VzZ+6k/adL3pJHo4PU/MHEPjW59/TGQtRsXC+wnxsx2mxjQKNHnDdJL/GpYuPJIsyHGjYbBQfIJ2JNOAdPc8GQ==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-2.9.0.tgz", + "integrity": "sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg==", "requires": { - "dom-helpers": "^3.3.1", + "dom-helpers": "^3.4.0", "loose-envify": "^1.4.0", "prop-types": "^15.6.2", "react-lifecycles-compat": "^3.0.4" diff --git a/package.json b/package.json index 725f7a6..60a788d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "next-images": "^1.0.4", "next-nprogress": "^1.4.0", "next-page-loading-bar": "^1.0.0", - "next-page-transitions": "^1.0.0-alpha.6", + "next-page-transitions": "^1.0.0-beta.2", "next-routes": "^1.4.2", "next-with-apollo": "^3.4.0", "nextjs-wp": "^1.0.4",