Skip to content

Commit ee9fb49

Browse files
author
Markus Günther
committed
Upgrade: Updates linting dependencies
Updates prettier, eslint and eslint-config-prettier to the latest versions
1 parent 235435a commit ee9fb49

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"commitizen": "^3.0.5",
4444
"conventional-changelog-eslint": "^3.0.1",
4545
"cz-adapter-eslint": "^0.2.0",
46-
"eslint": "^5.12.0",
47-
"eslint-config-prettier": "^3.3.0",
46+
"eslint": "^5.13.0",
47+
"eslint-config-prettier": "^4.0.0",
4848
"eslint-plugin-prettier": "^3.0.1",
4949
"eslint-plugin-react": "^7.12.3",
5050
"fbjs": "^1.0.0",
5151
"jest": "^23.6.0",
5252
"jsdom": "^13.1.0",
53-
"prettier": "^1.15.3",
53+
"prettier": "^1.16.4",
5454
"react": "^16.7.0",
5555
"react-dom": "^16.7.0",
5656
"rimraf": "^2.6.3",

yarn.lock

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,9 +3221,10 @@ escodegen@^1.11.0, escodegen@^1.9.1:
32213221
optionalDependencies:
32223222
source-map "~0.6.1"
32233223

3224-
eslint-config-prettier@^3.3.0:
3225-
version "3.3.0"
3226-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.3.0.tgz#41afc8d3b852e757f06274ed6c44ca16f939a57d"
3224+
eslint-config-prettier@^4.0.0:
3225+
version "4.0.0"
3226+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.0.0.tgz#16cedeea0a56e74de60dcbbe3be0ab2c645405b9"
3227+
integrity sha512-kWuiJxzV5NwOwZcpyozTzDT5KJhBw292bbYro9Is7BWnbNMg15Gmpluc1CTetiCatF8DRkNvgPAOaSyg+bYr3g==
32273228
dependencies:
32283229
get-stdin "^6.0.0"
32293230

@@ -3269,10 +3270,10 @@ eslint-visitor-keys@^1.0.0:
32693270
version "1.0.0"
32703271
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
32713272

3272-
eslint@^5.12.0:
3273-
version "5.12.0"
3274-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.0.tgz#fab3b908f60c52671fb14e996a450b96c743c859"
3275-
integrity sha512-LntwyPxtOHrsJdcSwyQKVtHofPHdv+4+mFwEe91r2V13vqpM8yLr7b1sW+Oo/yheOPkWYsYlYJCkzlFAt8KV7g==
3273+
eslint@^5.13.0:
3274+
version "5.13.0"
3275+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.13.0.tgz#ce71cc529c450eed9504530939aa97527861ede9"
3276+
integrity sha512-nqD5WQMisciZC5EHZowejLKQjWGuFS5c70fxqSKlnDME+oz9zmE8KTlX+lHSg+/5wsC/kf9Q9eMkC8qS3oM2fg==
32763277
dependencies:
32773278
"@babel/code-frame" "^7.0.0"
32783279
ajv "^6.5.3"
@@ -3303,7 +3304,6 @@ eslint@^5.12.0:
33033304
natural-compare "^1.4.0"
33043305
optionator "^0.8.2"
33053306
path-is-inside "^1.0.2"
3306-
pluralize "^7.0.0"
33073307
progress "^2.0.0"
33083308
regexpp "^2.0.1"
33093309
semver "^5.5.1"
@@ -7055,10 +7055,6 @@ pkg-dir@^2.0.0:
70557055
dependencies:
70567056
find-up "^2.1.0"
70577057

7058-
pluralize@^7.0.0:
7059-
version "7.0.0"
7060-
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
7061-
70627058
pn@^1.1.0:
70637059
version "1.1.0"
70647060
resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb"
@@ -7092,10 +7088,10 @@ prettier-linter-helpers@^1.0.0:
70927088
dependencies:
70937089
fast-diff "^1.1.2"
70947090

7095-
prettier@^1.15.3:
7096-
version "1.15.3"
7097-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.3.tgz#1feaac5bdd181237b54dbe65d874e02a1472786a"
7098-
integrity sha512-gAU9AGAPMaKb3NNSUUuhhFAS7SCO4ALTN4nRIn6PJ075Qd28Yn2Ig2ahEJWdJwJmlEBTUfC7mMUSFy8MwsOCfg==
7091+
prettier@^1.16.4:
7092+
version "1.16.4"
7093+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"
7094+
integrity sha512-ZzWuos7TI5CKUeQAtFd6Zhm2s6EpAD/ZLApIhsF9pRvRtM1RFo61dM/4MSRUA0SuLugA/zgrZD8m0BaY46Og7g==
70997095

71007096
pretty-format@^23.6.0:
71017097
version "23.6.0"

0 commit comments

Comments
 (0)