Skip to content

Commit 4f13552

Browse files
chore(deps): bump prettier from 2.2.1 to 2.8.0 (#139)
* chore(deps): bump prettier from 2.2.1 to 2.8.0 Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.8.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.2.1...2.8.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: fixing lint error Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 375b893 commit 4f13552

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

package-lock.json

+9-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/payments.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('Payments', () => {
4848
return expected;
4949
},
5050
};
51-
mockLoadSquare.mockResolvedValue((SQish as unknown) as Square);
51+
mockLoadSquare.mockResolvedValue(SQish as unknown as Square);
5252

5353
const actual = await Payments.payments('sandbox-sq0idb-...');
5454

0 commit comments

Comments
 (0)