mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
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:
parent
e3323a2b55
commit
5eb9583eea
@ -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",
|
||||
|
||||
@ -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 (
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user