Skip to content

Commit e9c203d

Browse files
committed
Prettier 2.8.0
1 parent 81de0f2 commit e9c203d

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
44

55
<!-- Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file. -->
66

7+
## [9.10.0]
8+
9+
- Prettier 2.8.0
10+
711
## [9.9.0]
812

913
- Use theme colors on status bar background for errors and warnings ([@zardoy](https://github.com/zardoy))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
},
127127
"dependencies": {
128128
"find-up": "5.0.0",
129-
"prettier": "^2.7.1",
129+
"prettier": "^2.8.0",
130130
"resolve": "^1.22.0",
131131
"semver": "^7.3.8",
132132
"vscode-nls": "^5.2.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3110,10 +3110,10 @@ prelude-ls@^1.2.1:
31103110
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
31113111
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
31123112

3113-
prettier@^2.7.1:
3114-
version "2.7.1"
3115-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
3116-
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
3113+
prettier@^2.8.0:
3114+
version "2.8.0"
3115+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
3116+
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
31173117

31183118
process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
31193119
version "2.0.1"

0 commit comments

Comments
 (0)