Skip to content

Commit

Permalink
Merge branch 'main' into feature/deseng-500
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT authored Feb 27, 2024
2 parents 5a1016f + fa8e724 commit 59cb304
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- Implemented endpoints for dynamic engagement pages, including summary and custom sections.
- Default behavior ensures that each engagement has a dynamic summary page.
- Introduced logic to migrate existing content and rich content for engagements to the summary table.
- **Task**Add font awesome libraries [DESENG-490](https://apps.itsm.gov.bc.ca/jira/browse/DESENG-490)
- Added related libraries to the frontend package.json.
- **Task**Adding missing unit test [DESENG-483](https://apps.itsm.gov.bc.ca/jira/browse/DESENG-483)
- Added missing unit test for components.

Expand Down
119 changes: 119 additions & 0 deletions met-web/package-lock.json

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

7 changes: 6 additions & 1 deletion met-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@
"typescript": "^4.6.3",
"universal-cookie": "^7.0.1",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
"yup": "^0.32.11",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18"
},
"scripts": {
"start": "react-app-rewired start",
Expand Down

0 comments on commit 59cb304

Please sign in to comment.