Skip to content

Commit

Permalink
Issue #KN-982 feat: Angular migration to 17 (#158)
Browse files Browse the repository at this point in the history
* Issue #KN-945 fix: updated the dev-dependencies to angular 14

* Issue #KN-945 feat: updated angular version from 14 to 15

* Issue #KN-945 docs: REDME udpated

* Issue #KN-945 feat: ng script updated

* Issue #KN-945 chore: circleci browser version updated

* Issue #KN-945 feat: added audit steps in circleci

* Issue #KN-945 fix: Build

* Issue #KN-945 feat: added audit steps in circleci

* Issue KN-945 docs: web component readme updated

* Issue #KN-945 feat: updated the package version

* Issue #KN-945 doc: README doc updated

* ssue #KN-945 doc: README doc updated

* Issue #KN-982 feat: Updated the eslint versions

* Issue #KN-982 feat: Angular version migration to 16

* Issue #KN-982 feat: update the dependecies

* Issue #KN-982 feat: migration changes

* Issue #KN-982 feat: migration changes

* Issue #KN-982 chore: Updated the build steps

* Issue #KN-982 chore: Node module dependecy build fix

* Issue #KN-982 feat:  package version changes

* Issue #KN-982 fix: Merge fixes

* Issue #KN-982 feat: package version changes

* Issue #KN-982 feat: Angular 16 package versions updated

* Issue #KN-982 feat:  ESlint packages version updated for angular 17 migration

* Issue #KN-982 feat: Angular migration to 17
  • Loading branch information
HarishGangula authored Mar 25, 2024
1 parent 4d6fddd commit 959e232
Show file tree
Hide file tree
Showing 13 changed files with 3,549 additions and 3,422 deletions.
14 changes: 7 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,19 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "sunbird-video-player-app:build",
"proxyConfig": "proxy.conf.json"
"proxyConfig": "proxy.conf.json",
"buildTarget": "sunbird-video-player-app:build"
},
"configurations": {
"production": {
"browserTarget": "sunbird-video-player-app:build:production"
"buildTarget": "sunbird-video-player-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "sunbird-video-player-app:build"
"buildTarget": "sunbird-video-player-app:build"
}
},
"test": {
Expand Down Expand Up @@ -265,18 +265,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "video-player-wc:build"
"buildTarget": "video-player-wc:build"
},
"configurations": {
"production": {
"browserTarget": "video-player-wc:build:production"
"buildTarget": "video-player-wc:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "video-player-wc:build"
"buildTarget": "video-player-wc:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 959e232

Please sign in to comment.