Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-rxjs to v2 (#165)
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 Nov 1, 2020
1 parent 94dd7c5 commit 13ac8f9
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.6.4",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-rxjs": "^0.0.3-beta.30",
"eslint-plugin-rxjs": "^2.0.0",
"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@^0.0.3-beta.30:
version "0.0.3-beta.30"
resolved "https://registry.npmjs.org/eslint-plugin-rxjs/-/eslint-plugin-rxjs-0.0.3-beta.30.tgz#caaed11af114c77f83890948112c8b19c3518e9d"
integrity sha512-9d6y6lroFtFsTVhsALCmjQ+J+VmnNjk1CWGArXz2G4YGVYa9XphmxX3ymZOjdzJoNMrHKHafbvIoK2zP3zZomA==
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==
dependencies:
"@typescript-eslint/experimental-utils" "^4.0.0"
common-tags "^1.8.0"
Expand Down

0 comments on commit 13ac8f9

Please sign in to comment.