diff options
author | 2024-09-05 18:48:00 +0100 | |
---|---|---|
committer | 2024-09-05 18:48:00 +0100 | |
commit | 57967b1e5a2e715fd19a69ad6240df068ccfc0ee (patch) | |
tree | e71bda19dd78356e30255ae2800709645f5db728 | |
parent | Set refresh task on voucher validation (diff) |
Add react-toastify
-rw-r--r-- | thallium-frontend/package.json | 1 | ||||
-rw-r--r-- | thallium-frontend/pnpm-lock.yaml | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/thallium-frontend/package.json b/thallium-frontend/package.json index dc9dee5..bdafece 100644 --- a/thallium-frontend/package.json +++ b/thallium-frontend/package.json @@ -17,6 +17,7 @@ "react-dom": "^18.3.1", "react-redux": "^9.1.2", "react-router-dom": "^6.26.1", + "react-toastify": "^10.0.5", "styled-components": "^6.1.12" }, "devDependencies": { diff --git a/thallium-frontend/pnpm-lock.yaml b/thallium-frontend/pnpm-lock.yaml index 458e2ec..7529dd4 100644 --- a/thallium-frontend/pnpm-lock.yaml +++ b/thallium-frontend/pnpm-lock.yaml @@ -29,6 +29,9 @@ importers: react-router-dom: specifier: ^6.26.1 + react-toastify: + specifier: ^10.0.5 styled-components: specifier: ^6.1.12 @@ -675,6 +678,10 @@ packages: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} + resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} + engines: {node: '>=6'} + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} @@ -1332,6 +1339,12 @@ packages: peerDependencies: react: '>=16.8' + resolution: {integrity: sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==} + peerDependencies: + react: '>=18' + react-dom: '>=18' + resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} @@ -2214,6 +2227,8 @@ snapshots: ansi-styles: 4.3.0 supports-color: 7.2.0 + [email protected]: {} + dependencies: color-name: 1.1.3 @@ -2956,6 +2971,12 @@ snapshots: '@remix-run/router': 1.19.1 react: 18.3.1 + dependencies: + clsx: 2.1.1 + react: 18.3.1 + react-dom: 18.3.1([email protected]) + dependencies: loose-envify: 1.4.0 |