Skip to content

Commit 6b92abf

Browse files
authored
Merge pull request #91 from rclone/greenkeeper/react-toastify-6.0.0
Update react-toastify to the latest version 🚀
2 parents 1354340 + ab1c771 commit 6b92abf

File tree

3 files changed

+29
-47
lines changed

3 files changed

+29
-47
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-router-config": "^5.1.1",
4242
"react-router-dom": "~5.2.0",
4343
"react-test-renderer": "^16.12.0",
44-
"react-toastify": "^5.5.0",
44+
"react-toastify": "^6.0.0",
4545
"reactstrap": "^8.4.1",
4646
"redux": "^4.0.5",
4747
"redux-thunk": "^2.3.0",

src/__snapshots__/App.test.js.snap

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ exports[`App Component should match snapshot 1`] = `
77
<ErrorBoundary>
88
<ToastContainer
99
autoClose={5000}
10-
bodyClassName={null}
11-
className={null}
12-
closeButton={
13-
<CloseButton
14-
ariaLabel="close"
15-
/>
16-
}
10+
closeButton={[Function]}
1711
closeOnClick={true}
1812
draggable={true}
1913
draggablePercent={80}
@@ -22,12 +16,8 @@ exports[`App Component should match snapshot 1`] = `
2216
pauseOnFocusLoss={true}
2317
pauseOnHover={true}
2418
position="top-right"
25-
progressClassName={null}
26-
progressStyle={null}
2719
role="alert"
2820
rtl={false}
29-
style={null}
30-
toastClassName={null}
3121
transition={[Function]}
3222
/>
3323
<HashRouter>

0 commit comments

Comments
 (0)