-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry pick from c629535
- Loading branch information
anh.pham
committed
Nov 26, 2022
1 parent
11c02f4
commit b2cc6df
Showing
2 changed files
with
1,153 additions
and
1,139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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]" | ||
} |
Oops, something went wrong.