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 <renovatebot@gmail.com>
Co-authored-by: Quinn Slack <qslack@qslack.com>
This commit is contained in:
renovate[bot] 2020-01-02 21:32:11 -08:00 committed by Quinn Slack
parent e3323a2b55
commit 5eb9583eea
3 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -76,8 +76,8 @@ export class ActivationDropdown extends React.PureComponent<Props, State> {
dragFriction: 0.09,
duration: animationDurationMillis,
delay: 20,
width: '10px',
height: '10px',
width: 10,
height: 10,
colors: ['#a864fd', '#29cdff', '#78ff44', '#ff718d', '#fdff6a'],
}
return (

View File

@ -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"