Skip to content

Commit fed61ab

Browse files
Update dependency prettier to v3.7.3 (#1851)
* Update dependency prettier to v3.7.1 * Fix format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Richard Dominick <[email protected]>
1 parent 671767a commit fed61ab

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"restructuredtext.confPath": "",
33
"restructuredtext.linter.disabled": true
4-
}
4+
}

src/__tests__/tst.notts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
// 30000
4141
// );
4242
//
43-
test("tru", {} => return true);
43+
test("tru", {} => return true);

src/cse-machine/types.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ export interface DeclAssmtInstr extends BaseInstr<InstrType.ASSIGNMENT, es.Varia
5252
declaration: true
5353
}
5454

55-
export interface RegularAssmtInstr
56-
extends BaseInstr<InstrType.ASSIGNMENT, es.AssignmentExpression> {
55+
export interface RegularAssmtInstr extends BaseInstr<
56+
InstrType.ASSIGNMENT,
57+
es.AssignmentExpression
58+
> {
5759
declaration: false
5860
symbol: string
5961
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4151,11 +4151,11 @@ __metadata:
41514151
linkType: hard
41524152

41534153
"prettier@npm:^3.6.2":
4154-
version: 3.6.2
4155-
resolution: "prettier@npm:3.6.2"
4154+
version: 3.7.4
4155+
resolution: "prettier@npm:3.7.4"
41564156
bin:
41574157
prettier: bin/prettier.cjs
4158-
checksum: 10c0/488cb2f2b99ec13da1e50074912870217c11edaddedeadc649b1244c749d15ba94e846423d062e2c4c9ae683e2d65f754de28889ba06e697ac4f988d44f45812
4158+
checksum: 10c0/9675d2cd08eacb1faf1d1a2dbfe24bfab6a912b059fc9defdb380a408893d88213e794a40a2700bd29b140eb3172e0b07c852853f6e22f16f3374659a1a13389
41594159
languageName: node
41604160
linkType: hard
41614161

0 commit comments

Comments
 (0)