Skip to content

Commit 4681d8d

Browse files
Update dependency babel-eslint to v10.1.0
1 parent 3a5bb65 commit 4681d8d

File tree

2 files changed

+169
-15
lines changed

2 files changed

+169
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"devDependencies": {
2424
"babel-cli": "6.26.0",
25-
"babel-eslint": "10.0.2",
25+
"babel-eslint": "10.1.0",
2626
"babel-preset-react-native": "4.0.1",
2727
"eslint": "6.0.1",
2828
"eslint-plugin-react": "7.14.2",

yarn.lock

Lines changed: 168 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
dependencies:
99
"@babel/highlight" "^7.0.0"
1010

11+
"@babel/code-frame@^7.18.6":
12+
version "7.18.6"
13+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
14+
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
15+
dependencies:
16+
"@babel/highlight" "^7.18.6"
17+
1118
"@babel/core@^7.0.0":
1219
version "7.5.4"
1320
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
@@ -37,6 +44,16 @@
3744
source-map "^0.5.0"
3845
trim-right "^1.0.1"
3946

47+
"@babel/generator@^7.21.3":
48+
version "7.21.3"
49+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
50+
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
51+
dependencies:
52+
"@babel/types" "^7.21.3"
53+
"@jridgewell/gen-mapping" "^0.3.2"
54+
"@jridgewell/trace-mapping" "^0.3.17"
55+
jsesc "^2.5.1"
56+
4057
"@babel/helper-annotate-as-pure@^7.0.0":
4158
version "7.0.0"
4259
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -84,6 +101,11 @@
84101
"@babel/types" "^7.4.4"
85102
lodash "^4.17.11"
86103

104+
"@babel/helper-environment-visitor@^7.18.9":
105+
version "7.18.9"
106+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
107+
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
108+
87109
"@babel/helper-explode-assignable-expression@^7.1.0":
88110
version "7.1.0"
89111
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6"
@@ -99,12 +121,27 @@
99121
"@babel/template" "^7.1.0"
100122
"@babel/types" "^7.0.0"
101123

124+
"@babel/helper-function-name@^7.21.0":
125+
version "7.21.0"
126+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
127+
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
128+
dependencies:
129+
"@babel/template" "^7.20.7"
130+
"@babel/types" "^7.21.0"
131+
102132
"@babel/helper-get-function-arity@^7.0.0":
103133
version "7.0.0"
104134
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
105135
dependencies:
106136
"@babel/types" "^7.0.0"
107137

138+
"@babel/helper-hoist-variables@^7.18.6":
139+
version "7.18.6"
140+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
141+
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
142+
dependencies:
143+
"@babel/types" "^7.18.6"
144+
108145
"@babel/helper-hoist-variables@^7.4.4":
109146
version "7.4.4"
110147
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
@@ -176,12 +213,29 @@
176213
"@babel/template" "^7.1.0"
177214
"@babel/types" "^7.0.0"
178215

216+
"@babel/helper-split-export-declaration@^7.18.6":
217+
version "7.18.6"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
219+
integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
220+
dependencies:
221+
"@babel/types" "^7.18.6"
222+
179223
"@babel/helper-split-export-declaration@^7.4.4":
180224
version "7.4.4"
181225
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
182226
dependencies:
183227
"@babel/types" "^7.4.4"
184228

229+
"@babel/helper-string-parser@^7.19.4":
230+
version "7.19.4"
231+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
232+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
233+
234+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
235+
version "7.19.1"
236+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
237+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
238+
185239
"@babel/helper-wrap-function@^7.1.0":
186240
version "7.2.0"
187241
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -207,10 +261,24 @@
207261
esutils "^2.0.2"
208262
js-tokens "^4.0.0"
209263

264+
"@babel/highlight@^7.18.6":
265+
version "7.18.6"
266+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
267+
integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
268+
dependencies:
269+
"@babel/helper-validator-identifier" "^7.18.6"
270+
chalk "^2.0.0"
271+
js-tokens "^4.0.0"
272+
210273
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.0":
211274
version "7.5.0"
212275
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
213276

277+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.3", "@babel/parser@^7.7.0":
278+
version "7.21.3"
279+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
280+
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
281+
214282
"@babel/plugin-external-helpers@^7.0.0":
215283
version "7.2.0"
216284
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -549,6 +617,15 @@
549617
"@babel/parser" "^7.4.4"
550618
"@babel/types" "^7.4.4"
551619

620+
"@babel/template@^7.20.7":
621+
version "7.20.7"
622+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
623+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
624+
dependencies:
625+
"@babel/code-frame" "^7.18.6"
626+
"@babel/parser" "^7.20.7"
627+
"@babel/types" "^7.20.7"
628+
552629
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
553630
version "7.5.0"
554631
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
@@ -563,6 +640,22 @@
563640
globals "^11.1.0"
564641
lodash "^4.17.11"
565642

643+
"@babel/traverse@^7.7.0":
644+
version "7.21.3"
645+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
646+
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
647+
dependencies:
648+
"@babel/code-frame" "^7.18.6"
649+
"@babel/generator" "^7.21.3"
650+
"@babel/helper-environment-visitor" "^7.18.9"
651+
"@babel/helper-function-name" "^7.21.0"
652+
"@babel/helper-hoist-variables" "^7.18.6"
653+
"@babel/helper-split-export-declaration" "^7.18.6"
654+
"@babel/parser" "^7.21.3"
655+
"@babel/types" "^7.21.3"
656+
debug "^4.1.0"
657+
globals "^11.1.0"
658+
566659
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
567660
version "7.5.0"
568661
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
@@ -571,6 +664,15 @@
571664
lodash "^4.17.11"
572665
to-fast-properties "^2.0.0"
573666

667+
"@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.3", "@babel/types@^7.7.0":
668+
version "7.21.3"
669+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
670+
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
671+
dependencies:
672+
"@babel/helper-string-parser" "^7.19.4"
673+
"@babel/helper-validator-identifier" "^7.19.1"
674+
to-fast-properties "^2.0.0"
675+
574676
"@cnakazawa/watch@^1.0.3":
575677
version "1.0.3"
576678
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -649,6 +751,38 @@
649751
"@types/istanbul-reports" "^1.1.1"
650752
"@types/yargs" "^12.0.9"
651753

754+
"@jridgewell/gen-mapping@^0.3.2":
755+
version "0.3.2"
756+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
757+
integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
758+
dependencies:
759+
"@jridgewell/set-array" "^1.0.1"
760+
"@jridgewell/sourcemap-codec" "^1.4.10"
761+
"@jridgewell/trace-mapping" "^0.3.9"
762+
763+
"@jridgewell/[email protected]":
764+
version "3.1.0"
765+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
766+
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
767+
768+
"@jridgewell/set-array@^1.0.1":
769+
version "1.1.2"
770+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
771+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
772+
773+
"@jridgewell/[email protected]", "@jridgewell/sourcemap-codec@^1.4.10":
774+
version "1.4.14"
775+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
776+
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
777+
778+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
779+
version "0.3.17"
780+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
781+
integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
782+
dependencies:
783+
"@jridgewell/resolve-uri" "3.1.0"
784+
"@jridgewell/sourcemap-codec" "1.4.14"
785+
652786
"@react-native-community/cli-platform-android@^2.0.1", "@react-native-community/cli-platform-android@^2.4.1":
653787
version "2.4.1"
654788
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-2.4.1.tgz#27d4c5c7be2a6a28b07cd37f10e661a5eef70b0f"
@@ -1017,16 +1151,17 @@ babel-core@^6.26.0:
10171151
slash "^1.0.0"
10181152
source-map "^0.5.7"
10191153

1020-
1021-
version "10.0.2"
1022-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
1154+
1155+
version "10.1.0"
1156+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
1157+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
10231158
dependencies:
10241159
"@babel/code-frame" "^7.0.0"
1025-
"@babel/parser" "^7.0.0"
1026-
"@babel/traverse" "^7.0.0"
1027-
"@babel/types" "^7.0.0"
1028-
eslint-scope "3.7.1"
1160+
"@babel/parser" "^7.7.0"
1161+
"@babel/traverse" "^7.7.0"
1162+
"@babel/types" "^7.7.0"
10291163
eslint-visitor-keys "^1.0.0"
1164+
resolve "^1.12.0"
10301165

10311166
babel-generator@^6.26.0:
10321167
version "6.26.1"
@@ -2075,13 +2210,6 @@ [email protected]:
20752210
prop-types "^15.7.2"
20762211
resolve "^1.10.1"
20772212

2078-
2079-
version "3.7.1"
2080-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
2081-
dependencies:
2082-
esrecurse "^4.1.0"
2083-
estraverse "^4.1.1"
2084-
20852213
eslint-scope@^4.0.3:
20862214
version "4.0.3"
20872215
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -2804,6 +2932,13 @@ is-ci@^2.0.0:
28042932
dependencies:
28052933
ci-info "^2.0.0"
28062934

2935+
is-core-module@^2.9.0:
2936+
version "2.11.0"
2937+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
2938+
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
2939+
dependencies:
2940+
has "^1.0.3"
2941+
28072942
is-data-descriptor@^0.1.4:
28082943
version "0.1.4"
28092944
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -4123,6 +4258,11 @@ path-parse@^1.0.6:
41234258
version "1.0.6"
41244259
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
41254260

4261+
path-parse@^1.0.7:
4262+
version "1.0.7"
4263+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
4264+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
4265+
41264266
path-type@^2.0.0:
41274267
version "2.0.0"
41284268
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -4482,6 +4622,15 @@ resolve@^1.10.0, resolve@^1.10.1, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1
44824622
dependencies:
44834623
path-parse "^1.0.6"
44844624

4625+
resolve@^1.12.0:
4626+
version "1.22.1"
4627+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
4628+
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
4629+
dependencies:
4630+
is-core-module "^2.9.0"
4631+
path-parse "^1.0.7"
4632+
supports-preserve-symlinks-flag "^1.0.0"
4633+
44854634
restore-cursor@^2.0.0:
44864635
version "2.0.0"
44874636
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -4894,6 +5043,11 @@ supports-color@^6.1.0:
48945043
dependencies:
48955044
has-flag "^3.0.0"
48965045

5046+
supports-preserve-symlinks-flag@^1.0.0:
5047+
version "1.0.0"
5048+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
5049+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
5050+
48975051
48985052
version "1.0.1"
48995053
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4"

0 commit comments

Comments
 (0)