Lock down prettier version
Prettier includes breaking changes in semvar minor versions. This commit locks down prettier to the precise version that we have been linting files with in the recent past (1.12.1).docs/platform-migration
parent
eb24ca59ca
commit
9fc472ee00
|
@ -79,7 +79,7 @@
|
|||
"jsdom": "^9.0.0",
|
||||
"node-sass": "^4.9.0",
|
||||
"parcel": "^1.9.7",
|
||||
"prettier": "^1.11.1",
|
||||
"prettier": "1.12.1",
|
||||
"ts-jest": "^22.4.2",
|
||||
"tslib": "^1.9.0",
|
||||
"tslint": "^5.9.1",
|
||||
|
|
|
@ -6665,9 +6665,9 @@ preserve@^0.2.0:
|
|||
version "0.2.0"
|
||||
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
|
||||
|
||||
prettier@^1.11.1:
|
||||
version "1.13.7"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.7.tgz#850f3b8af784a49a6ea2d2eaa7ed1428a34b7281"
|
||||
prettier@1.12.1:
|
||||
version "1.12.1"
|
||||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.1.tgz#c1ad20e803e7749faf905a409d2367e06bbe7325"
|
||||
|
||||
pretty-format@^22.4.0, pretty-format@^22.4.3:
|
||||
version "22.4.3"
|
||||
|
|
Loading…
Reference in New Issue