Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-rxjs to ^0.0.2-beta.29 (#137)
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 Aug 26, 2020
1 parent 8a260a1 commit d7c3e9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 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.2.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-rxjs": "^0.0.2-beta.28",
"eslint-plugin-rxjs": "^0.0.2-beta.29",
"eslint-plugin-unicorn": "^20.1.0"
}
}
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1637,15 +1637,6 @@ eslint-config-prettier@^6.11.0:
dependencies:
get-stdin "^6.0.0"

eslint-etc@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-1.0.1.tgz#cdd35ad6062bd7fba31b9d9b74f1e17b467f0a13"
integrity sha512-fZ3EhcPJcoIfNkAjFKXpsRz1VZ8egnKh70h+tlHw4ltGtQCT2wa+QpeLjci9ViPPQnnahRdiHpvBiNuKqr9oVA==
dependencies:
"@typescript-eslint/experimental-utils" "^3.2.0"
tsutils "^3.17.1"
tsutils-etc "^1.2.2"

eslint-etc@^2.0.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-2.2.1.tgz#21b86adc6db950532700a62eebc8a9ed9ff7f514"
Expand Down Expand Up @@ -1744,15 +1735,15 @@ eslint-plugin-react@^7.20.5:
resolve "^1.17.0"
string.prototype.matchall "^4.0.2"

eslint-plugin-rxjs@^0.0.2-beta.28:
version "0.0.2-beta.28"
resolved "https://registry.yarnpkg.com/eslint-plugin-rxjs/-/eslint-plugin-rxjs-0.0.2-beta.28.tgz#92039d22ebac00eaaeb0286520a240f56f1cafd5"
integrity sha512-8923dmXdsF6JxUGIYmxSL0nAAtWdsa0BXIY6FwJ2yilumQF37jEiNo59Bw5Azvx3nNmAR6oNl/PUfhXBDpwzRg==
eslint-plugin-rxjs@^0.0.2-beta.29:
version "0.0.2-beta.29"
resolved "https://registry.yarnpkg.com/eslint-plugin-rxjs/-/eslint-plugin-rxjs-0.0.2-beta.29.tgz#c28d89acf49c85124ae441b8fc7de1b736050519"
integrity sha512-6wCZbqjHBHI2Q1RKSPZivG7rb0K+iFJfyHryCmqcJsVuPGEt9Z0nhALQzGjr7UDGbTXlJzEXjloU0vtV86R4EQ==
dependencies:
"@typescript-eslint/experimental-utils" "^3.2.0"
common-tags "^1.8.0"
decamelize "^4.0.0"
eslint-etc "^1.0.0"
eslint-etc "^2.0.0"
requireindex "~1.2.0"
rxjs-report-usage "^1.0.4"
tslib "^2.0.0"
Expand Down

0 comments on commit d7c3e9b

Please sign in to comment.