Skip to content

Commit

Permalink
Merge branch 'main' into mntor-3618
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia authored Oct 21, 2024
2 parents 8e3627e + 8332624 commit 656fdc9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
6 changes: 6 additions & 0 deletions docs/dependency-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ This is used for the small confetti animation when completing the guided
resolution flow. This can be seen in action in Storybook, in the story
`Logged in / Guided resolution / 4. Security recommendations / 4d. Done`.

### `react-toastify`

Used to display toast notifications, e.g. the error message when you try to
unsubscribe via the following page, which uses an invalid unsubscription
token: http://localhost:6060/unsubscribe-email/monthly-report-free?token=wrong

### `husky` and `lint-staged`

Used to run basic code formatting when committing. You can verify that these
Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"react-stately": "^3.33.0",
"react-toastify": "^10.0.5",
"react-toastify": "^10.0.6",
"server-only": "^0.0.1",
"uuid": "^10.0.0",
"winston": "^3.14.2"
Expand Down Expand Up @@ -149,7 +149,7 @@
"jest-axe": "^9.0.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-fail-on-console": "^3.3.0",
"jest-fail-on-console": "^3.3.1",
"lint-staged": "^15.2.10",
"mjml-browser": "^4.15.3",
"prettier": "3.3.3",
Expand Down

0 comments on commit 656fdc9

Please sign in to comment.