Skip to content

Commit bc0afdd

Browse files
committed
Toastr is installed
1 parent 4445bc6 commit bc0afdd

File tree

3 files changed

+49
-4
lines changed

3 files changed

+49
-4
lines changed

package-lock.json

Lines changed: 30 additions & 3 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"react-scripts": "4.0.3",
1717
"react-scroll": "^1.8.2",
1818
"styled-components": "^5.3.3",
19+
"toastr": "^2.1.4",
1920
"web-vitals": "^1.0.1"
2021
},
2122
"scripts": {

yarn.lock

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7256,6 +7256,11 @@ jest@^26.0.0, jest@26.6.0:
72567256
import-local "^3.0.2"
72577257
jest-cli "^26.6.0"
72587258

7259+
jquery@>=1.12.0:
7260+
version "3.7.1"
7261+
resolved "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz"
7262+
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
7263+
72597264
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
72607265
version "4.0.0"
72617266
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
@@ -11548,6 +11553,13 @@ to-regex@^3.0.1, to-regex@^3.0.2:
1154811553
regex-not "^1.0.2"
1154911554
safe-regex "^1.1.0"
1155011555

11556+
toastr@^2.1.4:
11557+
version "2.1.4"
11558+
resolved "https://registry.npmjs.org/toastr/-/toastr-2.1.4.tgz"
11559+
integrity sha512-LIy77F5n+sz4tefMmFOntcJ6HL0Fv3k1TDnNmFZ0bU/GcvIIfy6eG2v7zQmMiYgaalAiUv75ttFrPn5s0gyqlA==
11560+
dependencies:
11561+
jquery ">=1.12.0"
11562+
1155111563
toidentifier@1.0.0:
1155211564
version "1.0.0"
1155311565
resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz"
@@ -11630,7 +11642,12 @@ type-detect@4.0.8:
1163011642
resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"
1163111643
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
1163211644

11633-
type-fest@^0.13.1, type-fest@^0.21.3:
11645+
type-fest@^0.13.1:
11646+
version "0.13.1"
11647+
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz"
11648+
integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
11649+
11650+
type-fest@^0.21.3:
1163411651
version "0.21.3"
1163511652
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
1163611653
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==

0 commit comments

Comments
 (0)