Skip to content

Commit dc0d2a0

Browse files
greenkeeper[bot]thymikee
authored andcommitted
Update eslint to the latest version 🚀 (#195)
* chore(package): update eslint to version 6.0.0 * chore(package): update lockfile yarn.lock * Fix linter
1 parent 581e6f6 commit dc0d2a0

File tree

2 files changed

+74
-71
lines changed

2 files changed

+74
-71
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"chalk": "^2.4.1",
2727
"conventional-changelog-cli": "^2.0.11",
2828
"dedent": "^0.7.0",
29-
"eslint": "^5.15.2",
29+
"eslint": "^6.0.1",
3030
"flow-bin": "^0.103.0",
3131
"flow-copy-source": "^2.0.6",
3232
"jest": "^24.7.1",
@@ -71,5 +71,8 @@
7171
},
7272
"publishConfig": {
7373
"registry": "https://registry.npmjs.org/"
74+
},
75+
"resolutions": {
76+
"eslint-plugin-import": "2.18.0"
7477
}
7578
}

yarn.lock

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -689,23 +689,23 @@
689689
lodash "^4.17.11"
690690
to-fast-properties "^2.0.0"
691691

692-
"@callstack/eslint-config@^6.0.0":
693-
version "6.1.0"
694-
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-6.1.0.tgz#da6b702dd2fb20c480edd9373ec6bea436e3b42c"
695-
integrity sha512-BsiHCSKGuc2xdzuGOml5jMVxwpy1P4nTRhnOELqC1uX+eUpcTvzg2TggfE5hzh4wLMTCnTBARfOM6quxK2YkpA==
696-
dependencies:
697-
babel-eslint "^10.0.1"
698-
eslint-config-prettier "^4.1.0"
699-
eslint-plugin-flowtype "^3.9.1"
700-
eslint-plugin-import "^2.17.2"
701-
eslint-plugin-jest "^22.6.4"
702-
eslint-plugin-prettier "^3.0.1"
692+
"@callstack/eslint-config@^7.0.0":
693+
version "7.0.0"
694+
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-7.0.0.tgz#51940ecb5318f59d63bab2d03e6022e36e86cf1b"
695+
integrity sha512-/uPEFcy+mjcYDQ0ZpJMppqZH8fp7UmPpUgpnhW1hMggMeWHrgj2HYVPCklUtesDy15wiWR4jejDtvNoClYn46w==
696+
dependencies:
697+
babel-eslint "^10.0.2"
698+
eslint-config-prettier "^6.0.0"
699+
eslint-plugin-flowtype "^3.11.1"
700+
eslint-plugin-import "^2.18.0"
701+
eslint-plugin-jest "^22.10.0"
702+
eslint-plugin-prettier "^3.1.0"
703703
eslint-plugin-promise "^4.1.1"
704-
eslint-plugin-react "^7.13.0"
705-
eslint-plugin-react-hooks "^1.6.0"
704+
eslint-plugin-react "^7.14.2"
705+
eslint-plugin-react-hooks "^1.6.1"
706706
eslint-plugin-react-native "^3.7.0"
707707
eslint-restricted-globals "^0.2.0"
708-
prettier "^1.17.0"
708+
prettier "^1.18.2"
709709

710710
"@cnakazawa/watch@^1.0.3":
711711
version "1.0.3"
@@ -1228,28 +1228,28 @@
12281228
integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==
12291229

12301230
"@typescript-eslint/eslint-plugin@^1.10.2":
1231-
version "1.10.2"
1232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.10.2.tgz#552fc64cfcb19c6162190360217c945e8faa330a"
1233-
integrity sha512-7449RhjE1oLFIy5E/5rT4wG5+KsfPzakJuhvpzXJ3C46lq7xywY0/Rjo9ZBcwrfbk0nRZ5xmUHkk7DZ67tSBKw==
1231+
version "1.11.0"
1232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.11.0.tgz#870f752c520db04db6d3668af7479026a6f2fb9a"
1233+
integrity sha512-mXv9ccCou89C8/4avKHuPB2WkSZyY/XcTQUXd5LFZAcLw1I3mWYVjUu6eS9Ja0QkP/ClolbcW9tb3Ov/pMdcqw==
12341234
dependencies:
1235-
"@typescript-eslint/experimental-utils" "1.10.2"
1235+
"@typescript-eslint/experimental-utils" "1.11.0"
12361236
eslint-utils "^1.3.1"
12371237
functional-red-black-tree "^1.0.1"
12381238
regexpp "^2.0.1"
12391239
tsutils "^3.7.0"
12401240

1241-
"@typescript-eslint/experimental-utils@1.10.2":
1242-
version "1.10.2"
1243-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.10.2.tgz#cd548c03fc1a2b3ba5c136d1599001a1ede24215"
1244-
integrity sha512-Hf5lYcrnTH5Oc67SRrQUA7KuHErMvCf5RlZsyxXPIT6AXa8fKTyfFO6vaEnUmlz48RpbxO4f0fY3QtWkuHZNjg==
1241+
"@typescript-eslint/experimental-utils@1.11.0":
1242+
version "1.11.0"
1243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.11.0.tgz#594abe47091cbeabac1d6f9cfed06d0ad99eb7e3"
1244+
integrity sha512-7LbfaqF6B8oa8cp/315zxKk8FFzosRzzhF8Kn/ZRsRsnpm7Qcu25cR/9RnAQo5utZ2KIWVgaALr+ZmcbG47ruw==
12451245
dependencies:
1246-
"@typescript-eslint/typescript-estree" "1.10.2"
1246+
"@typescript-eslint/typescript-estree" "1.11.0"
12471247
eslint-scope "^4.0.0"
12481248

1249-
"@typescript-eslint/typescript-estree@1.10.2":
1250-
version "1.10.2"
1251-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.10.2.tgz#8403585dd74b6cfb6f78aa98b6958de158b5897b"
1252-
integrity sha512-Kutjz0i69qraOsWeI8ETqYJ07tRLvD9URmdrMoF10bG8y8ucLmPtSxROvVejWvlJUGl2et/plnMiKRDW+rhEhw==
1249+
"@typescript-eslint/typescript-estree@1.11.0":
1250+
version "1.11.0"
1251+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.11.0.tgz#b7b5782aab22e4b3b6d84633652c9f41e62d37d5"
1252+
integrity sha512-fquUHF5tAx1sM2OeRCC7wVxFd1iMELWMGCzOSmJ3pLzArj9+kRixdlC4d5MncuzXpjEqc6045p3KwM0o/3FuUA==
12531253
dependencies:
12541254
lodash.unescape "4.0.1"
12551255
semver "5.5.0"
@@ -1323,7 +1323,7 @@ add-stream@^1.0.0:
13231323
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
13241324
integrity sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=
13251325

1326-
ajv@^6.5.5, ajv@^6.9.1:
1326+
ajv@^6.10.0, ajv@^6.5.5, ajv@^6.9.1:
13271327
version "6.10.0"
13281328
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
13291329
integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==
@@ -1617,7 +1617,7 @@ aws4@^1.8.0:
16171617
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
16181618
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
16191619

1620-
babel-eslint@^10.0.1:
1620+
babel-eslint@^10.0.2:
16211621
version "10.0.2"
16221622
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
16231623
integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==
@@ -2948,10 +2948,10 @@ escodegen@^1.9.1:
29482948
optionalDependencies:
29492949
source-map "~0.6.1"
29502950

2951-
eslint-config-prettier@^4.1.0:
2952-
version "4.3.0"
2953-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.3.0.tgz#c55c1fcac8ce4518aeb77906984e134d9eb5a4f0"
2954-
integrity sha512-sZwhSTHVVz78+kYD3t5pCWSYEdVSBR0PXnwjDRsUs8ytIrK8PLXw+6FKp8r3Z7rx4ZszdetWlXYKOHoUrrwPlA==
2951+
eslint-config-prettier@^6.0.0:
2952+
version "6.0.0"
2953+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25"
2954+
integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA==
29552955
dependencies:
29562956
get-stdin "^6.0.0"
29572957

@@ -2971,14 +2971,14 @@ eslint-module-utils@^2.4.0:
29712971
debug "^2.6.8"
29722972
pkg-dir "^2.0.0"
29732973

2974-
eslint-plugin-flowtype@^3.9.1:
2975-
version "3.11.1"
2976-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.11.1.tgz#1aae15a10dbcd5aecc89897f810f2e9fcc18a5e3"
2977-
integrity sha512-4NiaaGZuz9iEGRTK8j4lkA/scibOXSYaYoHbsTtgLOxxqQCkbWV3xt8ETqILKg7DAYDqB69z1H5U71UmtdF9hw==
2974+
eslint-plugin-flowtype@^3.11.1:
2975+
version "3.12.1"
2976+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.12.1.tgz#b673c716b578c9aa66887feef3bc146f8cbe1c21"
2977+
integrity sha512-NZqf5iRgsfHOC31HQdtX2pvzCi0n/j9pB+L7Cf9QtuYxpx0i2wObT+R3rPKhQK4KtEDzGuzPYVf75j4eg+s9ZQ==
29782978
dependencies:
29792979
lodash "^4.17.11"
29802980

2981-
eslint-plugin-import@^2.17.2:
2981+
eslint-plugin-import@2.18.0, eslint-plugin-import@^2.18.0:
29822982
version "2.18.0"
29832983
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.0.tgz#7a5ba8d32622fb35eb9c8db195c2090bd18a3678"
29842984
integrity sha512-PZpAEC4gj/6DEMMoU2Df01C5c50r7zdGIN52Yfi7CvvWaYssG7Jt5R9nFG5gmqodxNOz9vQS87xk6Izdtpdrig==
@@ -2995,12 +2995,12 @@ eslint-plugin-import@^2.17.2:
29952995
read-pkg-up "^2.0.0"
29962996
resolve "^1.11.0"
29972997

2998-
eslint-plugin-jest@^22.6.4:
2999-
version "22.8.0"
3000-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.8.0.tgz#242ef5459e8da25d2c41438e95eb546e03d7fae1"
3001-
integrity sha512-2VftZMfILmlhL3VMq5ptHRIuyyXb3ShDEDb1J1UjvWNzm4l+UK/YmwNuTuJcM0gv8pJuOfiR/8ZptJ8Ou68pFw==
2998+
eslint-plugin-jest@^22.10.0:
2999+
version "22.13.0"
3000+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.13.0.tgz#d7d134c6e3c2f67cc50f5fa89a329db579d28428"
3001+
integrity sha512-bIr8LL7buUXS8Pk69SFgaDKgyvPQkDu6i8ko0lP54uccszlo4EOwtstDXOZl5Af3JwudbECxRUbCpL/2cKDkkg==
30023002

3003-
eslint-plugin-prettier@^3.0.1:
3003+
eslint-plugin-prettier@^3.1.0:
30043004
version "3.1.0"
30053005
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.0.tgz#8695188f95daa93b0dc54b249347ca3b79c4686d"
30063006
integrity sha512-XWX2yVuwVNLOUhQijAkXz+rMPPoCr7WFiAl8ig6I7Xn+pPVhDhzg4DxHpmbeb0iqjO9UronEA3Tb09ChnFVHHA==
@@ -3012,7 +3012,7 @@ eslint-plugin-promise@^4.1.1:
30123012
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
30133013
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
30143014

3015-
eslint-plugin-react-hooks@^1.6.0:
3015+
eslint-plugin-react-hooks@^1.6.1:
30163016
version "1.6.1"
30173017
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.1.tgz#3c66a5515ea3e0a221ffc5d4e75c971c217b1a4c"
30183018
integrity sha512-wHhmGJyVuijnYIJXZJHDUF2WM+rJYTjulUTqF9k61d3BTk8etydz+M4dXUVH7M76ZRS85rqBTCx0Es/lLsrjnA==
@@ -3029,7 +3029,7 @@ eslint-plugin-react-native@^3.7.0:
30293029
dependencies:
30303030
eslint-plugin-react-native-globals "^0.1.1"
30313031

3032-
eslint-plugin-react@^7.13.0:
3032+
eslint-plugin-react@^7.14.2:
30333033
version "7.14.2"
30343034
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1"
30353035
integrity sha512-jZdnKe3ip7FQOdjxks9XPN0pjUKZYq48OggNMd16Sk+8VXx6JOvXmlElxROCgp7tiUsTsze3jd78s/9AFJP2mA==
@@ -3077,40 +3077,40 @@ eslint-visitor-keys@^1.0.0:
30773077
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
30783078
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
30793079

3080-
eslint@^5.15.2:
3081-
version "5.16.0"
3082-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
3083-
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
3080+
eslint@^6.0.1:
3081+
version "6.0.1"
3082+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7"
3083+
integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w==
30843084
dependencies:
30853085
"@babel/code-frame" "^7.0.0"
3086-
ajv "^6.9.1"
3086+
ajv "^6.10.0"
30873087
chalk "^2.1.0"
30883088
cross-spawn "^6.0.5"
30893089
debug "^4.0.1"
30903090
doctrine "^3.0.0"
30913091
eslint-scope "^4.0.3"
30923092
eslint-utils "^1.3.1"
30933093
eslint-visitor-keys "^1.0.0"
3094-
espree "^5.0.1"
3094+
espree "^6.0.0"
30953095
esquery "^1.0.1"
30963096
esutils "^2.0.2"
30973097
file-entry-cache "^5.0.1"
30983098
functional-red-black-tree "^1.0.1"
3099-
glob "^7.1.2"
3099+
glob-parent "^3.1.0"
31003100
globals "^11.7.0"
31013101
ignore "^4.0.6"
31023102
import-fresh "^3.0.0"
31033103
imurmurhash "^0.1.4"
31043104
inquirer "^6.2.2"
3105-
js-yaml "^3.13.0"
3105+
is-glob "^4.0.0"
3106+
js-yaml "^3.13.1"
31063107
json-stable-stringify-without-jsonify "^1.0.1"
31073108
levn "^0.3.0"
31083109
lodash "^4.17.11"
31093110
minimatch "^3.0.4"
31103111
mkdirp "^0.5.1"
31113112
natural-compare "^1.4.0"
31123113
optionator "^0.8.2"
3113-
path-is-inside "^1.0.2"
31143114
progress "^2.0.0"
31153115
regexpp "^2.0.1"
31163116
semver "^5.5.1"
@@ -3119,10 +3119,10 @@ eslint@^5.15.2:
31193119
table "^5.2.3"
31203120
text-table "^0.2.0"
31213121

3122-
espree@^5.0.1:
3123-
version "5.0.1"
3124-
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
3125-
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
3122+
espree@^6.0.0:
3123+
version "6.0.0"
3124+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
3125+
integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==
31263126
dependencies:
31273127
acorn "^6.0.7"
31283128
acorn-jsx "^5.0.0"
@@ -3516,10 +3516,10 @@ flatted@^2.0.0:
35163516
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
35173517
integrity sha512-R+H8IZclI8AAkSBRQJLVOsxwAoHd6WC40b4QTNWIjzAa6BXOBfQcM587MXDTVPeYaopFNWHUFLx7eNmHDSxMWg==
35183518

3519-
flow-bin@^0.98.0:
3520-
version "0.98.1"
3521-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.98.1.tgz#a8d781621c91703df69928acc83c9777e2fcbb49"
3522-
integrity sha512-y1YzQgbFUX4EG6h2EO8PhyJeS0VxNgER8XsTwU8IXw4KozfneSmGVgw8y3TwAOza7rVhTlHEoli1xNuNW1rhPw==
3519+
flow-bin@^0.103.0:
3520+
version "0.103.0"
3521+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.103.0.tgz#7aec510d85e1c1b0f2b912bb988337d70035cb0f"
3522+
integrity sha512-Y3yrnE5ICN1Kl/y10BwjA3JSuS+gt4jVPNyUNCZb0RqmkdssMrW8QNNysJYvhgAY/JBJH8Qv7NVUf11MiwfSlA==
35233523

35243524
flow-copy-source@^2.0.6:
35253525
version "2.0.7"
@@ -6549,7 +6549,7 @@ path-is-absolute@^1.0.0:
65496549
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
65506550
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
65516551

6552-
path-is-inside@^1.0.1, path-is-inside@^1.0.2:
6552+
path-is-inside@^1.0.1:
65536553
version "1.0.2"
65546554
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
65556555
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
@@ -6713,7 +6713,7 @@ prettier-linter-helpers@^1.0.0:
67136713
dependencies:
67146714
fast-diff "^1.1.2"
67156715

6716-
prettier@^1.17.0:
6716+
prettier@^1.18.2:
67176717
version "1.18.2"
67186718
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
67196719
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
@@ -6855,10 +6855,10 @@ react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
68556855
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
68566856
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
68576857

6858-
6859-
version "0.60.3"
6860-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.60.3.tgz#da010bc5b63201166562ddeff1cd3e07da34d1de"
6861-
integrity sha512-rUUUGYIzWwMkedfB8XxZ5TIt+qorQ70mJ08vsDTenQ16xalawOFqV34Jisdi4LgRGfQomdNWeY1Bd+H1A/dyBg==
6858+
6859+
version "0.60.4"
6860+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.60.4.tgz#4378171e63dd5310497e15e54ec9185cb470752d"
6861+
integrity sha512-WE41lbGQjnzM9srIFtMDtMJkQAvk95iZwuFvAxl68s80bkYa7Ou9sGFHpeYIV6cY8yHtheCSo5q6YMxhdfkdOw==
68626862
dependencies:
68636863
"@babel/runtime" "^7.0.0"
68646864
"@react-native-community/cli" "^2.0.1"
@@ -7316,14 +7316,14 @@ resolve@^1.1.6:
73167316
dependencies:
73177317
path-parse "^1.0.6"
73187318

7319-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.3.2, resolve@^1.5.0:
7319+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.3.2:
73207320
version "1.11.1"
73217321
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.1.tgz#ea10d8110376982fef578df8fc30b9ac30a07a3e"
73227322
integrity sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==
73237323
dependencies:
73247324
path-parse "^1.0.6"
73257325

7326-
resolve@^1.8.1:
7326+
resolve@^1.5.0, resolve@^1.8.1:
73277327
version "1.8.1"
73287328
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
73297329
dependencies:

0 commit comments

Comments
 (0)