Skip to content

Commit a77306f

Browse files
fix(deps): update dependency eslint-plugin-rxjs to ^2.1.5 (#167)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f8b227e commit a77306f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-jsdoc": "^30.7.8",
4545
"eslint-plugin-react": "^7.21.4",
4646
"eslint-plugin-react-hooks": "^4.2.0",
47-
"eslint-plugin-rxjs": "^2.0.0",
47+
"eslint-plugin-rxjs": "^2.1.5",
4848
"eslint-plugin-unicorn": "^21.0.0"
4949
}
5050
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,10 +1789,10 @@ eslint-plugin-react@^7.21.4:
17891789
resolve "^1.17.0"
17901790
string.prototype.matchall "^4.0.2"
17911791

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

0 commit comments

Comments
 (0)