Skip to content

Commit

Permalink
build: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed May 3, 2021
1 parent 8de8d83 commit f39f7d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codelyzer",
"version": "6.0.1",
"version": "6.0.2",
"description": "Linting for Angular applications, following angular.io/styleguide.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -89,8 +89,8 @@
"typescript": "3.9.6"
},
"peerDependencies": {
"@angular/compiler": ">=2.3.1 <12.0.0 || ^11.0.0-next || ^11.1.0-next || ^11.2.0-next",
"@angular/core": ">=2.3.1 <12.0.0 || ^11.0.0-next || ^11.1.0-next || ^11.2.0-next",
"@angular/compiler": ">=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next",
"@angular/core": ">=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next",
"tslint": "^5.0.0 || ^6.0.0"
},
"dependencies": {
Expand Down

0 comments on commit f39f7d7

Please # to comment.