Skip to content

Commit ed48e6b

Browse files
committed
chore(deps): update dependency react-toastify to v11
1 parent a2c0b35 commit ed48e6b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

docs/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"raw-loader": "4.0.2",
2929
"react": "18.3.1",
3030
"react-dom": "18.3.1",
31-
"react-toastify": "10.0.6"
31+
"react-toastify": "11.0.3"
3232
},
3333
"devDependencies": {
3434
"@docusaurus/module-type-aliases": "3.7.0",

docs/src/pages/playground.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import Layout from "@theme/Layout"
55
import React from "react"
66

77
import { ToastContainer } from "react-toastify"
8-
import "react-toastify/dist/ReactToastify.min.css"
98

109
function PlaygroundComponent(): JSX.Element {
1110
// No SSR for the live preview

0 commit comments

Comments
 (0)