Skip to content

Commit

Permalink
chore(deps): update angular monorepo to v14 (major) (#663)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for angular@13, moving to Ivy only!
  • Loading branch information
floross authored Aug 20, 2022
1 parent 356a63b commit e556f14
Show file tree
Hide file tree
Showing 2 changed files with 1,462 additions and 1,211 deletions.
18 changes: 9 additions & 9 deletions packages/casl-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,28 @@
"author": "Sergii Stotskyi <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^13.0.0",
"@angular/core": "^14.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": {
"@abraham/reflection": "^0.10.0",
"@angular/common": "^13.0.0",
"@angular/compiler": "^13.0.0",
"@angular/compiler-cli": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/platform-browser": "^13.0.0",
"@angular/platform-browser-dynamic": "^13.0.0",
"@angular-devkit/build-angular": "^13.0.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/compiler-cli": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular-devkit/build-angular": "^14.0.0",
"jest": "^28.0.0",
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^28.0.0",
"jest-preset-angular": "^12.0.0",
"rxjs": "^7.5.5",
"tslib": "^2.0.0",
"typescript": "~4.4.4",
"typescript": "~4.7.4",
"zone.js": "~0.11.4"
},
"files": [
Expand Down
Loading

0 comments on commit e556f14

Please sign in to comment.