Skip to content

Commit 277b030

Browse files
committed
Replace dependency babel-eslint with @babel/eslint-parser ^7.11.0
1 parent dbe194f commit 277b030

File tree

2 files changed

+33
-100
lines changed

2 files changed

+33
-100
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/preset-react": "^7.10.4",
3030
"@babel/register": "^7.11.5",
3131
"assets-webpack-plugin": "^3.9.7",
32-
"babel-eslint": "^10.0.1",
32+
"@babel/eslint-parser": "^7.11.0",
3333
"babel-loader": "^8.0.4",
3434
"clean-webpack-plugin": "^3.0.0",
3535
"copy-webpack-plugin": "^5.0.0",

yarn.lock

Lines changed: 32 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
dependencies:
1818
"@babel/highlight" "^7.16.0"
1919

20-
"@babel/code-frame@^7.16.0":
21-
version "7.16.7"
22-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
23-
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
24-
dependencies:
25-
"@babel/highlight" "^7.16.7"
26-
2720
"@babel/code-frame@^7.18.6":
2821
version "7.18.6"
2922
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
@@ -57,14 +50,14 @@
5750
json5 "^2.2.1"
5851
semver "^6.3.0"
5952

60-
"@babel/generator@^7.16.0":
61-
version "7.18.2"
62-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
63-
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
53+
"@babel/eslint-parser@^7.11.0":
54+
version "7.21.3"
55+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7"
56+
integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==
6457
dependencies:
65-
"@babel/types" "^7.18.2"
66-
"@jridgewell/gen-mapping" "^0.3.0"
67-
jsesc "^2.5.1"
58+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
59+
eslint-visitor-keys "^2.1.0"
60+
semver "^6.3.0"
6861

6962
"@babel/generator@^7.18.6":
7063
version "7.18.7"
@@ -147,14 +140,6 @@
147140
dependencies:
148141
"@babel/types" "^7.18.6"
149142

150-
"@babel/helper-function-name@^7.16.0":
151-
version "7.17.9"
152-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
153-
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
154-
dependencies:
155-
"@babel/template" "^7.16.7"
156-
"@babel/types" "^7.17.0"
157-
158143
"@babel/helper-function-name@^7.18.6":
159144
version "7.18.6"
160145
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83"
@@ -163,13 +148,6 @@
163148
"@babel/template" "^7.18.6"
164149
"@babel/types" "^7.18.6"
165150

166-
"@babel/helper-hoist-variables@^7.16.0":
167-
version "7.16.7"
168-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
169-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
170-
dependencies:
171-
"@babel/types" "^7.16.7"
172-
173151
"@babel/helper-hoist-variables@^7.18.6":
174152
version "7.18.6"
175153
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
@@ -259,25 +237,13 @@
259237
dependencies:
260238
"@babel/types" "^7.18.6"
261239

262-
"@babel/helper-split-export-declaration@^7.16.0":
263-
version "7.16.7"
264-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
265-
integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
266-
dependencies:
267-
"@babel/types" "^7.16.7"
268-
269240
"@babel/helper-split-export-declaration@^7.18.6":
270241
version "7.18.6"
271242
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
272243
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
273244
dependencies:
274245
"@babel/types" "^7.18.6"
275246

276-
"@babel/helper-validator-identifier@^7.15.7":
277-
version "7.16.7"
278-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
279-
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
280-
281247
"@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.18.6":
282248
version "7.18.6"
283249
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
@@ -316,7 +282,7 @@
316282
chalk "^2.0.0"
317283
js-tokens "^4.0.0"
318284

319-
"@babel/highlight@^7.16.7", "@babel/highlight@^7.18.6":
285+
"@babel/highlight@^7.18.6":
320286
version "7.18.6"
321287
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
322288
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
@@ -325,21 +291,11 @@
325291
chalk "^2.0.0"
326292
js-tokens "^4.0.0"
327293

328-
"@babel/parser@^7.16.3":
329-
version "7.18.5"
330-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
331-
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
332-
333294
"@babel/parser@^7.18.6":
334295
version "7.18.6"
335296
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
336297
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
337298

338-
"@babel/parser@^7.7.0":
339-
version "7.16.4"
340-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
341-
integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
342-
343299
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
344300
version "7.18.6"
345301
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1011,7 +967,7 @@
1011967
dependencies:
1012968
regenerator-runtime "^0.13.4"
1013969

1014-
"@babel/template@^7.16.7", "@babel/template@^7.18.6":
970+
"@babel/template@^7.18.6":
1015971
version "7.18.6"
1016972
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
1017973
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
@@ -1036,21 +992,6 @@
1036992
debug "^4.1.0"
1037993
globals "^11.1.0"
1038994

1039-
"@babel/traverse@^7.7.0":
1040-
version "7.16.3"
1041-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787"
1042-
integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==
1043-
dependencies:
1044-
"@babel/code-frame" "^7.16.0"
1045-
"@babel/generator" "^7.16.0"
1046-
"@babel/helper-function-name" "^7.16.0"
1047-
"@babel/helper-hoist-variables" "^7.16.0"
1048-
"@babel/helper-split-export-declaration" "^7.16.0"
1049-
"@babel/parser" "^7.16.3"
1050-
"@babel/types" "^7.16.0"
1051-
debug "^4.1.0"
1052-
globals "^11.1.0"
1053-
1054995
"@babel/types@^7.16.0":
1055996
version "7.18.4"
1056997
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
@@ -1059,22 +1000,14 @@
10591000
"@babel/helper-validator-identifier" "^7.16.7"
10601001
to-fast-properties "^2.0.0"
10611002

1062-
"@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.4.4":
1003+
"@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.4.4":
10631004
version "7.18.7"
10641005
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.7.tgz#a4a2c910c15040ea52cdd1ddb1614a65c8041726"
10651006
integrity sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==
10661007
dependencies:
10671008
"@babel/helper-validator-identifier" "^7.18.6"
10681009
to-fast-properties "^2.0.0"
10691010

1070-
"@babel/types@^7.7.0":
1071-
version "7.16.0"
1072-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
1073-
integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
1074-
dependencies:
1075-
"@babel/helper-validator-identifier" "^7.15.7"
1076-
to-fast-properties "^2.0.0"
1077-
10781011
"@csstools/convert-colors@^1.4.0":
10791012
version "1.4.0"
10801013
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
@@ -1250,7 +1183,7 @@
12501183
"@jridgewell/set-array" "^1.0.0"
12511184
"@jridgewell/sourcemap-codec" "^1.4.10"
12521185

1253-
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
1186+
"@jridgewell/gen-mapping@^0.3.2":
12541187
version "0.3.2"
12551188
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
12561189
integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
@@ -1311,6 +1244,13 @@
13111244
resolved "https://registry.yarnpkg.com/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz#15651bd553a67b8581fb398810c98ad86a34524e"
13121245
integrity sha1-FWUb1VOme4WB+zmIEMmK2Go0Uk4=
13131246

1247+
"@nicolo-ribaudo/[email protected]":
1248+
version "5.1.1-v1"
1249+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
1250+
integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
1251+
dependencies:
1252+
eslint-scope "5.1.1"
1253+
13141254
"@petamoriken/float16@^3.4.7":
13151255
version "3.5.11"
13161256
resolved "https://registry.yarnpkg.com/@petamoriken/float16/-/float16-3.5.11.tgz#69744fde033692c09dbb02191e0c391f8c857e30"
@@ -2139,18 +2079,6 @@ aws4@^1.8.0:
21392079
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
21402080
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
21412081

2142-
babel-eslint@^10.0.1:
2143-
version "10.1.0"
2144-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
2145-
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
2146-
dependencies:
2147-
"@babel/code-frame" "^7.0.0"
2148-
"@babel/parser" "^7.7.0"
2149-
"@babel/traverse" "^7.7.0"
2150-
"@babel/types" "^7.7.0"
2151-
eslint-visitor-keys "^1.0.0"
2152-
resolve "^1.12.0"
2153-
21542082
babel-loader@^8.0.4:
21552083
version "8.2.5"
21562084
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
@@ -4220,6 +4148,14 @@ eslint-plugin-import@^2.18.2:
42204148
resolve "^1.22.0"
42214149
tsconfig-paths "^3.14.1"
42224150

4151+
[email protected], eslint-scope@^5.0.0:
4152+
version "5.1.1"
4153+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
4154+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
4155+
dependencies:
4156+
esrecurse "^4.3.0"
4157+
estraverse "^4.1.1"
4158+
42234159
eslint-scope@^4.0.3:
42244160
version "4.0.3"
42254161
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -4228,26 +4164,23 @@ eslint-scope@^4.0.3:
42284164
esrecurse "^4.1.0"
42294165
estraverse "^4.1.1"
42304166

4231-
eslint-scope@^5.0.0:
4232-
version "5.1.1"
4233-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
4234-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
4235-
dependencies:
4236-
esrecurse "^4.3.0"
4237-
estraverse "^4.1.1"
4238-
42394167
eslint-utils@^1.4.3:
42404168
version "1.4.3"
42414169
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
42424170
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
42434171
dependencies:
42444172
eslint-visitor-keys "^1.1.0"
42454173

4246-
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
4174+
eslint-visitor-keys@^1.1.0:
42474175
version "1.3.0"
42484176
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
42494177
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
42504178

4179+
eslint-visitor-keys@^2.1.0:
4180+
version "2.1.0"
4181+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
4182+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
4183+
42514184
eslint@^6.1.0:
42524185
version "6.8.0"
42534186
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"

0 commit comments

Comments
 (0)