Skip to content

Commit

Permalink
Bump react-canvas-confetti from 2.0.5 to 2.0.7 in /src/javascript/fit…
Browse files Browse the repository at this point in the history
…bit-challenges/frontend (#33)

Bumps
[react-canvas-confetti](https://github.com/ulitcos/react-canvas-confetti)
from 2.0.5 to 2.0.7.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/c11155dffc5eb2afb3fed8f6b47eb45a391341fa"><code>c11155d</code></a>
2.0.7</li>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/ab7bcd470f4540d87e9219f2dabdefcfd015ef1a"><code>ab7bcd4</code></a>
Fixed storybook</li>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/143eb4b910b512ae76193c25ed1c908921e33f4a"><code>143eb4b</code></a>
Added Photons preset</li>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/3d5b2777290d274686de47aac5d923fc5c35109d"><code>3d5b277</code></a>
Fixed vortex</li>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/63c2312fb540c9792cee0384d6ea8a78cdc366bb"><code>63c2312</code></a>
2.0.6</li>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/c8e2b3fa4194c172fd936a756f48300367c0b6eb"><code>c8e2b3f</code></a>
Raised node version</li>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/b6e7b27243f2c072310ad5d5609c82f499ee05cd"><code>b6e7b27</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/3efcf218f33512899a0361f7a53abdfb9f4a736a"><code>3efcf21</code></a>
Added vortex preset</li>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/9ce2eb18bd22260289c1968d03a39c931249b29d"><code>9ce2eb1</code></a>
Added DS_Store to ignore list</li>
<li><a
href="https://github.com/ulitcos/react-canvas-confetti/commit/162b9c0fdaa2c87a4200c508768fe353c89d52b9"><code>162b9c0</code></a>
Made Conductor abstract</li>
<li>Additional commits viewable in <a
href="https://github.com/ulitcos/react-canvas-confetti/compare/v2.0.5...v2.0.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-canvas-confetti&package-manager=npm_and_yarn&previous-version=2.0.5&new-version=2.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 71f549f commit c21c8d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions src/javascript/fitbit-challenges/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/javascript/fitbit-challenges/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lodash": "^4.17.21",
"plotly.js-basic-dist": "^2.29.1",
"react": "^18.2.0",
"react-canvas-confetti": "^2.0.5",
"react-canvas-confetti": "^2.0.7",
"react-dom": "^18.2.0",
"react-plotlyjs": "^0.4.4",
"react-router-dom": "^6.22.3",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@tsconfig/create-react-app": "^2.0.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"react-canvas-confetti": "^2.0.5",
"react-canvas-confetti": "^2.0.7",
"tailwindcss": "^3.4.1"
},
"overrides": {
Expand Down

0 comments on commit c21c8d4

Please sign in to comment.