-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): updates angular to 17.x
- Loading branch information
1 parent
06d9d36
commit 3d9515f
Showing
3 changed files
with
2,823 additions
and
2,789 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
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 |
---|---|---|
|
@@ -47,28 +47,28 @@ | |
"author": "Sergii Stotskyi <[email protected]>", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0", | ||
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", | ||
"@casl/ability": "^3.0.0 || ^4.0.0 || ^5.1.0 || ^6.0.0", | ||
"rxjs": "^7.5.5", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^17.0.0", | ||
"@angular/common": "^16.0.0", | ||
"@angular/compiler": "^16.0.0", | ||
"@angular/compiler-cli": "^16.0.0", | ||
"@angular/core": "^16.0.0", | ||
"@angular/platform-browser": "^16.0.0", | ||
"@angular/platform-browser-dynamic": "^16.0.0", | ||
"@angular/common": "^17.0.0", | ||
"@angular/compiler": "^17.0.0", | ||
"@angular/compiler-cli": "^17.0.0", | ||
"@angular/core": "^17.0.0", | ||
"@angular/platform-browser": "^17.0.0", | ||
"@angular/platform-browser-dynamic": "^17.0.0", | ||
"@casl/ability": "^6.0.0", | ||
"@casl/dx": "workspace:^1.0.0", | ||
"@types/jest": "^29.0.0", | ||
"jest": "^29.0.0", | ||
"jest-preset-angular": "^13.0.0", | ||
"rxjs": "^7.5.5", | ||
"tslib": "^2.0.0", | ||
"typescript": "~5.0.0", | ||
"zone.js": "~0.13.0" | ||
"typescript": "~5.2.0", | ||
"zone.js": "~0.14.0" | ||
}, | ||
"files": [ | ||
"dist", | ||
|
Oops, something went wrong.