File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 25
25
"lint-staged" : " ^13.2.3" ,
26
26
"markdownlint-cli" : " ^0.33.0" ,
27
27
"minimist" : " ^1.2.8" ,
28
- "prettier" : " 2.8.8 " ,
28
+ "prettier" : " 3.0.0 " ,
29
29
"semver-compare" : " ^1.0.0" ,
30
30
"ts-node" : " ^10.9.1" ,
31
31
"typescript" : " ^5.1.5"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const init = (): Arguments => {
42
42
*/
43
43
const appendClogManifest = ( version : string ) : void => {
44
44
const clogIdx = manifestJSON . routes . findIndex (
45
- ( route ) => route . path === "./changelog/index.md"
45
+ ( route ) => route . path === "./changelog/index.md" ,
46
46
)
47
47
48
48
if ( clogIdx < 0 ) {
Original file line number Diff line number Diff line change @@ -797,7 +797,12 @@ pify@^5.0.0:
797
797
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
798
798
integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==
799
799
800
- prettier@2.8.8, prettier@^2 :
800
+ prettier@3.0.0 :
801
+ version "3.0.0"
802
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0.tgz#e7b19f691245a21d618c68bc54dc06122f6105ae"
803
+ integrity sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==
804
+
805
+ prettier@^2 :
801
806
version "2.8.8"
802
807
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
803
808
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
You can’t perform that action at this time.
0 commit comments