Skip to content

Commit

Permalink
Update to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-sadovoi committed Nov 17, 2023
1 parent 4c986b8 commit f685787
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 127 deletions.
4 changes: 2 additions & 2 deletions packages/casl-angular/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
testEnvironment: "jsdom",
preset: 'jest-preset-angular',
setupFilesAfterEnv: [
'zone.js/dist/zone',
'zone.js/dist/zone-testing'
'zone.js',
'zone.js/testing'
],
};
18 changes: 9 additions & 9 deletions packages/casl-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/dx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"rollup-plugin-sourcemaps": "^0.6.3",
"semantic-release": "^17.4.2",
"ts-jest": "^29.0.0",
"typescript": "~5.0.0"
"typescript": "~5.2.0"
},
"devDependencies": {
"@types/jest": "^29.0.0"
Expand Down
Loading

0 comments on commit f685787

Please sign in to comment.