Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-rxjs to ^0.0.2-beta.18 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 4, 2020
1 parent 68b6a15 commit 18e0464
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"eslint-plugin-jsdoc": "^22.1.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-rxjs": "^0.0.2-beta.16"
"eslint-plugin-rxjs": "^0.0.2-beta.18"
}
}
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1562,6 +1562,13 @@ eslint-config-prettier@^6.10.1:
dependencies:
get-stdin "^6.0.0"

eslint-etc@^0.0.11:
version "0.0.11"
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-0.0.11.tgz#1f2acd169da1efa66ae8a673fd2da2de6e67fc76"
integrity sha512-wSv7iBYMs7st+JZ6aDNDoEPHcePnZWuJcFPNYxxxFJUFrYLT6+b6HI86Wuz37mCv3AXpFNaI5XG/rOP/TJgggA==
dependencies:
esquery "~1.0.1"

eslint-etc@^0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-0.0.8.tgz#598c0d9e21734d5878fa101c9e4864667571412f"
Expand Down Expand Up @@ -1658,14 +1665,14 @@ eslint-plugin-react@^7.19.0:
string.prototype.matchall "^4.0.2"
xregexp "^4.3.0"

eslint-plugin-rxjs@^0.0.2-beta.16:
version "0.0.2-beta.16"
resolved "https://registry.npmjs.org/eslint-plugin-rxjs/-/eslint-plugin-rxjs-0.0.2-beta.16.tgz#8b216ac71386362a3569e3d9ad4b67325ad51fdd"
integrity sha512-qR7u+DvF2eeZhhO8JX0f6hHn0CRi5nen7O2pJku+AZYJOmA+pXzgG5gv3x0rBBxTuR2busSWGY5YObcup++sYA==
eslint-plugin-rxjs@^0.0.2-beta.18:
version "0.0.2-beta.18"
resolved "https://registry.yarnpkg.com/eslint-plugin-rxjs/-/eslint-plugin-rxjs-0.0.2-beta.18.tgz#6f9723df3af2016047fa182de842cf6c6174728c"
integrity sha512-3hA3bv7Moej/71nsGz4zl/StXdxFj99+p9AXwTphglpsjys3oVFjwCD0gLbpDGZ5r2jeRVhVjJClLadolGBzRw==
dependencies:
common-tags "^1.8.0"
decamelize "^3.0.0"
eslint-etc "^0.0.8"
eslint-etc "^0.0.11"
requireindex "~1.2.0"
tslib "^1.8.0"
tsutils "^3.0.0"
Expand Down Expand Up @@ -1696,7 +1703,7 @@ esprima@^4.0.0, esprima@~4.0.0:
resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==

esquery@^1.0.1:
esquery@^1.0.1, esquery@~1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/esquery/-/esquery-1.0.1.tgz#406c51658b1f5991a5f9b62b1dc25b00e3e5c708"
integrity sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==
Expand Down

0 comments on commit 18e0464

Please sign in to comment.