Skip to content

Commit 4d79933

Browse files
committed
chore: update peer dependencies
Fix #214
1 parent 93d406b commit 4d79933

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"homepage": "https://github.com/mgechev/codelyzer#readme",
4646
"devDependencies": {
47-
"@angular/compiler": "^2.4.0",
48-
"@angular/core": "^2.4.0",
47+
"@angular/compiler": "^4.0.0-beta.6",
48+
"@angular/core": "^4.0.0-beta.6",
4949
"@types/chai": "^3.4.33",
5050
"@types/less": "0.0.31",
5151
"@types/mocha": "^2.2.32",
@@ -67,8 +67,8 @@
6767
},
6868
"peerDependencies": {
6969
"tslint": "^4.0.0",
70-
"@angular/compiler": "<=2.4 >=2.2.0",
71-
"@angular/core": "<=2.4 >=2.2.0"
70+
"@angular/compiler": "^2.3.1 || >=4.0.0-beta <5.0.0",
71+
"@angular/core": "^2.3.1 || >=4.0.0-beta <5.0.0"
7272
},
7373
"dependencies": {
7474
"app-root-path": "^2.0.1",

0 commit comments

Comments
 (0)