Skip to content

Commit c25252a

Browse files
chore(deps-dev): Bump prettier from 3.5.3 to 3.6.2 (#197)
* chore(deps-dev): Bump prettier from 3.5.3 to 3.6.2 Bumps [prettier](https://github.com/prettier/prettier) from 3.5.3 to 3.6.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.6.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix formatting Signed-off-by: Valerii Svydenko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Valerii Svydenko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Valerii Svydenko <[email protected]>
1 parent 7c85528 commit c25252a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/main.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('Test Main with stubs', () => {
102102

103103
spyInitBindings = jest.spyOn(InversifyBinding.prototype, 'initBindings');
104104
spyInitBindings.mockImplementation(() => Promise.resolve(container));
105-
toSelfMethod.mockReturnValue(selfMock), containerBindMethod.mockReturnValue(bindMock);
105+
(toSelfMethod.mockReturnValue(selfMock), containerBindMethod.mockReturnValue(bindMock));
106106
containerGetMethod.mockReturnValueOnce(generateMock);
107107
});
108108

@@ -436,7 +436,7 @@ describe('Test Main with stubs', () => {
436436
beforeEach(() => {
437437
spyInitBindings = jest.spyOn(InversifyBinding.prototype, 'initBindings');
438438
spyInitBindings.mockImplementation(() => Promise.resolve(container));
439-
toSelfMethod.mockReturnValue(selfMock), containerBindMethod.mockReturnValue(bindMock);
439+
(toSelfMethod.mockReturnValue(selfMock), containerBindMethod.mockReturnValue(bindMock));
440440
});
441441

442442
afterEach(() => {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,9 +3188,9 @@ prelude-ls@^1.2.1:
31883188
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
31893189

31903190
prettier@^3.3.2:
3191-
version "3.5.3"
3192-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
3193-
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
3191+
version "3.6.2"
3192+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
3193+
integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
31943194

31953195
[email protected], pretty-format@^30.0.0:
31963196
version "30.2.0"

0 commit comments

Comments
 (0)