Skip to content

Commit

Permalink
chore(deps-dev): bump the lint group with 1 update (#2956)
Browse files Browse the repository at this point in the history
Bump prettier to 3.1.0 and update the code (formatting) to comply with the changes in the new prettier version.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Bouffard <[email protected]>
  • Loading branch information
dependabot[bot] and tbouffard authored Nov 13, 2023
1 parent 0d5dd9d commit f5f8655
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"playwright": "~1.39.0",
"postcss": "~8.4.31",
"postcss-cli": "~10.1.0",
"prettier": "~3.0.3",
"prettier": "~3.1.0",
"rimraf": "~5.0.5",
"rollup": "~4.3.0",
"rollup-plugin-cleanup": "~3.2.1",
Expand Down
4 changes: 2 additions & 2 deletions test/integration/matchers/toBeShape/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ function expectedStrokeWidth(kind: ShapeBpmnElementKind): number {
].includes(kind)
? 2
: [ShapeBpmnElementKind.CALL_ACTIVITY, ShapeBpmnElementKind.EVENT_END].includes(kind)
? 5
: undefined;
? 5
: undefined;
}

export function buildExpectedShapeCellStyle(expectedModel: ExpectedShapeModelElement): BpmnCellStyle {
Expand Down

0 comments on commit f5f8655

Please sign in to comment.