Skip to content

Commit

Permalink
update deps to angular 16
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Jun 9, 2023
1 parent e8f6c3c commit 7088d73
Show file tree
Hide file tree
Showing 4 changed files with 3,170 additions and 3,485 deletions.
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,44 @@
{
"name": "angular-cc-library",
"version": "3.1.0",
"version": "3.2.0",
"scripts": {
"run:demo": "ng serve example",
"build:library": "ng build angular-cc-library --configuration production ",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "ng deploy angular-cc-library",
"postinstall": "ngcc",
"precommit": "lint-staged"
},
"private": true,
"dependencies": {
"@angular/common": "^15.0.4",
"@angular/compiler": "^15.0.4",
"@angular/core": "^15.0.4",
"@angular/forms": "^15.0.4",
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",
"rxjs": "~6.6.3",
"@angular/common": "^16.0.5",
"@angular/compiler": "^16.0.5",
"@angular/core": "^16.0.5",
"@angular/forms": "^16.0.5",
"@angular/platform-browser": "^16.0.5",
"@angular/platform-browser-dynamic": "^16.0.5",
"rxjs": "~7.8.1",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-builders/jest": "15.0.0",
"@angular-devkit/build-angular": "^15.0.4",
"@angular/cli": "^15.0.4",
"@angular/compiler-cli": "^15.0.4",
"@angular/language-service": "^15.0.4",
"@types/jest": "^27.5.2",
"@angular-devkit/build-angular": "^16.0.5",
"@angular/cli": "^16.0.5",
"@angular/compiler-cli": "^16.0.5",
"@angular/language-service": "^16.0.5",
"@types/jest": "^29.5.2",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"husky": "^4.2.3",
"jest": "28.1.1",
"jest": "29.5.0",
"lint-staged": "^11.2.6",
"ng-packagr": "^15.0.3",
"ngx-deploy-npm": "^4.3.10",
"ng-packagr": "^16.0.1",
"ngx-deploy-npm": "^6.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typescript": "~4.8.4"
"typescript": "~5.0.4"
},
"lint-staged": {
"*.ts": [
Expand Down
6 changes: 3 additions & 3 deletions projects/angular-cc-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-cc-library",
"version": "3.1.0",
"version": "3.2.0",
"description": "angular credit card library",
"keywords": [
"angular",
Expand All @@ -23,7 +23,7 @@
"tslib": "^2.4.1"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
}
}
12 changes: 0 additions & 12 deletions projects/example/.browserslistrc

This file was deleted.

Loading

1 comment on commit 7088d73

@Datcam
Copy link

@Datcam Datcam commented on 7088d73 Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good afternoon, Timofei. I am a front-end developer and I am using your library: angular-cc-library.

May I ask you to update your library to the Angular 17 version, please?

I appreciate it.

Thank you and have a nice day :)

Please sign in to comment.