File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
4
4
5
5
<!-- Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file. -->
6
6
7
+ ## [ 9.10.0]
8
+
9
+ - Prettier 2.8.0
10
+
7
11
## [ 9.9.0]
8
12
9
13
- Use theme colors on status bar background for errors and warnings ([ @zardoy ] ( https://github.com/zardoy ) )
Original file line number Diff line number Diff line change 126
126
},
127
127
"dependencies" : {
128
128
"find-up" : " 5.0.0" ,
129
- "prettier" : " ^2.7.1 " ,
129
+ "prettier" : " ^2.8.0 " ,
130
130
"resolve" : " ^1.22.0" ,
131
131
"semver" : " ^7.3.8" ,
132
132
"vscode-nls" : " ^5.2.0"
Original file line number Diff line number Diff line change @@ -3110,10 +3110,10 @@ prelude-ls@^1.2.1:
3110
3110
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
3111
3111
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
3112
3112
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 ==
3117
3117
3118
3118
process-nextick-args@^2.0.0, process-nextick-args@~2.0.0 :
3119
3119
version "2.0.1"
You can’t perform that action at this time.
0 commit comments