Skip to content

Commit 7088d73

Browse files
update deps to angular 16
1 parent e8f6c3c commit 7088d73

File tree

4 files changed

+3170
-3485
lines changed

4 files changed

+3170
-3485
lines changed

package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,44 @@
11
{
22
"name": "angular-cc-library",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"scripts": {
55
"run:demo": "ng serve example",
66
"build:library": "ng build angular-cc-library --configuration production ",
77
"test": "ng test",
88
"lint": "ng lint",
99
"e2e": "ng e2e",
1010
"deploy": "ng deploy angular-cc-library",
11-
"postinstall": "ngcc",
1211
"precommit": "lint-staged"
1312
},
1413
"private": true,
1514
"dependencies": {
16-
"@angular/common": "^15.0.4",
17-
"@angular/compiler": "^15.0.4",
18-
"@angular/core": "^15.0.4",
19-
"@angular/forms": "^15.0.4",
20-
"@angular/platform-browser": "^15.0.4",
21-
"@angular/platform-browser-dynamic": "^15.0.4",
22-
"rxjs": "~6.6.3",
15+
"@angular/common": "^16.0.5",
16+
"@angular/compiler": "^16.0.5",
17+
"@angular/core": "^16.0.5",
18+
"@angular/forms": "^16.0.5",
19+
"@angular/platform-browser": "^16.0.5",
20+
"@angular/platform-browser-dynamic": "^16.0.5",
21+
"rxjs": "~7.8.1",
2322
"tslib": "^2.1.0",
24-
"zone.js": "~0.11.4"
23+
"zone.js": "~0.13.0"
2524
},
2625
"devDependencies": {
2726
"@angular-builders/jest": "15.0.0",
28-
"@angular-devkit/build-angular": "^15.0.4",
29-
"@angular/cli": "^15.0.4",
30-
"@angular/compiler-cli": "^15.0.4",
31-
"@angular/language-service": "^15.0.4",
32-
"@types/jest": "^27.5.2",
27+
"@angular-devkit/build-angular": "^16.0.5",
28+
"@angular/cli": "^16.0.5",
29+
"@angular/compiler-cli": "^16.0.5",
30+
"@angular/language-service": "^16.0.5",
31+
"@types/jest": "^29.5.2",
3332
"@types/node": "^12.11.1",
3433
"codelyzer": "^6.0.0",
3534
"husky": "^4.2.3",
36-
"jest": "28.1.1",
35+
"jest": "29.5.0",
3736
"lint-staged": "^11.2.6",
38-
"ng-packagr": "^15.0.3",
39-
"ngx-deploy-npm": "^4.3.10",
37+
"ng-packagr": "^16.0.1",
38+
"ngx-deploy-npm": "^6.0.0",
4039
"ts-node": "~9.1.1",
4140
"tslint": "~6.1.3",
42-
"typescript": "~4.8.4"
41+
"typescript": "~5.0.4"
4342
},
4443
"lint-staged": {
4544
"*.ts": [

projects/angular-cc-library/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cc-library",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "angular credit card library",
55
"keywords": [
66
"angular",
@@ -23,7 +23,7 @@
2323
"tslib": "^2.4.1"
2424
},
2525
"peerDependencies": {
26-
"@angular/common": "^15.0.0",
27-
"@angular/core": "^15.0.0"
26+
"@angular/common": "^16.0.0",
27+
"@angular/core": "^16.0.0"
2828
}
2929
}

projects/example/.browserslistrc

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)