Skip to content

Commit

Permalink
feat: update angular to v15 (#704)
Browse files Browse the repository at this point in the history
Removes @abraham/reflection as uneeded dev dep
  • Loading branch information
mbarzda committed Dec 17, 2022
1 parent 72b4321 commit 4f4b713
Show file tree
Hide file tree
Showing 3 changed files with 1,249 additions and 1,972 deletions.
1 change: 0 additions & 1 deletion packages/casl-angular/jest.config.js
Expand Up @@ -8,7 +8,6 @@ module.exports = {
testEnvironment: "jsdom",
preset: 'jest-preset-angular',
setupFilesAfterEnv: [
'@abraham/reflection',
'zone.js/dist/zone',
'zone.js/dist/zone-testing'
],
Expand Down
23 changes: 11 additions & 12 deletions packages/casl-angular/package.json
Expand Up @@ -47,28 +47,27 @@
"author": "Sergii Stotskyi <sergiy.stotskiy@gmail.com>",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^14.0.0",
"@angular/core": "^14.0.0 || ^15.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": "^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",
"@angular-devkit/build-angular": "^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",
"@casl/ability": "^6.0.0",
"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^28.0.0",
"jest-preset-angular": "^12.0.0",
"jest": "^28.0.0",
"jest-preset-angular": "^12.2.3",
"rxjs": "^7.5.5",
"tslib": "^2.0.0",
"typescript": "~4.7.4",
"typescript": "~4.8.0",
"zone.js": "~0.11.4"
},
"files": [
Expand Down

0 comments on commit 4f4b713

Please sign in to comment.