Skip to content

Commit 195ef8a

Browse files
chore(deps): update linters (#949)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 40984fc commit 195ef8a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"babel-plugin-add-module-exports": "1.0.4",
4747
"babel-plugin-dev-expression": "0.2.2",
4848
"concurrently": "5.3.0",
49-
"eslint": "7.16.0",
49+
"eslint": "7.17.0",
5050
"eslint-config-prettier": "6.15.0",
5151
"eslint-plugin-import": "2.22.1",
52-
"eslint-plugin-react": "7.21.5",
52+
"eslint-plugin-react": "7.22.0",
5353
"flowgen": "1.12.1",
5454
"husky": "4.3.6",
5555
"lint-staged": "10.5.3",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,10 +2622,10 @@ [email protected]:
26222622
resolve "^1.17.0"
26232623
tsconfig-paths "^3.9.0"
26242624

2625-
eslint-plugin-react@7.21.5:
2626-
version "7.21.5"
2627-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz#50b21a412b9574bfe05b21db176e8b7b3b15bff3"
2628-
integrity sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g==
2625+
eslint-plugin-react@7.22.0:
2626+
version "7.22.0"
2627+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz#3d1c542d1d3169c45421c1215d9470e341707269"
2628+
integrity sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==
26292629
dependencies:
26302630
array-includes "^3.1.1"
26312631
array.prototype.flatmap "^1.2.3"
@@ -2664,10 +2664,10 @@ eslint-visitor-keys@^2.0.0:
26642664
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
26652665
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
26662666

2667-
eslint@7.16.0:
2668-
version "7.16.0"
2669-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092"
2670-
integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==
2667+
eslint@7.17.0:
2668+
version "7.17.0"
2669+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
2670+
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
26712671
dependencies:
26722672
"@babel/code-frame" "^7.0.0"
26732673
"@eslint/eslintrc" "^0.2.2"

0 commit comments

Comments
 (0)