Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 463c614

Browse files
committed
fix(base): upgrade plugins
1 parent f172dce commit 463c614

File tree

2 files changed

+95
-71
lines changed

2 files changed

+95
-71
lines changed

packages/eslint-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"prettier": ">= 0.11.0"
4242
},
4343
"dependencies": {
44-
"babel-eslint": "^8.2.2",
44+
"babel-eslint": "^8.2.3",
4545
"eslint-config-airbnb-base": "^12.1.0",
4646
"eslint-config-prettier": "^2.9.0",
4747
"eslint-import-resolver-babel-module": "^4.0.0",
48-
"eslint-plugin-babel": "^4.1.2",
48+
"eslint-plugin-babel": "^5.1.0",
4949
"eslint-plugin-eslint-comments": "^2.0.2",
50-
"eslint-plugin-flowtype": "^2.46.1",
51-
"eslint-plugin-import": "2.11.0",
52-
"eslint-plugin-jest": "^21.15.0",
50+
"eslint-plugin-flowtype": "^2.49.3",
51+
"eslint-plugin-import": "2.12.0",
52+
"eslint-plugin-jest": "^21.17.0",
5353
"eslint-plugin-lodash-fp": "^2.1.3",
5454
"eslint-plugin-no-use-extend-native": "^0.3.12",
55-
"eslint-plugin-promise": "^3.7.0",
55+
"eslint-plugin-promise": "^3.8.0",
5656
"eslint-plugin-unicorn": "^4.0.3"
5757
},
5858
"devDependencies": {

yarn.lock

Lines changed: 89 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,47 @@
99
"@commitlint/config-conventional" "^6.0.4"
1010
lodash.merge "^4.6.0"
1111

12-
"@babel/code-frame@7.0.0-beta.42", "@babel/code-frame@^7.0.0-beta.35", "@babel/code-frame@^7.0.0-beta.40":
12+
"@babel/code-frame@7.0.0-beta.44":
13+
version "7.0.0-beta.44"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
15+
dependencies:
16+
"@babel/highlight" "7.0.0-beta.44"
17+
18+
"@babel/code-frame@^7.0.0-beta.35":
1319
version "7.0.0-beta.42"
1420
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962"
1521
dependencies:
1622
"@babel/highlight" "7.0.0-beta.42"
1723

18-
"@babel/generator@7.0.0-beta.42":
19-
version "7.0.0-beta.42"
20-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.42.tgz#777bb50f39c94a7e57f73202d833141f8159af33"
24+
"@babel/generator@7.0.0-beta.44":
25+
version "7.0.0-beta.44"
26+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
2127
dependencies:
22-
"@babel/types" "7.0.0-beta.42"
28+
"@babel/types" "7.0.0-beta.44"
2329
jsesc "^2.5.1"
2430
lodash "^4.2.0"
2531
source-map "^0.5.0"
2632
trim-right "^1.0.1"
2733

28-
"@babel/helper-function-name@7.0.0-beta.42":
29-
version "7.0.0-beta.42"
30-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.42.tgz#b38b8f4f85168d1812c543dd700b5d549b0c4658"
34+
"@babel/helper-function-name@7.0.0-beta.44":
35+
version "7.0.0-beta.44"
36+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
3137
dependencies:
32-
"@babel/helper-get-function-arity" "7.0.0-beta.42"
33-
"@babel/template" "7.0.0-beta.42"
34-
"@babel/types" "7.0.0-beta.42"
38+
"@babel/helper-get-function-arity" "7.0.0-beta.44"
39+
"@babel/template" "7.0.0-beta.44"
40+
"@babel/types" "7.0.0-beta.44"
3541

36-
"@babel/helper-get-function-arity@7.0.0-beta.42":
37-
version "7.0.0-beta.42"
38-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.42.tgz#ad072e32f912c033053fc80478169aeadc22191e"
42+
"@babel/helper-get-function-arity@7.0.0-beta.44":
43+
version "7.0.0-beta.44"
44+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
3945
dependencies:
40-
"@babel/types" "7.0.0-beta.42"
46+
"@babel/types" "7.0.0-beta.44"
4147

42-
"@babel/helper-split-export-declaration@7.0.0-beta.42":
43-
version "7.0.0-beta.42"
44-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.42.tgz#0d0d5254220a9cc4e7e226240306b939dc210ee7"
48+
"@babel/helper-split-export-declaration@7.0.0-beta.44":
49+
version "7.0.0-beta.44"
50+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
4551
dependencies:
46-
"@babel/types" "7.0.0-beta.42"
52+
"@babel/types" "7.0.0-beta.44"
4753

4854
"@babel/highlight@7.0.0-beta.42":
4955
version "7.0.0-beta.42"
@@ -53,33 +59,41 @@
5359
esutils "^2.0.2"
5460
js-tokens "^3.0.0"
5561

56-
"@babel/template@7.0.0-beta.42":
57-
version "7.0.0-beta.42"
58-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.42.tgz#7186d4e70d44cdec975049ba0a73bdaf5cdee052"
62+
"@babel/highlight@7.0.0-beta.44":
63+
version "7.0.0-beta.44"
64+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
65+
dependencies:
66+
chalk "^2.0.0"
67+
esutils "^2.0.2"
68+
js-tokens "^3.0.0"
69+
70+
"@babel/template@7.0.0-beta.44":
71+
version "7.0.0-beta.44"
72+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
5973
dependencies:
60-
"@babel/code-frame" "7.0.0-beta.42"
61-
"@babel/types" "7.0.0-beta.42"
62-
babylon "7.0.0-beta.42"
74+
"@babel/code-frame" "7.0.0-beta.44"
75+
"@babel/types" "7.0.0-beta.44"
76+
babylon "7.0.0-beta.44"
6377
lodash "^4.2.0"
6478

65-
"@babel/traverse@^7.0.0-beta.40":
66-
version "7.0.0-beta.42"
67-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.42.tgz#f4bf4d1e33d41baf45205e2d0463591d57326285"
68-
dependencies:
69-
"@babel/code-frame" "7.0.0-beta.42"
70-
"@babel/generator" "7.0.0-beta.42"
71-
"@babel/helper-function-name" "7.0.0-beta.42"
72-
"@babel/helper-split-export-declaration" "7.0.0-beta.42"
73-
"@babel/types" "7.0.0-beta.42"
74-
babylon "7.0.0-beta.42"
79+
"@babel/traverse@7.0.0-beta.44":
80+
version "7.0.0-beta.44"
81+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
82+
dependencies:
83+
"@babel/code-frame" "7.0.0-beta.44"
84+
"@babel/generator" "7.0.0-beta.44"
85+
"@babel/helper-function-name" "7.0.0-beta.44"
86+
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
87+
"@babel/types" "7.0.0-beta.44"
88+
babylon "7.0.0-beta.44"
7589
debug "^3.1.0"
7690
globals "^11.1.0"
7791
invariant "^2.2.0"
7892
lodash "^4.2.0"
7993

80-
"@babel/types@7.0.0-beta.42", "@babel/types@^7.0.0-beta.40":
81-
version "7.0.0-beta.42"
82-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.42.tgz#1e2118767684880f6963801b272fd2b3348efacc"
94+
"@babel/types@7.0.0-beta.44":
95+
version "7.0.0-beta.44"
96+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
8397
dependencies:
8498
esutils "^2.0.2"
8599
lodash "^4.2.0"
@@ -635,14 +649,14 @@ babel-core@^6.0.0, babel-core@^6.26.0:
635649
slash "^1.0.0"
636650
source-map "^0.5.6"
637651

638-
babel-eslint@^8.2.2:
639-
version "8.2.2"
640-
resolved "http://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b"
652+
babel-eslint@^8.2.3:
653+
version "8.2.3"
654+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf"
641655
dependencies:
642-
"@babel/code-frame" "^7.0.0-beta.40"
643-
"@babel/traverse" "^7.0.0-beta.40"
644-
"@babel/types" "^7.0.0-beta.40"
645-
babylon "^7.0.0-beta.40"
656+
"@babel/code-frame" "7.0.0-beta.44"
657+
"@babel/traverse" "7.0.0-beta.44"
658+
"@babel/types" "7.0.0-beta.44"
659+
babylon "7.0.0-beta.44"
646660
eslint-scope "~3.7.1"
647661
eslint-visitor-keys "^1.0.0"
648662

@@ -763,9 +777,9 @@ babel-types@^6.18.0, babel-types@^6.26.0:
763777
lodash "^4.17.4"
764778
to-fast-properties "^1.0.3"
765779

766-
babylon@7.0.0-beta.42, babylon@^7.0.0-beta.40:
767-
version "7.0.0-beta.42"
768-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.42.tgz#67cfabcd4f3ec82999d29031ccdea89d0ba99657"
780+
babylon@7.0.0-beta.44:
781+
version "7.0.0-beta.44"
782+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
769783

770784
babylon@^6.18.0:
771785
version "6.18.0"
@@ -1759,9 +1773,11 @@ eslint-module-utils@^2.2.0:
17591773
debug "^2.6.8"
17601774
pkg-dir "^1.0.0"
17611775

1762-
eslint-plugin-babel@^4.1.2:
1763-
version "4.1.2"
1764-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
1776+
eslint-plugin-babel@^5.1.0:
1777+
version "5.1.0"
1778+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.1.0.tgz#9c76e476162041e50b6ba69aa4eae3bdd6a4e1c3"
1779+
dependencies:
1780+
eslint-rule-composer "^0.3.0"
17651781

17661782
eslint-plugin-eslint-comments@^2.0.2:
17671783
version "2.0.2"
@@ -1770,15 +1786,15 @@ eslint-plugin-eslint-comments@^2.0.2:
17701786
escape-string-regexp "^1.0.5"
17711787
ignore "^3.3.7"
17721788

1773-
eslint-plugin-flowtype@^2.46.1:
1774-
version "2.46.1"
1775-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.1.tgz#c4f81d580cd89c82bc3a85a1ccf4ae3a915143a4"
1789+
eslint-plugin-flowtype@^2.49.3:
1790+
version "2.49.3"
1791+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.49.3.tgz#ccca6ee5ba2027eb3ed36bc2ec8c9a842feee841"
17761792
dependencies:
1777-
lodash "^4.15.0"
1793+
lodash "^4.17.10"
17781794

1779-
eslint-plugin-import@2.11.0:
1780-
version "2.11.0"
1781-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816"
1795+
eslint-plugin-import@2.12.0:
1796+
version "2.12.0"
1797+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.12.0.tgz#dad31781292d6664b25317fd049d2e2b2f02205d"
17821798
dependencies:
17831799
contains-path "^0.1.0"
17841800
debug "^2.6.8"
@@ -1791,9 +1807,9 @@ eslint-plugin-import@2.11.0:
17911807
read-pkg-up "^2.0.0"
17921808
resolve "^1.6.0"
17931809

1794-
eslint-plugin-jest@^21.15.0:
1795-
version "21.15.0"
1796-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.15.0.tgz#645a3f560d3e61d99611b215adc80b4f31e6d896"
1810+
eslint-plugin-jest@^21.17.0:
1811+
version "21.17.0"
1812+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.17.0.tgz#fdb00e2f9ff16987d6ebcf2c75c7add105760bbb"
17971813

17981814
eslint-plugin-jsx-a11y@^6.0.3:
17991815
version "6.0.3"
@@ -1826,9 +1842,9 @@ eslint-plugin-no-use-extend-native@^0.3.12:
18261842
is-obj-prop "^1.0.0"
18271843
is-proto-prop "^1.0.0"
18281844

1829-
eslint-plugin-promise@^3.7.0:
1830-
version "3.7.0"
1831-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.7.0.tgz#f4bde5c2c77cdd69557a8f69a24d1ad3cfc9e67e"
1845+
eslint-plugin-promise@^3.8.0:
1846+
version "3.8.0"
1847+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621"
18321848

18331849
eslint-plugin-react-native-globals@^0.1.1:
18341850
version "0.1.2"
@@ -1872,6 +1888,10 @@ eslint-restricted-globals@^0.1.1:
18721888
version "0.1.1"
18731889
resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7"
18741890

1891+
eslint-rule-composer@^0.3.0:
1892+
version "0.3.0"
1893+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
1894+
18751895
eslint-rule-documentation@^1.0.0:
18761896
version "1.0.21"
18771897
resolved "https://registry.yarnpkg.com/eslint-rule-documentation/-/eslint-rule-documentation-1.0.21.tgz#2a2464f9580e49ffc899176da3bf03cd1fb20e5c"
@@ -3917,10 +3937,14 @@ lodash.zip@^4.2.0:
39173937
version "4.2.0"
39183938
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
39193939

3920-
lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
3940+
lodash@^4.11.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
39213941
version "4.17.5"
39223942
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
39233943

3944+
lodash@^4.17.10:
3945+
version "4.17.10"
3946+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
3947+
39243948
log-symbols@^1.0.2:
39253949
version "1.0.2"
39263950
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"

0 commit comments

Comments
 (0)