Skip to content

Commit

Permalink
chore(deps-dev): bump prettier to v2.5.1 (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Dec 22, 2021
1 parent e35f78c commit 48379b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -96,7 +96,7 @@
"lerna": "3.22.1",
"lint-staged": "^10.0.1",
"mocha": "^8.0.1",
"prettier": "2.3.0",
"prettier": "2.5.1",
"puppeteer": "^5.1.0",
"strip-comments": "2.0.1",
"ts-jest": "^26.4.1",
Expand Down Expand Up @@ -138,4 +138,4 @@
],
"**/*.{ts,js,md,json}": "prettier --write"
}
}
}
2 changes: 1 addition & 1 deletion packages/s3-request-presigner/src/getSignedUrl.spec.ts
Expand Up @@ -134,7 +134,7 @@ describe("getSignedUrl", () => {
expect(mockPresign.mock.calls[0][0].headers[header]).toBeUndefined();
}
);

it("should presign request with MRAP ARN", async () => {
const mockPresigned = "a presigned url";
mockPresign.mockReturnValue(mockPresigned);
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -9967,10 +9967,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@2.3.0, prettier@^2.0.4:
version "2.3.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==
prettier@2.5.1, prettier@^2.0.4:
version "2.5.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==

pretty-format@^26.0.0, pretty-format@^26.6.2:
version "26.6.2"
Expand Down

0 comments on commit 48379b2

Please sign in to comment.