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

Commit c5bc4a1

Browse files
committed
fix(base): upgrade plugins
1 parent 7af7228 commit c5bc4a1

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
"dependencies": {
4444
"babel-eslint": "^10.0.1",
4545
"eslint-config-airbnb-base": "^13.0.0",
46-
"eslint-config-prettier": "^2.9.0",
46+
"eslint-config-prettier": "^3.1.0",
4747
"eslint-import-resolver-babel-module": "^4.0.0",
4848
"eslint-plugin-babel": "^5.1.0",
4949
"eslint-plugin-eslint-comments": "^3.0.1",
50-
"eslint-plugin-flowtype": "^2.50.0",
51-
"eslint-plugin-import": "2.13.0",
50+
"eslint-plugin-flowtype": "^3.0.0",
51+
"eslint-plugin-import": "2.14.0",
5252
"eslint-plugin-jest": "^21.18.0",
5353
"eslint-plugin-lodash-fp": "^2.2.0-a1",
5454
"eslint-plugin-no-use-extend-native": "^0.3.12",
55-
"eslint-plugin-promise": "^3.8.0",
56-
"eslint-plugin-unicorn": "^4.0.3"
55+
"eslint-plugin-promise": "^4.0.1",
56+
"eslint-plugin-unicorn": "^6.0.1"
5757
},
5858
"devDependencies": {
5959
"eslint": "^5.7.0",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2710,12 +2710,12 @@ eslint-config-airbnb-base@^13.0.0:
27102710
object.assign "^4.1.0"
27112711
object.entries "^1.0.4"
27122712

2713-
eslint-config-prettier@^2.9.0:
2714-
version "2.10.0"
2715-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.10.0.tgz#ec07bc1d01f87d09f61d3840d112dc8a9791e30b"
2716-
integrity sha512-Mhl90VLucfBuhmcWBgbUNtgBiK955iCDK1+aHAz7QfDQF6wuzWZ6JjihZ3ejJoGlJWIuko7xLqNm8BA5uenKhA==
2713+
eslint-config-prettier@^3.1.0:
2714+
version "3.1.0"
2715+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.1.0.tgz#2c26d2cdcfa3a05f0642cd7e6e4ef3316cdabfa2"
2716+
integrity sha512-QYGfmzuc4q4J6XIhlp8vRKdI/fI0tQfQPy1dME3UOLprE+v4ssH/3W9LM2Q7h5qBcy5m0ehCrBDU2YF8q6OY8w==
27172717
dependencies:
2718-
get-stdin "^5.0.1"
2718+
get-stdin "^6.0.0"
27192719

27202720
eslint-find-rules@^3.3.1:
27212721
version "3.3.1"
@@ -2768,17 +2768,17 @@ eslint-plugin-eslint-comments@^3.0.1:
27682768
escape-string-regexp "^1.0.5"
27692769
ignore "^3.3.8"
27702770

2771-
eslint-plugin-flowtype@^2.50.0:
2772-
version "2.50.3"
2773-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz#61379d6dce1d010370acd6681740fd913d68175f"
2774-
integrity sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==
2771+
eslint-plugin-flowtype@^3.0.0:
2772+
version "3.0.0"
2773+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.0.0.tgz#4b72588d8a5a5c836439752fe52e8e0f4b9954df"
2774+
integrity sha512-84utjHfQeykSyNuhO885pp18yGKYuK2S03EFbhl/BpXR9jk0TABnDP/KhUAqDjjkB43mxK2WZjJesrhnncvR9Q==
27752775
dependencies:
27762776
lodash "^4.17.10"
27772777

2778-
eslint-plugin-import@2.13.0:
2779-
version "2.13.0"
2780-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.13.0.tgz#df24f241175e312d91662dc91ca84064caec14ed"
2781-
integrity sha512-t6hGKQDMIt9N8R7vLepsYXgDfeuhp6ZJSgtrLEDxonpSubyxUZHjhm6LsAaZX8q6GYVxkbT3kTsV9G5mBCFR6A==
2778+
eslint-plugin-import@2.14.0:
2779+
version "2.14.0"
2780+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.14.0.tgz#6b17626d2e3e6ad52cfce8807a845d15e22111a8"
2781+
integrity sha512-FpuRtniD/AY6sXByma2Wr0TXvXJ4nA/2/04VPlfpmUDPOpOY264x+ILiwnrk/k4RINgDAyFZByxqPUbSQ5YE7g==
27822782
dependencies:
27832783
contains-path "^0.1.0"
27842784
debug "^2.6.8"
@@ -2831,10 +2831,10 @@ eslint-plugin-no-use-extend-native@^0.3.12:
28312831
is-obj-prop "^1.0.0"
28322832
is-proto-prop "^1.0.0"
28332833

2834-
eslint-plugin-promise@^3.8.0:
2835-
version "3.8.0"
2836-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621"
2837-
integrity sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ==
2834+
eslint-plugin-promise@^4.0.1:
2835+
version "4.0.1"
2836+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.0.1.tgz#2d074b653f35a23d1ba89d8e976a985117d1c6a2"
2837+
integrity sha512-Si16O0+Hqz1gDHsys6RtFRrW7cCTB6P7p3OJmKp3Y3dxpQE2qwOA7d3xnV+0mBmrPoi0RBnxlCKvqu70te6wjg==
28382838

28392839
eslint-plugin-react-native-globals@^0.1.1:
28402840
version "0.1.2"
@@ -2866,10 +2866,10 @@ eslint-plugin-typescript@^0.12.0:
28662866
dependencies:
28672867
requireindex "~1.1.0"
28682868

2869-
eslint-plugin-unicorn@^4.0.3:
2870-
version "4.0.3"
2871-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.3.tgz#7e9998711bf237809ed1881a51a77000b2f40586"
2872-
integrity sha512-F1JMyd42hx4qGhIaVdOSbDyhcxPgTy4BOzctTCkV+hqebPBUOAQn1f5AhMK2LTyiqCmKiTs8huAErbLBSWKoCQ==
2869+
eslint-plugin-unicorn@^6.0.1:
2870+
version "6.0.1"
2871+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-6.0.1.tgz#4a97f0bc9449e20b82848dad12094ee2ba72347e"
2872+
integrity sha512-hjy9LhTdtL7pz8WTrzS0CGXRkWK3VAPLDjihofj8JC+uxQLfXm0WwZPPPB7xKmcjRyoH+jruPHOCrHNEINpG/Q==
28732873
dependencies:
28742874
clean-regexp "^1.0.0"
28752875
eslint-ast-utils "^1.0.0"
@@ -3621,7 +3621,7 @@ get-set-props@^0.1.0:
36213621
resolved "https://registry.yarnpkg.com/get-set-props/-/get-set-props-0.1.0.tgz#998475c178445686d0b32246da5df8dbcfbe8ea3"
36223622
integrity sha1-mYR1wXhEVobQsyJG2l3428++jqM=
36233623

3624-
get-stdin@5.0.1, get-stdin@^5.0.1:
3624+
get-stdin@5.0.1:
36253625
version "5.0.1"
36263626
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
36273627
integrity sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=

0 commit comments

Comments
 (0)