From 5eb9583eeaee5e02ccd15f49a730cf1815af796b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 21:32:11 -0800 Subject: [PATCH] Update dependency react-dom-confetti to ^0.1.3 (#6953) * Update dependency react-dom-confetti to ^0.1.3 * fix props Co-authored-by: Renovate Bot Co-authored-by: Quinn Slack --- package.json | 2 +- shared/src/components/activation/ActivationDropdown.tsx | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 21298aa1e75..5f4e1432920 100644 --- a/package.json +++ b/package.json @@ -246,7 +246,7 @@ "react": "^16.12.0", "react-circular-progressbar": "^1.0.0", "react-dom": "npm:@hot-loader/react-dom@^16.11.0", - "react-dom-confetti": "^0.1.1", + "react-dom-confetti": "^0.1.3", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "react-stripe-elements": "^6.0.1", diff --git a/shared/src/components/activation/ActivationDropdown.tsx b/shared/src/components/activation/ActivationDropdown.tsx index 6848d3693b8..877da69179e 100644 --- a/shared/src/components/activation/ActivationDropdown.tsx +++ b/shared/src/components/activation/ActivationDropdown.tsx @@ -76,8 +76,8 @@ export class ActivationDropdown extends React.PureComponent { dragFriction: 0.09, duration: animationDurationMillis, delay: 20, - width: '10px', - height: '10px', + width: 10, + height: 10, colors: ['#a864fd', '#29cdff', '#78ff44', '#ff718d', '#fdff6a'], } return ( diff --git a/yarn.lock b/yarn.lock index 38994ed19ba..ea5da2754d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15700,10 +15700,10 @@ react-docgen@^4.1.0: node-dir "^0.1.10" recast "^0.17.3" -react-dom-confetti@^0.1.1: - version "0.1.1" - resolved "https://registry.npmjs.org/react-dom-confetti/-/react-dom-confetti-0.1.1.tgz#f9d611110413faed8da72de1f47fbce78df637b9" - integrity sha512-QT2orDvHChdhIUU7HZtx0kiEMiBtZKDfPqzfoku7bftvLM5t7d1fbQX0JO8sw+tDVWJFgceNJtkq6bv9V/eXQQ== +react-dom-confetti@^0.1.3: + version "0.1.3" + resolved "https://registry.npmjs.org/react-dom-confetti/-/react-dom-confetti-0.1.3.tgz#151bdbd4e494c5402c24f005d99e116851ae51a6" + integrity sha512-F6jRLhg5CAfGi/oNM6fGlv+cHF7wR3xZ6GMZRKt1NgCzC3mVjQ2ctxVDEhe007Tm6b3r6AOQAzZzVyuDdblDxA== dependencies: dom-confetti "0.1.1"