Skip to content

Commit

Permalink
Merge pull request #111 from bcgov/feature/angular-update
Browse files Browse the repository at this point in the history
Feature/angular update
  • Loading branch information
vivid-esnauffer authored Nov 29, 2024
2 parents 7751950 + 2b4ab5e commit cab2067
Show file tree
Hide file tree
Showing 202 changed files with 2,016 additions and 9,892 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up nodejs
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20

- name: Extract version number
id: getVersion
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ local-config
cirras-underwriting-api/cirras-underwriting-api-rest-endpoints/src/test/resources/static.properties
cirras-underwriting-api/cirras-underwriting-persistence/src/test/resources/static.properties
cirras-underwriting-war/cirras-underwriting-war/src/main/angular/package-lock.json
cirras-underwriting-ngclient-lib/cirras-underwriting-ngclient-lib/src/main/angular/package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dollar>$</dollar>
<node.version>v14.17.3</node.version>
<npm.version>6.14.13</npm.version>
<node.version>v20.18.0</node.version>
<npm.version>10.9.0</npm.version>
<node.path>${user.home}/.node</node.path>
<typescript.path>src/main/angular</typescript.path>
<npm.url>https://apps.vividsolutions.com/artifactory/api/npm/npm/</npm.url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"defaultProject": "cirras-underwriting-api",
"projects": {
"cirras-underwriting-api": {
"root": "projects/cirras-underwriting-api",
Expand All @@ -11,7 +10,7 @@
"prefix": "cirras",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/cirras-underwriting-api/tsconfig.lib.json",
"project": "projects/cirras-underwriting-api/ng-package.json"
Expand Down
Loading

0 comments on commit cab2067

Please sign in to comment.