Skip to content

Commit

Permalink
Bump Prettier to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ryami333 committed Jan 31, 2019
1 parent 86ff875 commit 908e330
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -38,7 +38,9 @@
"accessible",
"accessibility"
],
"authors": ["Vincent Audebert <vincent@springload.co.nz>"],
"authors": [
"Vincent Audebert <vincent@springload.co.nz>"
],
"contributors": [
{
"name": "Mitch Ryan",
Expand Down Expand Up @@ -89,7 +91,7 @@
"jest-environment-puppeteer": "^3.8.0",
"lint-staged": "^8.1.0",
"mini-css-extract-plugin": "^0.5.0",
"prettier": "^1.15.3",
"prettier": "^1.16.2",
"puppeteer": "^1.11.0",
"raf": "^3.4.0",
"react": "^16.4.0",
Expand Down Expand Up @@ -126,7 +128,9 @@
},
"lint-staged": {
"linters": {
"*.{ts,tsx}": ["yarn lint"]
"*.{ts,tsx}": [
"yarn lint"
]
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6417,10 +6417,10 @@ preserve@^0.2.0:
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=

prettier@^1.15.3:
version "1.15.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.3.tgz#1feaac5bdd181237b54dbe65d874e02a1472786a"
integrity sha512-gAU9AGAPMaKb3NNSUUuhhFAS7SCO4ALTN4nRIn6PJ075Qd28Yn2Ig2ahEJWdJwJmlEBTUfC7mMUSFy8MwsOCfg==
prettier@^1.16.2:
version "1.16.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.2.tgz#f60bc5929a7f9a05260cc88d5430391100092414"
integrity sha512-vBMdCn1LjrFi2CpBsiWVKOq+WP9poXDTIGPe2sG3eE33LQ3b6IUgmaMjLZKKY+frD/8FqPeEK1qAx9mOV8iruA==

pretty-error@^2.0.2:
version "2.1.1"
Expand Down

0 comments on commit 908e330

Please sign in to comment.