Skip to content

Commit

Permalink
Merge pull request #4637 from NCI-Agency/renovate/react-toastify-10.x
Browse files Browse the repository at this point in the history
Update dependency react-toastify to v10
  • Loading branch information
gjvoosten authored Feb 26, 2024
2 parents 727bd36 + 3183cb4 commit 626417b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"react-router-bootstrap": "0.26.2",
"react-router-dom": "6.3.0",
"react-scroll": "1.9.0",
"react-toastify": "9.1.3",
"react-toastify": "10.0.4",
"react-ultimate-pagination": "1.3.2",
"react-use-dimensions": "1.2.1",
"reduce-css-calc": "2.1.8",
Expand Down
17 changes: 11 additions & 6 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6949,11 +6949,16 @@ closest@0.0.1:
dependencies:
matches-selector "0.0.1"

clsx@^1.1.1, clsx@^1.2.1:
clsx@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==

clsx@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.0.tgz#e851283bcb5c80ee7608db18487433f7b23f77cb"
integrity sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==

co@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
Expand Down Expand Up @@ -14288,12 +14293,12 @@ react-test-renderer@18.2.0:
react-shallow-renderer "^16.15.0"
scheduler "^0.23.0"

react-toastify@9.1.3:
version "9.1.3"
resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-9.1.3.tgz#1e798d260d606f50e0fab5ee31daaae1d628c5ff"
integrity sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==
react-toastify@10.0.4:
version "10.0.4"
resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-10.0.4.tgz#6ecdbbf923a07fc45850e69b0566efc7bf733283"
integrity sha512-etR3RgueY8pe88SA67wLm8rJmL1h+CLqUGHuAoNsseW35oTGJEri6eBTyaXnFKNQ80v/eO10hBYLgz036XRGgA==
dependencies:
clsx "^1.1.1"
clsx "^2.1.0"

react-transition-group@^4.4.2, react-transition-group@^4.4.5:
version "4.4.5"
Expand Down

0 comments on commit 626417b

Please sign in to comment.