Skip to content

Commit a377957

Browse files
authored
chore(deps-dev): bump prettier to 2.1.0 (#1459)
1 parent 2c27c55 commit a377957

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

clients/client-transcribe-streaming/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ If you are using `async...await` style code, you are able to catch the errors wi
206206
categories of exceptions can be thrown:
207207

208208
- Immediate exceptions thrown before transcription is started, like signature
209-
exceptions, invalid parameters exceptions, and network errors;
209+
exceptions, invalid parameters exceptions, and network errors;
210210
- Streaming exceptions that happens after transcription is
211-
started, like `InternalFailureException` or `ConflictException`.
211+
started, like `InternalFailureException` or `ConflictException`.
212212

213213
For immediate exceptions, the SDK client will retry the request if the error is retryable, like network errors. You can
214214
config the client to behave as you intend to.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"lerna": "3.22.1",
7676
"lint-staged": "^10.0.1",
7777
"mocha": "^8.0.1",
78-
"prettier": "2.0.5",
78+
"prettier": "2.1.0",
7979
"puppeteer": "^5.1.0",
8080
"ts-loader": "^7.0.5",
8181
"typescript": "~4.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9566,10 +9566,10 @@ prettier-linter-helpers@^1.0.0:
95669566
dependencies:
95679567
fast-diff "^1.1.2"
95689568

9569-
prettier@2.0.5:
9570-
version "2.0.5"
9571-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
9572-
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
9569+
prettier@2.1.0:
9570+
version "2.1.0"
9571+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.0.tgz#5a9789f767a243118c60f3e56d95cb6544914fbb"
9572+
integrity sha512-lz28cCbA1cDFHVuY8vvj6QuqOwIpyIfPUYkSl8AZ/vxH8qBXMMjE2knfLHCrZCmUsK/H1bg1P0tOo0dJkTJHvw==
95739573

95749574
pretty-format@^25.2.1, pretty-format@^25.5.0:
95759575
version "25.5.0"

0 commit comments

Comments
 (0)