Skip to content

Commit 48379b2

Browse files
authored
chore(deps-dev): bump prettier to v2.5.1 (#3106)
1 parent e35f78c commit 48379b2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"lerna": "3.22.1",
9797
"lint-staged": "^10.0.1",
9898
"mocha": "^8.0.1",
99-
"prettier": "2.3.0",
99+
"prettier": "2.5.1",
100100
"puppeteer": "^5.1.0",
101101
"strip-comments": "2.0.1",
102102
"ts-jest": "^26.4.1",
@@ -138,4 +138,4 @@
138138
],
139139
"**/*.{ts,js,md,json}": "prettier --write"
140140
}
141-
}
141+
}

packages/s3-request-presigner/src/getSignedUrl.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe("getSignedUrl", () => {
134134
expect(mockPresign.mock.calls[0][0].headers[header]).toBeUndefined();
135135
}
136136
);
137-
137+
138138
it("should presign request with MRAP ARN", async () => {
139139
const mockPresigned = "a presigned url";
140140
mockPresign.mockReturnValue(mockPresigned);

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9967,10 +9967,10 @@ prettier-linter-helpers@^1.0.0:
99679967
dependencies:
99689968
fast-diff "^1.1.2"
99699969

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

99759975
pretty-format@^26.0.0, pretty-format@^26.6.2:
99769976
version "26.6.2"

0 commit comments

Comments
 (0)