Skip to content

Commit 61f6895

Browse files
greenkeeper[bot]thymikee
authored andcommitted
chore: Update @callstack/eslint-config to the latest version 🚀 (#34)
## The devDependency [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) was updated from `2.0.0` to `3.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- <details> <summary>Release Notes for v3.0.0</summary> <ul> <li>breaking: update <code>eslint-config-prettier</code> to v3.0.1</li> <li>breaking: update <code>babel-eslint</code> to v10.0.1</li> <li>breaking: update <code>eslint-plugin-flowtype</code> to v3.0.0</li> <li>breaking: require ESLint 5 as peer dependency (because of above mentioned deps bump)</li> </ul> </details> <details> <summary>Commits</summary> <p>The new version differs by 6 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/callstack/eslint-config-callstack/commit/79c5f38a5a26b773fb2d8999bad44f7e06070831"><code>79c5f38</code></a> <code>v3.0.0</code></li> <li><a href="https://urls.greenkeeper.io/callstack/eslint-config-callstack/commit/3201e419a2fb25a1cc68df724c239a78246591f4"><code>3201e41</code></a> <code>breaking: require ESLint 5 as peer dependency</code></li> <li><a href="https://urls.greenkeeper.io/callstack/eslint-config-callstack/commit/ca82ca09ad4de6d8039e909a11559b92a84b0be9"><code>ca82ca0</code></a> <code>chore: update yarn.lock with latest deps</code></li> <li><a href="https://urls.greenkeeper.io/callstack/eslint-config-callstack/commit/4528e06ecbd759c328a9825ccc8b6a141ed8ab74"><code>4528e06</code></a> <code>Greenkeeper/initial (#37)</code></li> <li><a href="https://urls.greenkeeper.io/callstack/eslint-config-callstack/commit/4a73ea786f8bac2d28e0e004f4029d3a594a710f"><code>4a73ea7</code></a> <code>Mention issues with CRA (#33)</code></li> <li><a href="https://urls.greenkeeper.io/callstack/eslint-config-callstack/commit/845b88002ed93415a9d229a07b02d4dced6ef265"><code>845b880</code></a> <code>v2.0.0</code></li> </ul> <p>See the <a href="https://urls.greenkeeper.io/callstack/eslint-config-callstack/compare/0c260dafa7c2522ea46ac3f4cb5fc9cfb21b7f9e...79c5f38a5a26b773fb2d8999bad44f7e06070831">full diff</a></p> </details> <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴
1 parent a066544 commit 61f6895

File tree

2 files changed

+80
-129
lines changed

2 files changed

+80
-129
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@babel/core": "^7.1.2",
1313
"@babel/runtime": "^7.1.2",
14-
"@callstack/eslint-config": "^2.0.0",
14+
"@callstack/eslint-config": "^3.0.0",
1515
"@types/react": "^16.4.15",
1616
"@types/react-test-renderer": "^16.0.3",
1717
"babel-core": "7.0.0-bridge.0",

yarn.lock

+79-128
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@7.0.0-beta.44":
6-
version "7.0.0-beta.44"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
8-
integrity sha512-cuAuTTIQ9RqcFRJ/Y8PvTh+paepNcaGxwQwjIDRWPXmzzyAeCO4KqS9ikMvq0MCbRk6GlYKwfzStrcP3/jSL8g==
9-
dependencies:
10-
"@babel/highlight" "7.0.0-beta.44"
11-
125
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35":
136
version "7.0.0"
147
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
@@ -36,17 +29,6 @@
3629
semver "^5.4.1"
3730
source-map "^0.5.0"
3831

39-
"@babel/generator@7.0.0-beta.44":
40-
version "7.0.0-beta.44"
41-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
42-
integrity sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ==
43-
dependencies:
44-
"@babel/types" "7.0.0-beta.44"
45-
jsesc "^2.5.1"
46-
lodash "^4.2.0"
47-
source-map "^0.5.0"
48-
trim-right "^1.0.1"
49-
5032
"@babel/generator@^7.0.0", "@babel/generator@^7.1.2":
5133
version "7.1.2"
5234
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.2.tgz#fde75c072575ce7abbd97322e8fef5bae67e4630"
@@ -58,6 +40,17 @@
5840
source-map "^0.5.0"
5941
trim-right "^1.0.1"
6042

43+
"@babel/generator@^7.1.3":
44+
version "7.1.3"
45+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673"
46+
integrity sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1VnYN8q3QPFQ==
47+
dependencies:
48+
"@babel/types" "^7.1.3"
49+
jsesc "^2.5.1"
50+
lodash "^4.17.10"
51+
source-map "^0.5.0"
52+
trim-right "^1.0.1"
53+
6154
"@babel/helper-annotate-as-pure@^7.0.0":
6255
version "7.0.0"
6356
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -107,15 +100,6 @@
107100
"@babel/traverse" "^7.1.0"
108101
"@babel/types" "^7.0.0"
109102

110-
"@babel/helper-function-name@7.0.0-beta.44":
111-
version "7.0.0-beta.44"
112-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
113-
integrity sha512-MHRG2qZMKMFaBavX0LWpfZ2e+hLloT++N7rfM3DYOMUOGCD8cVjqZpwiL8a0bOX3IYcQev1ruciT0gdFFRTxzg==
114-
dependencies:
115-
"@babel/helper-get-function-arity" "7.0.0-beta.44"
116-
"@babel/template" "7.0.0-beta.44"
117-
"@babel/types" "7.0.0-beta.44"
118-
119103
"@babel/helper-function-name@^7.1.0":
120104
version "7.1.0"
121105
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
@@ -125,13 +109,6 @@
125109
"@babel/template" "^7.1.0"
126110
"@babel/types" "^7.0.0"
127111

128-
"@babel/helper-get-function-arity@7.0.0-beta.44":
129-
version "7.0.0-beta.44"
130-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
131-
integrity sha512-w0YjWVwrM2HwP6/H3sEgrSQdkCaxppqFeJtAnB23pRiJB5E/O9Yp7JAAeWBl+gGEgmBFinnTyOv2RN7rcSmMiw==
132-
dependencies:
133-
"@babel/types" "7.0.0-beta.44"
134-
135112
"@babel/helper-get-function-arity@^7.0.0":
136113
version "7.0.0"
137114
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
@@ -209,13 +186,6 @@
209186
"@babel/template" "^7.1.0"
210187
"@babel/types" "^7.0.0"
211188

212-
"@babel/helper-split-export-declaration@7.0.0-beta.44":
213-
version "7.0.0-beta.44"
214-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
215-
integrity sha512-aQ7QowtkgKKzPGf0j6u77kBMdUFVBKNHw2p/3HX/POt5/oz8ec5cs0GwlgM8Hz7ui5EwJnzyfRmkNF1Nx1N7aA==
216-
dependencies:
217-
"@babel/types" "7.0.0-beta.44"
218-
219189
"@babel/helper-split-export-declaration@^7.0.0":
220190
version "7.0.0"
221191
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
@@ -232,15 +202,6 @@
232202
"@babel/traverse" "^7.1.0"
233203
"@babel/types" "^7.1.2"
234204

235-
"@babel/highlight@7.0.0-beta.44":
236-
version "7.0.0-beta.44"
237-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
238-
integrity sha512-Il19yJvy7vMFm8AVAh6OZzaFoAd0hbkeMZiX3P5HGD+z7dyI7RzndHB0dg6Urh/VAFfHtpOIzDUSxmY6coyZWQ==
239-
dependencies:
240-
chalk "^2.0.0"
241-
esutils "^2.0.2"
242-
js-tokens "^3.0.0"
243-
244205
"@babel/highlight@^7.0.0":
245206
version "7.0.0"
246207
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
@@ -250,6 +211,11 @@
250211
esutils "^2.0.2"
251212
js-tokens "^4.0.0"
252213

214+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.3":
215+
version "7.1.3"
216+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77"
217+
integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w==
218+
253219
"@babel/parser@^7.1.0", "@babel/parser@^7.1.2":
254220
version "7.1.2"
255221
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.2.tgz#85c5c47af6d244fab77bce6b9bd830e38c978409"
@@ -578,16 +544,6 @@
578544
dependencies:
579545
regenerator-runtime "^0.12.0"
580546

581-
"@babel/template@7.0.0-beta.44":
582-
version "7.0.0-beta.44"
583-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
584-
integrity sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng==
585-
dependencies:
586-
"@babel/code-frame" "7.0.0-beta.44"
587-
"@babel/types" "7.0.0-beta.44"
588-
babylon "7.0.0-beta.44"
589-
lodash "^4.2.0"
590-
591547
"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.1.2":
592548
version "7.1.2"
593549
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
@@ -597,21 +553,20 @@
597553
"@babel/parser" "^7.1.2"
598554
"@babel/types" "^7.1.2"
599555

600-
"@babel/traverse@7.0.0-beta.44":
601-
version "7.0.0-beta.44"
602-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
603-
integrity sha512-UHuDz8ukQkJCDASKHf+oDt3FVUzFd+QYfuBIsiNu/4+/ix6pP/C+uQZJ6K1oEfbCMv/IKWbgDEh7fcsnIE5AtA==
604-
dependencies:
605-
"@babel/code-frame" "7.0.0-beta.44"
606-
"@babel/generator" "7.0.0-beta.44"
607-
"@babel/helper-function-name" "7.0.0-beta.44"
608-
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
609-
"@babel/types" "7.0.0-beta.44"
610-
babylon "7.0.0-beta.44"
556+
"@babel/traverse@^7.0.0":
557+
version "7.1.4"
558+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.4.tgz#f4f83b93d649b4b2c91121a9087fa2fa949ec2b4"
559+
integrity sha512-my9mdrAIGdDiSVBuMjpn/oXYpva0/EZwWL3sm3Wcy/AVWO2eXnsoZruOT9jOGNRXU8KbCIu5zsKnXcAJ6PcV6Q==
560+
dependencies:
561+
"@babel/code-frame" "^7.0.0"
562+
"@babel/generator" "^7.1.3"
563+
"@babel/helper-function-name" "^7.1.0"
564+
"@babel/helper-split-export-declaration" "^7.0.0"
565+
"@babel/parser" "^7.1.3"
566+
"@babel/types" "^7.1.3"
611567
debug "^3.1.0"
612568
globals "^11.1.0"
613-
invariant "^2.2.0"
614-
lodash "^4.2.0"
569+
lodash "^4.17.10"
615570

616571
"@babel/traverse@^7.1.0":
617572
version "7.1.0"
@@ -628,15 +583,6 @@
628583
globals "^11.1.0"
629584
lodash "^4.17.10"
630585

631-
"@babel/types@7.0.0-beta.44":
632-
version "7.0.0-beta.44"
633-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
634-
integrity sha512-5eTV4WRmqbaFM3v9gHAIljEQJU4Ssc6fxL61JN+Oe2ga/BwyjzjamwkCVVAQjHGuAX8i0BWo42dshL8eO5KfLQ==
635-
dependencies:
636-
esutils "^2.0.2"
637-
lodash "^4.2.0"
638-
to-fast-properties "^2.0.0"
639-
640586
"@babel/types@^7.0.0", "@babel/types@^7.1.2":
641587
version "7.1.2"
642588
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.2.tgz#183e7952cf6691628afdc2e2b90d03240bac80c0"
@@ -646,19 +592,28 @@
646592
lodash "^4.17.10"
647593
to-fast-properties "^2.0.0"
648594

649-
"@callstack/eslint-config@^2.0.0":
650-
version "2.0.0"
651-
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-2.0.0.tgz#f93d1ddf16609103e6420b78f3b000045f747b42"
652-
integrity sha512-XPs2s4tt9u9JAlh6i5uvpneuVHFpjLBjihnrZZy5gwydIWB3uh5wyUEQjuiGO+9xa2vrGlvGxoE1WHFAPEr5FA==
595+
"@babel/types@^7.1.3":
596+
version "7.1.3"
597+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d"
598+
integrity sha512-RpPOVfK+yatXyn8n4PB1NW6k9qjinrXrRR8ugBN8fD6hCy5RXI6PSbVqpOJBO9oSaY7Nom4ohj35feb0UR9hSA==
599+
dependencies:
600+
esutils "^2.0.2"
601+
lodash "^4.17.10"
602+
to-fast-properties "^2.0.0"
603+
604+
"@callstack/eslint-config@^3.0.0":
605+
version "3.0.0"
606+
resolved "https://registry.yarnpkg.com/@callstack/eslint-config/-/eslint-config-3.0.0.tgz#ea39e584d31c803621e11ae6fd57882d880606d9"
607+
integrity sha512-fLkJVBKwIPuLcu1Xwm79sICSODI3+4ifnzIHK6rWbYoT7xx6kkJOqEy/TuX0fDtlUQLyoCTEoF8STX7spl80xA==
653608
dependencies:
654-
babel-eslint "^8.2.6"
609+
babel-eslint "^10.0.1"
655610
eslint-config-airbnb "^17.1.0"
656611
eslint-config-prettier "^3.0.1"
657-
eslint-plugin-flowtype "^2.50.0"
612+
eslint-plugin-flowtype "^3.0.0"
658613
eslint-plugin-import "^2.14.0"
659614
eslint-plugin-jest "^21.21.0"
660615
eslint-plugin-jsx-a11y "^6.1.1"
661-
eslint-plugin-prettier "^2.6.2"
616+
eslint-plugin-prettier "^3.0.0"
662617
eslint-plugin-react "^7.5.1"
663618
prettier "^1.14.2"
664619

@@ -984,15 +939,15 @@ babel-core@^6.0.0, babel-core@^6.26.0:
984939
slash "^1.0.0"
985940
source-map "^0.5.7"
986941

987-
babel-eslint@^8.2.6:
988-
version "8.2.6"
989-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
990-
integrity sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==
942+
babel-eslint@^10.0.1:
943+
version "10.0.1"
944+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
945+
integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==
991946
dependencies:
992-
"@babel/code-frame" "7.0.0-beta.44"
993-
"@babel/traverse" "7.0.0-beta.44"
994-
"@babel/types" "7.0.0-beta.44"
995-
babylon "7.0.0-beta.44"
947+
"@babel/code-frame" "^7.0.0"
948+
"@babel/parser" "^7.0.0"
949+
"@babel/traverse" "^7.0.0"
950+
"@babel/types" "^7.0.0"
996951
eslint-scope "3.7.1"
997952
eslint-visitor-keys "^1.0.0"
998953

@@ -1118,11 +1073,6 @@ babel-types@^6.0.0, babel-types@^6.18.0, babel-types@^6.26.0:
11181073
lodash "^4.17.4"
11191074
to-fast-properties "^1.0.3"
11201075

1121-
babylon@7.0.0-beta.44:
1122-
version "7.0.0-beta.44"
1123-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
1124-
integrity sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g==
1125-
11261076
babylon@^6.18.0:
11271077
version "6.18.0"
11281078
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -1736,10 +1686,10 @@ eslint-module-utils@^2.2.0:
17361686
debug "^2.6.8"
17371687
pkg-dir "^1.0.0"
17381688

1739-
eslint-plugin-flowtype@^2.50.0:
1740-
version "2.50.3"
1741-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz#61379d6dce1d010370acd6681740fd913d68175f"
1742-
integrity sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==
1689+
eslint-plugin-flowtype@^3.0.0:
1690+
version "3.0.0"
1691+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.0.0.tgz#4b72588d8a5a5c836439752fe52e8e0f4b9954df"
1692+
integrity sha512-84utjHfQeykSyNuhO885pp18yGKYuK2S03EFbhl/BpXR9jk0TABnDP/KhUAqDjjkB43mxK2WZjJesrhnncvR9Q==
17431693
dependencies:
17441694
lodash "^4.17.10"
17451695

@@ -1778,13 +1728,12 @@ eslint-plugin-jsx-a11y@^6.1.1:
17781728
has "^1.0.3"
17791729
jsx-ast-utils "^2.0.1"
17801730

1781-
eslint-plugin-prettier@^2.6.2:
1782-
version "2.7.0"
1783-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904"
1784-
integrity sha512-CStQYJgALoQBw3FsBzH0VOVDRnJ/ZimUlpLm226U8qgqYJfPOY/CPK6wyRInMxh73HSKg5wyRwdS4BVYYHwokA==
1731+
eslint-plugin-prettier@^3.0.0:
1732+
version "3.0.0"
1733+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.0.0.tgz#f6b823e065f8c36529918cdb766d7a0e975ec30c"
1734+
integrity sha512-4g11opzhqq/8+AMmo5Vc2Gn7z9alZ4JqrbZ+D4i8KlSyxeQhZHlmIrY8U9Akf514MoEhogPa87Jgkq87aZ2Ohw==
17851735
dependencies:
1786-
fast-diff "^1.1.1"
1787-
jest-docblock "^21.0.0"
1736+
prettier-linter-helpers "^1.0.0"
17881737

17891738
eslint-plugin-react@^7.5.1:
17901739
version "7.11.1"
@@ -2048,10 +1997,10 @@ fast-deep-equal@^2.0.1:
20481997
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
20491998
integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
20501999

2051-
fast-diff@^1.1.1:
2052-
version "1.1.2"
2053-
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
2054-
integrity sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==
2000+
fast-diff@^1.1.2:
2001+
version "1.2.0"
2002+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
2003+
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
20552004

20562005
fast-json-stable-stringify@^2.0.0:
20572006
version "2.0.0"
@@ -2507,7 +2456,7 @@ inquirer@^6.1.0:
25072456
strip-ansi "^4.0.0"
25082457
through "^2.3.6"
25092458

2510-
invariant@^2.2.0, invariant@^2.2.2, invariant@^2.2.4:
2459+
invariant@^2.2.2, invariant@^2.2.4:
25112460
version "2.2.4"
25122461
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
25132462
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -2934,11 +2883,6 @@ jest-diff@^23.6.0:
29342883
jest-get-type "^22.1.0"
29352884
pretty-format "^23.6.0"
29362885

2937-
jest-docblock@^21.0.0:
2938-
version "21.2.0"
2939-
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414"
2940-
integrity sha512-5IZ7sY9dBAYSV+YjQ0Ovb540Ku7AO9Z5o2Cg789xj167iQuZ2cG+z0f3Uct6WeYLbU6aQiM2pCs7sZ+4dotydw==
2941-
29422886
jest-docblock@^23.2.0:
29432887
version "23.2.0"
29442888
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-23.2.0.tgz#f085e1f18548d99fdd69b20207e6fd55d91383a7"
@@ -3177,16 +3121,16 @@ jest@^23.6.0:
31773121
import-local "^1.0.0"
31783122
jest-cli "^23.6.0"
31793123

3180-
js-tokens@^3.0.0, js-tokens@^3.0.2:
3181-
version "3.0.2"
3182-
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
3183-
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
3184-
31853124
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
31863125
version "4.0.0"
31873126
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
31883127
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
31893128

3129+
js-tokens@^3.0.2:
3130+
version "3.0.2"
3131+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
3132+
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
3133+
31903134
js-yaml@^3.12.0, js-yaml@^3.7.0:
31913135
version "3.12.0"
31923136
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1"
@@ -3382,7 +3326,7 @@ lodash.sortby@^4.7.0:
33823326
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
33833327
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
33843328

3385-
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.6.1:
3329+
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.6.1:
33863330
version "4.17.11"
33873331
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
33883332
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -4054,6 +3998,13 @@ preserve@^0.2.0:
40543998
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
40553999
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
40564000

4001+
prettier-linter-helpers@^1.0.0:
4002+
version "1.0.0"
4003+
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
4004+
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
4005+
dependencies:
4006+
fast-diff "^1.1.2"
4007+
40574008
prettier@^1.14.2:
40584009
version "1.14.3"
40594010
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895"

0 commit comments

Comments
 (0)