Bump Prettier dependency to 1.15.1

master
Ika 2018-11-07 10:21:18 +08:00
parent b11391d238
commit 306cce5b10
3 changed files with 7 additions and 6 deletions

View File

@ -70,7 +70,7 @@
- Better handling of trailing spaces in Markdown ([#4593](https://github.com/prettier/prettier/pull/4593))
- Fix empty file error in JSON and GraphQL ([#4553](https://github.com/prettier/prettier/pull/4553))
- Preserve decorator on TypeScript interfaces ([#4632](https://github.com/prettier/prettier/pull/4632))
- Inline \_ or \\$ in the root of a method chain ([#4621](https://github.com/prettier/prettier/pull/4621))
- Inline \_ or \\\$ in the root of a method chain ([#4621](https://github.com/prettier/prettier/pull/4621))
# 1.13.4

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "1.15.1",
"version": "1.16.0-dev",
"description": "Prettier is an opinionated code formatter",
"bin": {
"prettier": "./bin/prettier.js"
@ -96,7 +96,7 @@
"jest-snapshot-serializer-raw": "1.1.0",
"jest-watch-typeahead": "0.1.0",
"mkdirp": "0.5.1",
"prettier": "1.15.0",
"prettier": "1.15.1",
"prettylint": "1.0.0",
"rimraf": "2.6.2",
"rollup": "0.47.6",

View File

@ -4657,9 +4657,10 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
prettier@1.15.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.0.tgz#c6191a50fbc9056ff770577d64ebd9987cca1dd7"
prettier@1.15.1:
version "1.15.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.1.tgz#06c67106afb1b40e74b002353b2079cc7e0e67bf"
integrity sha512-4rgV2hyc/5Pk0XHH4VjJWHRgVjgRbpMfLQjREAhHBtyW1UvTFkjJEsueGYNYYZd9mn97K+1qv0EBwm11zoaSgA==
pretty-format@^23.0.1:
version "23.0.1"