Skip to content

Commit 01119fe

Browse files
Bump prettier from 3.0.2 to 3.1.0 (#433)
* Bump prettier from 3.0.2 to 3.1.0 Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.2...3.1.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * prettier --write --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
1 parent c00b93c commit 01119fe

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/install-dialog.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@ export class EwtInstallDialog extends LitElement {
844844
const timeout = !justInstalled
845845
? 1000
846846
: this._manifest.new_install_improv_wait_time !== undefined
847-
? this._manifest.new_install_improv_wait_time * 1000
848-
: 10000;
847+
? this._manifest.new_install_improv_wait_time * 1000
848+
: 10000;
849849
this._info = await client.initialize(timeout);
850850
this._client = client;
851851
client.addEventListener("disconnect", this._handleDisconnect);
@@ -951,8 +951,8 @@ export class EwtInstallDialog extends LitElement {
951951
return !this._info
952952
? false
953953
: this.overrides?.checkSameFirmware
954-
? this.overrides.checkSameFirmware(this._manifest, this._info)
955-
: this._info.firmware === this._manifest.name;
954+
? this.overrides.checkSameFirmware(this._manifest, this._info)
955+
: this._info.firmware === this._manifest.name;
956956
}
957957

958958
/**

0 commit comments

Comments
 (0)