Skip to content

Commit

Permalink
fix(deps): update dependency react-toastify to v11 (#554)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency react-toastify to v11

* fix: remove css

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: spaenleh <[email protected]>
  • Loading branch information
renovate[bot] and spaenleh authored Jan 8, 2025
1 parent 3a7c773 commit e8d5630
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-i18next": "15.2.0",
"react-image-crop": "11.0.7",
"react-intersection-observer": "9.13.1",
"react-toastify": "10.0.6",
"react-toastify": "11.0.2",
"recharts": "2.15.0",
"social-links": "1.14.0",
"stylis": "4.3.4",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ReactDOM from 'react-dom/client';
import { HelmetProvider } from 'react-helmet-async';
import { useTranslation } from 'react-i18next';
import { ToastContainer } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';

import {
CssBaseline,
Expand Down

0 comments on commit e8d5630

Please sign in to comment.