Skip to content

Commit

Permalink
fix: update peer dependencies for @angular/eslint and @angular/cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Nov 11, 2023
1 parent 2b7dd63 commit e06f71e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions projects/eslint-config-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"directory": "projects/eslint-config-ng"
},
"peerDependencies": {
"@angular-eslint/eslint-plugin": "^16.0.0",
"@angular-eslint/eslint-plugin-template": "^16.0.0",
"@angular-eslint/eslint-plugin": "^17.0.0",
"@angular-eslint/eslint-plugin-template": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.39.0"
Expand Down
6 changes: 4 additions & 2 deletions projects/ng-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "projects/ng-dev"
},
"peerDependencies": {
"@angular/cdk": "^16.0.0",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@s-libs/js-core": "^17.0.0-next.0",
Expand All @@ -19,6 +19,8 @@
"@s-libs/rxjs-core": "^17.0.0-next.0",
"jasmine-core": "^4.5.0"
},
"dependencies": { "tslib": "^2.3.0" },
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
}

0 comments on commit e06f71e

Please sign in to comment.