Skip to content

Commit 76bfdd3

Browse files
build(deps-dev): bump prettier from 3.5.3 to 3.6.0 (#411)
* build(deps-dev): bump prettier from 3.5.3 to 3.6.0 --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix format --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Evans <18365890+peter-evans@users.noreply.github.com>
1 parent 51bb71f commit 76bfdd3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

__test__/command-helper.unit.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ describe('command-helper tests', () => {
9797
expect(config[i].event_type_suffix).toEqual(
9898
commandDefaults.event_type_suffix
9999
)
100-
expect(config[i].static_args).toEqual(commandDefaults.static_args),
101-
expect(config[i].dispatch_type).toEqual(commandDefaults.dispatch_type)
100+
expect(config[i].static_args).toEqual(commandDefaults.static_args)
101+
expect(config[i].dispatch_type).toEqual(commandDefaults.dispatch_type)
102102
}
103103
})
104104

package-lock.json

Lines changed: 7 additions & 7 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
"jest": "^27.5.1",
5050
"jest-circus": "^27.5.1",
5151
"js-yaml": "^4.1.0",
52-
"prettier": "^3.5.3",
52+
"prettier": "^3.6.0",
5353
"ts-jest": "^27.1.5",
5454
"typescript": "^4.9.5"
5555
}

0 commit comments

Comments
 (0)