Skip to content

Commit 0853b81

Browse files
1 parent 943aaec commit 0853b81

File tree

2 files changed

+73
-8
lines changed

2 files changed

+73
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/react-router": "^5.1.8",
7575
"@types/react-router-dom": "5.1.5",
7676
"@types/styled-components": "5.1.2",
77-
"@typescript-eslint/eslint-plugin": "3.9.1",
77+
"@typescript-eslint/eslint-plugin": "4.0.0",
7878
"@typescript-eslint/parser": "3.9.1",
7979
"babel-jest": "26.3.0",
8080
"babel-plugin-styled-components": "1.11.1",

yarn.lock

+72-7
Original file line numberDiff line numberDiff line change
@@ -3068,12 +3068,13 @@
30683068
dependencies:
30693069
"@types/yargs-parser" "*"
30703070

3071-
"@typescript-eslint/eslint-plugin@3.9.1":
3072-
version "3.9.1"
3073-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e"
3074-
integrity sha512-XIr+Mfv7i4paEdBf0JFdIl9/tVxyj+rlilWIfZ97Be0lZ7hPvUbS5iHt9Glc8kRI53dsr0PcAEudbf8rO2wGgg==
3071+
"@typescript-eslint/eslint-plugin@4.0.0":
3072+
version "4.0.0"
3073+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.0.tgz#99349a501447fed91de18346705c0c65cf603bee"
3074+
integrity sha512-5e6q1TR7gS2P+8W2xndCu7gBh3BzmYEo70OyIdsmCmknHha/yNbz2vdevl+tP1uoaMOcrzg4gyrAijuV3DDBHA==
30753075
dependencies:
3076-
"@typescript-eslint/experimental-utils" "3.9.1"
3076+
"@typescript-eslint/experimental-utils" "4.0.0"
3077+
"@typescript-eslint/scope-manager" "4.0.0"
30773078
debug "^4.1.1"
30783079
functional-red-black-tree "^1.0.1"
30793080
regexpp "^3.0.0"
@@ -3091,6 +3092,18 @@
30913092
eslint-scope "^5.0.0"
30923093
eslint-utils "^2.0.0"
30933094

3095+
"@typescript-eslint/[email protected]":
3096+
version "4.0.0"
3097+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.0.tgz#fbec21a3b5ab59127edb6ce2e139ed378cc50eb5"
3098+
integrity sha512-hbX6zR+a/vcpFVNJYN/Nbd7gmaMosDTxHEKcvmhWeWcq/0UDifrqmCfkkodbAKL46Fn4ekSBMTyq2zlNDzcQxw==
3099+
dependencies:
3100+
"@types/json-schema" "^7.0.3"
3101+
"@typescript-eslint/scope-manager" "4.0.0"
3102+
"@typescript-eslint/types" "4.0.0"
3103+
"@typescript-eslint/typescript-estree" "4.0.0"
3104+
eslint-scope "^5.0.0"
3105+
eslint-utils "^2.0.0"
3106+
30943107
"@typescript-eslint/experimental-utils@^2.19.2":
30953108
version "2.34.0"
30963109
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
@@ -3112,11 +3125,24 @@
31123125
"@typescript-eslint/typescript-estree" "3.9.1"
31133126
eslint-visitor-keys "^1.1.0"
31143127

3128+
"@typescript-eslint/[email protected]":
3129+
version "4.0.0"
3130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.0.tgz#8c9e3b3b8cdf5a1fbe671d9fad73ff67bc027ea8"
3131+
integrity sha512-9gcWUPoWo7gk/+ZQPg7L1ySRmR5HLIy3Vu6/LfhQbuzIkGm6v2CGIjpVRISoDLFRovNRDImd4aP/sa8O4yIEBg==
3132+
dependencies:
3133+
"@typescript-eslint/types" "4.0.0"
3134+
"@typescript-eslint/visitor-keys" "4.0.0"
3135+
31153136
"@typescript-eslint/[email protected]":
31163137
version "3.9.1"
31173138
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.1.tgz#b2a6eaac843cf2f2777b3f2464fb1fbce5111416"
31183139
integrity sha512-15JcTlNQE1BsYy5NBhctnEhEoctjXOjOK+Q+rk8ugC+WXU9rAcS2BYhoh6X4rOaXJEpIYDl+p7ix+A5U0BqPTw==
31193140

3141+
"@typescript-eslint/[email protected]":
3142+
version "4.0.0"
3143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.0.tgz#ec1f9fc06b8558a1d5afa6e337182d08beece7f5"
3144+
integrity sha512-bK+c2VLzznX2fUWLK6pFDv3cXGTp7nHIuBMq1B9klA+QCsqLHOOqe5TQReAQDl7DN2RfH+neweo0oC5hYlG7Rg==
3145+
31203146
"@typescript-eslint/[email protected]":
31213147
version "2.34.0"
31223148
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -3144,13 +3170,35 @@
31443170
semver "^7.3.2"
31453171
tsutils "^3.17.1"
31463172

3173+
"@typescript-eslint/[email protected]":
3174+
version "4.0.0"
3175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.0.tgz#2244c63de2f2190bc5718eb0fb3fd2c437d42097"
3176+
integrity sha512-ewFMPi2pMLDNIXGMPdf8r7El2oPSZw9PEYB0j+WcpKd7AX2ARmajGa7RUHTukllWX2bj4vWX6JLE1Oih2BMokA==
3177+
dependencies:
3178+
"@typescript-eslint/types" "4.0.0"
3179+
"@typescript-eslint/visitor-keys" "4.0.0"
3180+
debug "^4.1.1"
3181+
globby "^11.0.1"
3182+
is-glob "^4.0.1"
3183+
lodash "^4.17.15"
3184+
semver "^7.3.2"
3185+
tsutils "^3.17.1"
3186+
31473187
"@typescript-eslint/[email protected]":
31483188
version "3.9.1"
31493189
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.1.tgz#92af3747cdb71509199a8f7a4f00b41d636551d1"
31503190
integrity sha512-zxdtUjeoSh+prCpogswMwVUJfEFmCOjdzK9rpNjNBfm6EyPt99x3RrJoBOGZO23FCt0WPKUCOL5mb/9D5LjdwQ==
31513191
dependencies:
31523192
eslint-visitor-keys "^1.1.0"
31533193

3194+
"@typescript-eslint/[email protected]":
3195+
version "4.0.0"
3196+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.0.tgz#e2bbb69d98076d6a3f06abcb2048225a74362c33"
3197+
integrity sha512-sTouJbv6rjVJeTE4lpSBVYXq/u5K3gbB6LKt7ccFEZPTZB/VeQ0ssUz9q5Hx++sCqBbdF8PzrrgvEnicXAR6NQ==
3198+
dependencies:
3199+
"@typescript-eslint/types" "4.0.0"
3200+
eslint-visitor-keys "^2.0.0"
3201+
31543202
"@webassemblyjs/[email protected]":
31553203
version "1.8.5"
31563204
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"
@@ -6073,6 +6121,11 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
60736121
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
60746122
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
60756123

6124+
eslint-visitor-keys@^2.0.0:
6125+
version "2.0.0"
6126+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
6127+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
6128+
60766129
60776130
version "7.7.0"
60786131
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
@@ -6392,7 +6445,7 @@ fast-deep-equal@^3.1.1:
63926445
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
63936446
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
63946447

6395-
fast-glob@^3.0.3:
6448+
fast-glob@^3.0.3, fast-glob@^3.1.1:
63966449
version "3.2.4"
63976450
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
63986451
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
@@ -7021,6 +7074,18 @@ [email protected]:
70217074
merge2 "^1.2.3"
70227075
slash "^3.0.0"
70237076

7077+
globby@^11.0.1:
7078+
version "11.0.1"
7079+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
7080+
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
7081+
dependencies:
7082+
array-union "^2.1.0"
7083+
dir-glob "^3.0.1"
7084+
fast-glob "^3.1.1"
7085+
ignore "^5.1.4"
7086+
merge2 "^1.3.0"
7087+
slash "^3.0.0"
7088+
70247089
globby@^6.1.0:
70257090
version "6.1.0"
70267091
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -7500,7 +7565,7 @@ ignore@^4.0.6:
75007565
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
75017566
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
75027567

7503-
ignore@^5.1.1:
7568+
ignore@^5.1.1, ignore@^5.1.4:
75047569
version "5.1.8"
75057570
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
75067571
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==

0 commit comments

Comments
 (0)