-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgraded to ng18 * fix regular expression in convert language test * update eslint * update ng mocks * upgrade ngx-toastr * update ng store * updated es lint * upgrade to ng19 * fix dependencies * standalone property added to components * standalone added to pipes and directives * change scss imports to use * directives and pipes tidy * Updated css imports to use * fix styling for styles.scss * switch back to deprecated import directive * update docker files to use node 22.0.0 * updated timer and interval imp * added $govuk-suppressed-warnings: ('govuk-typography-scale-14'); * update packages * changed to es builder * fix tests * Update es lint * reverted back to browser builder * updated new added component from merge to have standalone: false * added ng router * updated nswagudpated nswag --------- Co-authored-by: Shaed Parkar <shaed.parkar@slimsolutions.tech> Co-authored-by: shaed-parkar <41630528+shaed-parkar@users.noreply.github.com>
- Loading branch information
1 parent
367c603
commit 95091f0
Showing
190 changed files
with
10,484 additions
and
8,570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18.20.2 | ||
v22.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:18.15-alpine AS client | ||
FROM node:22.0.0-alpine AS client | ||
EXPOSE 4200 49153 | ||
USER node | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.