Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-rxjs to ^2.1.5 (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 3, 2020
1 parent f8b227e commit a77306f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-rxjs": "^2.0.0",
"eslint-plugin-rxjs": "^2.1.5",
"eslint-plugin-unicorn": "^21.0.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1789,10 +1789,10 @@ eslint-plugin-react@^7.21.4:
resolve "^1.17.0"
string.prototype.matchall "^4.0.2"

eslint-plugin-rxjs@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-rxjs/-/eslint-plugin-rxjs-2.0.0.tgz#cdf624783bc2551c6b5a67114a7498c4394a9e1a"
integrity sha512-h4WhHktoYEieOhcxh8zmvWHf3RP5mOinUJYrpYWc4QrMX5Afkl9PO5yp7ArDx2HqgilZJ0Q46NuALmx+++7+cw==
eslint-plugin-rxjs@^2.1.5:
version "2.1.5"
resolved "https://registry.yarnpkg.com/eslint-plugin-rxjs/-/eslint-plugin-rxjs-2.1.5.tgz#67f864a4a42a301d5845d6b27444627677ca89cd"
integrity sha512-gQppucbXyYKCxgdBVud/mwVJ1+EIA7jr5WXvyGslWWEhA7JfQcVSKHpanywAT4QDvRreyq0sY3Kzm0hKgYJGBQ==
dependencies:
"@typescript-eslint/experimental-utils" "^4.0.0"
common-tags "^1.8.0"
Expand Down

0 comments on commit a77306f

Please sign in to comment.