Skip to content

Commit e7f3dba

Browse files
authored
Update eslint-config-prettier to the latest version 🚀
Merge pull request #6 from impactbyte-learn/greenkeeper/eslint-config-prettier-3.0.0
2 parents 2b6ce33 + d84c207 commit e7f3dba

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"babel-cli": "6.26.0",
4646
"babel-preset-env": "1.7.0",
4747
"eslint": "^5.3.0",
48-
"eslint-config-prettier": "^2.9.0",
48+
"eslint-config-prettier": "^3.0.0",
4949
"eslint-plugin-prettier": "^2.6.2",
5050
"greenkeeper-lockfile": "1.15.1",
5151
"heroku": "^7.7.8",

‎yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,11 +2392,11 @@ escodegen@^1.9.1:
23922392
optionalDependencies:
23932393
source-map "~0.6.1"
23942394

2395-
eslint-config-prettier@^2.9.0:
2396-
version "2.9.0"
2397-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.9.0.tgz#5ecd65174d486c22dff389fe036febf502d468a3"
2395+
eslint-config-prettier@^3.0.0:
2396+
version "3.0.1"
2397+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.0.1.tgz#479214f64c1a4b344040924bfb97543db334b7b1"
23982398
dependencies:
2399-
get-stdin "^5.0.1"
2399+
get-stdin "^6.0.0"
24002400

24012401
eslint-plugin-prettier@^2.6.2:
24022402
version "2.6.2"
@@ -3026,9 +3026,9 @@ get-stdin@^4.0.1:
30263026
version "4.0.1"
30273027
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
30283028

3029-
get-stdin@^5.0.1:
3030-
version "5.0.1"
3031-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
3029+
get-stdin@^6.0.0:
3030+
version "6.0.0"
3031+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
30323032

30333033
get-stream@3.0.0, get-stream@^3.0.0:
30343034
version "3.0.0"

0 commit comments

Comments
 (0)