Skip to content

Commit

Permalink
feat: Support for Angular 14 (#112)
Browse files Browse the repository at this point in the history
* build: update angular from v10 to v11

* build: update angular from v11 to v12

* build: update angular from v12 to v13

* build: update angular from v13 to v14

* refactor: update peer dependencies version

* build(changelog): update package version
  • Loading branch information
cb-farhanh authored Dec 15, 2022
1 parent f7f5793 commit 50c6492
Show file tree
Hide file tree
Showing 9 changed files with 5,410 additions and 8,757 deletions.
1 change: 1 addition & 0 deletions chargebee-js-angular/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
17 changes: 2 additions & 15 deletions chargebee-js-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/chargebee-js-angular-wrapper/tsconfig.lib.json",
"project": "projects/chargebee-js-angular-wrapper/ng-package.json"
Expand All @@ -28,21 +28,8 @@
"tsConfig": "projects/chargebee-js-angular-wrapper/tsconfig.spec.json",
"karmaConfig": "projects/chargebee-js-angular-wrapper/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/chargebee-js-angular-wrapper/tsconfig.lib.json",
"projects/chargebee-js-angular-wrapper/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "chargebee-js-angular-wrapper"
}
}
Loading

0 comments on commit 50c6492

Please sign in to comment.