Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
fix(deps): update dependency prettier to v1.16.0 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2019
1 parent db10ee1 commit 8963510
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"devDependencies": {
"husky": "1.3.1",
"prettier": "1.15.3",
"prettier": "1.16.0",
"pretty-quick": "1.10.0"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-graphqlgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/tar": "4.0.0",
"@types/tmp": "0.0.33",
"@types/update-notifier": "2.5.0",
"prettier": "1.15.3",
"prettier": "1.16.0",
"rimraf": "2.6.3",
"ts-node": "7.0.1",
"tslint": "5.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphqlgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"graphqlgen-json-schema": "0.2.12",
"js-yaml": "3.12.1",
"mkdirp": "0.5.1",
"prettier": "1.15.3",
"prettier": "1.16.0",
"reason": "3.3.4",
"rimraf": "2.6.3",
"typescript": "3.2.4",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3267,9 +3267,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@1.15.3:
version "1.15.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.3.tgz#1feaac5bdd181237b54dbe65d874e02a1472786a"
prettier@1.16.0:
version "1.16.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.0.tgz#104dd25f5ee3d0c9d0a6ce4bb40ced8481d51219"

pretty-format@^23.6.0:
version "23.6.0"
Expand Down

0 comments on commit 8963510

Please sign in to comment.