File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "eslint.validate" : [
3+ " glimmer-ts" ,
4+ " glimmer-js"
5+ ]
6+ }
Original file line number Diff line number Diff line change @@ -95,10 +95,9 @@ module.exports = class DocsCompiler extends CachingWriter {
9595
9696 build ( ) {
9797 let name = this . name ;
98- let projectVersion = require ( path . join (
99- this . project . root ,
100- 'package.json' ,
101- ) ) . version ;
98+ let projectVersion = require (
99+ path . join ( this . project . root , 'package.json' ) ,
100+ ) . version ;
102101 let generatedDocs = this . inputPaths
103102 . map ( ( p ) => fs . readFileSync ( path . join ( p , 'docs/index.json' ) ) )
104103 . map ( JSON . parse ) ;
Original file line number Diff line number Diff line change 143143 "loader.js" : " ^4.7.0" ,
144144 "miragejs" : " ^0.1.46" ,
145145 "mocha" : " ^10.1.0" ,
146- "prettier" : " ^3.0.2 " ,
146+ "prettier" : " ^3.1.1 " ,
147147 "qunit" : " ^2.19.4" ,
148148 "qunit-dom" : " ^2.0.0" ,
149149 "release-it" : " ^15.5.0" ,
Original file line number Diff line number Diff line change @@ -12689,10 +12689,10 @@ prettier@^2.5.1:
1268912689 resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
1269012690 integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
1269112691
12692- prettier@^3.0.2 :
12693- version "3.0.2 "
12694- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2 .tgz#78fcecd6d870551aa5547437cdae39d4701dca5b "
12695- integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ ==
12692+ prettier@^3.1.1 :
12693+ version "3.1.1 "
12694+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1 .tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848 "
12695+ integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw ==
1269612696
1269712697pretty-hrtime@^1.0.3:
1269812698 version "1.0.3"
You can’t perform that action at this time.
0 commit comments