Skip to content

Commit

Permalink
Pdbe 7003 broken links for some of providers (#114)
Browse files Browse the repository at this point in the history
* Broken links resolved for some provider

* Updated angular version to 16

* Updated the angular version to 17

* Updated angular material

* Updated node version to 18 for the workflow

* Fixed issue with package dependencies

---------

Co-authored-by: Sreenath Sasidharan Nair <[email protected]>
Co-authored-by: Sreenath Sasidharan Nair <[email protected]>
  • Loading branch information
3 people authored May 31, 2024
1 parent b5f6572 commit 2e9c526
Show file tree
Hide file tree
Showing 8 changed files with 5,622 additions and 4,453 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
13 changes: 6 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"outputPath": "dist/beacons-home",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand Down Expand Up @@ -58,25 +58,25 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "beacons-home:build"
"buildTarget": "beacons-home:build"
},
"configurations": {
"production": {
"browserTarget": "beacons-home:build:production"
"buildTarget": "beacons-home:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "beacons-home:build"
"buildTarget": "beacons-home:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
Expand Down Expand Up @@ -131,6 +131,5 @@
}
}
}
},
"defaultProject": "beacons-home"
}
}
Loading

0 comments on commit 2e9c526

Please sign in to comment.