Skip to content

Commit 3112b38

Browse files
committed
chore: fix peer dependencies
1 parent baf7e0c commit 3112b38

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.2.1
2+
3+
## Bug Fixes
4+
5+
- Improved `peerDependencies` range.
6+
17
# 4.2.0
28

39
## New Rules

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codelyzer",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Linting for Angular applications, following angular.io/styleguide.",
55
"main": "index.js",
66
"scripts": {
@@ -75,11 +75,11 @@
7575
"@types/js-yaml": "^3.5.31"
7676
},
7777
"peerDependencies": {
78-
"@angular/compiler": "^2.3.1 || >=4.0.0-beta <7.0.0",
79-
"@angular/core": "^2.3.1 || >=4.0.0-beta <7.0.0",
80-
"@angular/platform-browser-dynamic": "^2.3.1 || >=4.0.0-beta <7.0.0",
81-
"@angular/platform-browser": "^2.3.1 || >=4.0.0-beta <7.0.0",
82-
"@angular/common": "^2.3.1 || >=4.0.0-beta <7.0.0",
78+
"@angular/compiler": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
79+
"@angular/core": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
80+
"@angular/platform-browser-dynamic": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
81+
"@angular/platform-browser": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
82+
"@angular/common": ">=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0",
8383
"tslint": "^5.0.0"
8484
},
8585
"dependencies": {
@@ -90,4 +90,4 @@
9090
"source-map": "^0.5.6",
9191
"sprintf-js": "^1.0.3"
9292
}
93-
}
93+
}

0 commit comments

Comments
 (0)