Skip to content

Commit

Permalink
feat: support Angular 15
Browse files Browse the repository at this point in the history
Cherry pick from c629535
  • Loading branch information
anh.pham committed Nov 26, 2022
1 parent 11c02f4 commit b2cc6df
Show file tree
Hide file tree
Showing 2 changed files with 1,153 additions and 1,139 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@
"esbuild": ">=0.13.8"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=0.1102.19 <15.0.0",
"@angular/compiler-cli": ">=11.2.14 <15.0.0",
"@angular/core": ">=11.2.14 <15.0.0",
"@angular/platform-browser-dynamic": ">=11.2.14 <15.0.0",
"@angular-devkit/build-angular": ">=12.2.18 <16.0.0",
"@angular/compiler-cli": ">=12.2.16 <16.0.0",
"@angular/core": ">=12.2.16 <16.0.0",
"@angular/platform-browser-dynamic": ">=12.2.16 <16.0.0",
"jest": "^28.0.0",
"typescript": ">=4.3"
"typescript": ">=4.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.1",
"@angular/animations": "^14.2.0",
"@angular/common": "^14.2.0",
"@angular/compiler": "^14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@angular/core": "^14.2.0",
"@angular/platform-browser": "^14.2.0",
"@angular/platform-browser-dynamic": "^14.2.0",
"@commitlint/cli": "^17.1.1",
"@angular-devkit/build-angular": "^15.0.0",
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/compiler-cli": "~15.0.0",
"@angular/core": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-angular": "^17.1.0",
"@jest/transform": "^28.1.3",
"@jest/types": "^28.1.3",
Expand Down Expand Up @@ -101,9 +101,9 @@
"rimraf": "^3.0.2",
"rxjs": "^7.5.6",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"zone.js": "^0.11.8"
"tslib": "^2.4.1",
"typescript": "^4.8.4",
"zone.js": "^0.12.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit b2cc6df

Please sign in to comment.