Adds React toast

This commit is contained in:
Alicia Sykes 2023-07-05 01:47:29 +01:00
parent 61a4c4ed5f
commit 733f86c5e8
2 changed files with 19 additions and 0 deletions

View File

@ -24,8 +24,10 @@
"react-router-dom": "^6.3.0", "react-router-dom": "^6.3.0",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"react-simple-maps": "^2.3.0", "react-simple-maps": "^2.3.0",
"react-toastify": "^9.1.3",
"react-tsparticles": "^2.0.6", "react-tsparticles": "^2.0.6",
"styled-components": "^5.3.5", "styled-components": "^5.3.5",
"traceroute": "^1.0.0",
"tsparticles": "^2.0.6", "tsparticles": "^2.0.6",
"typescript": "^4.7.3", "typescript": "^4.7.3",
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"

View File

@ -3417,6 +3417,11 @@ cliui@^7.0.2:
strip-ansi "^6.0.0" strip-ansi "^6.0.0"
wrap-ansi "^7.0.0" wrap-ansi "^7.0.0"
clsx@^1.1.1:
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: co@^4.6.0:
version "4.6.0" version "4.6.0"
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@ -8214,6 +8219,13 @@ react-simple-maps@^2.3.0:
d3-zoom "^2.0.0" d3-zoom "^2.0.0"
topojson-client "^3.1.0" topojson-client "^3.1.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==
dependencies:
clsx "^1.1.1"
react-tsparticles@^2.0.6: react-tsparticles@^2.0.6:
version "2.10.1" version "2.10.1"
resolved "https://registry.yarnpkg.com/react-tsparticles/-/react-tsparticles-2.10.1.tgz#6015e9da0fee4f5827a9756bc7e9c3b50b4b1824" resolved "https://registry.yarnpkg.com/react-tsparticles/-/react-tsparticles-2.10.1.tgz#6015e9da0fee4f5827a9756bc7e9c3b50b4b1824"
@ -9289,6 +9301,11 @@ tr46@^2.1.0:
dependencies: dependencies:
punycode "^2.1.1" punycode "^2.1.1"
traceroute@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/traceroute/-/traceroute-1.0.0.tgz#4b08996e2a84ee5c5cd6e0eab15f97cd7a56a3db"
integrity sha512-g+Ydtg6nkHVGAX3z51IM7utkbAJHtpb53IYXLTwSvD1nyhx2M7bT3QDFc1rj2OSKhemAxYVyYQHKWLFqjcbHPQ==
tryer@^1.0.1: tryer@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8" resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"