Skip to content

Commit 3297877

Browse files
[deps] Pinned react-toastify to 9.1.3
react-toastify >=10 requires React 18+ --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 1d8dcc8 commit 3297877

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react-redux": "^8.1.3",
4545
"react-router-dom": "^6.2.1",
4646
"react-select": "^5.2.2",
47-
"react-toastify": "^8.0.3",
47+
"react-toastify": "^9.1.3",
4848
"redux": "^4.0.5",
4949
"redux-thunk": "^2.3.0",
5050
"regenerator-runtime": "^0.13.9",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3731,9 +3731,9 @@ clone@^1.0.2:
37313731
integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=
37323732

37333733
clsx@^1.1.1:
3734-
version "1.1.1"
3735-
resolved "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz"
3736-
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
3734+
version "1.2.1"
3735+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
3736+
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
37373737

37383738
co-body@^5.1.1:
37393739
version "5.2.0"
@@ -10064,10 +10064,10 @@ react-test-renderer@^16.0.0-0, react-test-renderer@^16.13.1:
1006410064
react-is "^16.8.6"
1006510065
scheduler "^0.19.1"
1006610066

10067-
react-toastify@^8.0.3:
10068-
version "8.1.1"
10069-
resolved "https://registry.npmjs.org/react-toastify/-/react-toastify-8.1.1.tgz"
10070-
integrity sha512-KQa+j+JHjy69xpPYheaWUq3SjVw1sV2D7/QsXW6Tpo2x9HhUCvASezAMYDmLhfAYoSnaXUVnTNFAgZQA75SExQ==
10067+
react-toastify@^9.1.3:
10068+
version "9.1.3"
10069+
resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-9.1.3.tgz#1e798d260d606f50e0fab5ee31daaae1d628c5ff"
10070+
integrity sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==
1007110071
dependencies:
1007210072
clsx "^1.1.1"
1007310073

0 commit comments

Comments
 (0)