-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems like from the time when #367 was initially created, a newer version of react-toastify was released, which looks like it pulls in DefinitelyTyped/DefinitelyTyped#64464, which is a pretty breaking change. I haven't looked in depth, but I suspect if we were to upgrade to the latest version we'd need to upgrade React... Signed-off-by: Blake Pettersson <[email protected]>
- Loading branch information
1 parent
06d0e88
commit 25663b0
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6259,9 +6259,9 @@ cloneable-readable@^1.0.0: | |
readable-stream "^2.3.5" | ||
|
||
clsx@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188" | ||
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA== | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12" | ||
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg== | ||
|
||
co@^4.6.0: | ||
version "4.6.0" | ||
|
@@ -14751,7 +14751,7 @@ react-textarea-autosize@^8.3.0: | |
use-composed-ref "^1.0.0" | ||
use-latest "^1.0.0" | ||
|
||
react-toastify@^9.0.8: | ||
[email protected]: | ||
version "9.0.8" | ||
resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-9.0.8.tgz#3876c89fc6211a29027b3075010b5ec39ebe4f7e" | ||
integrity sha512-EwM+teWt49HSHx+67qI08yLAW1zAsBxCXLCsUfxHYv1W7/R3ZLhrqKalh7j+kjgPna1h5LQMSMwns4tB4ww2yQ== | ||
|