Skip to content

Commit 166b714

Browse files
Bump prettier from 3.8.5 to 3.9.3 (#2371)
Co-authored-by: William Durand <will+git@drnd.me> Signed-off-by: dependabot[bot] <support@github.com>
1 parent 249babb commit 166b714

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

bin/asset-pipeline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class AssetPipeline {
184184
} in ${this.getPathRelativeToCWD(origPath)}`
185185
);
186186
}
187-
for (var i = pathNodes.length; --i >= 0; ) {
187+
for (var i = pathNodes.length; --i >= 0;) {
188188
const node = pathNodes[i];
189189
const startPos = node.start;
190190
const endPos = node.end;

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"posthtml-beautify": "0.7.0",
5050
"posthtml-postcss": "0.5.0",
5151
"posthtml-urls": "1.0.0",
52-
"prettier": "3.8.5",
52+
"prettier": "3.9.3",
5353
"pretty-quick": "4.2.2",
5454
"prismjs": "1.30.0",
5555
"rimraf": "6.1.3",

0 commit comments

Comments
 (0)