mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-22 19:26:37 +00:00
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](https://github.com/prettier/prettier/compare/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>
This commit is contained in:
parent
c00b93cc64
commit
01119fee0c
12
package-lock.json
generated
12
package-lock.json
generated
@ -2568,9 +2568,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/prettier": {
|
"node_modules/prettier": {
|
||||||
"version": "3.0.2",
|
"version": "3.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
|
||||||
"integrity": "sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==",
|
"integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"prettier": "bin/prettier.cjs"
|
"prettier": "bin/prettier.cjs"
|
||||||
@ -5059,9 +5059,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"version": "3.0.2",
|
"version": "3.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
|
||||||
"integrity": "sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==",
|
"integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"punycode": {
|
"punycode": {
|
||||||
|
@ -844,8 +844,8 @@ export class EwtInstallDialog extends LitElement {
|
|||||||
const timeout = !justInstalled
|
const timeout = !justInstalled
|
||||||
? 1000
|
? 1000
|
||||||
: this._manifest.new_install_improv_wait_time !== undefined
|
: this._manifest.new_install_improv_wait_time !== undefined
|
||||||
? this._manifest.new_install_improv_wait_time * 1000
|
? this._manifest.new_install_improv_wait_time * 1000
|
||||||
: 10000;
|
: 10000;
|
||||||
this._info = await client.initialize(timeout);
|
this._info = await client.initialize(timeout);
|
||||||
this._client = client;
|
this._client = client;
|
||||||
client.addEventListener("disconnect", this._handleDisconnect);
|
client.addEventListener("disconnect", this._handleDisconnect);
|
||||||
@ -951,8 +951,8 @@ export class EwtInstallDialog extends LitElement {
|
|||||||
return !this._info
|
return !this._info
|
||||||
? false
|
? false
|
||||||
: this.overrides?.checkSameFirmware
|
: this.overrides?.checkSameFirmware
|
||||||
? this.overrides.checkSameFirmware(this._manifest, this._info)
|
? this.overrides.checkSameFirmware(this._manifest, this._info)
|
||||||
: this._info.firmware === this._manifest.name;
|
: this._info.firmware === this._manifest.name;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user