mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Update dependency prettier to v3.4.1 (#23053)
* Update dependency prettier to v3.4.1 * Prettier rule --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
This commit is contained in:
parent
e1553a7ccf
commit
94b7b60fe0
@ -227,7 +227,7 @@
|
|||||||
"object-hash": "3.0.0",
|
"object-hash": "3.0.0",
|
||||||
"open": "10.1.0",
|
"open": "10.1.0",
|
||||||
"pinst": "3.0.0",
|
"pinst": "3.0.0",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.4.1",
|
||||||
"rspack-manifest-plugin": "5.0.2",
|
"rspack-manifest-plugin": "5.0.2",
|
||||||
"serve-handler": "6.1.6",
|
"serve-handler": "6.1.6",
|
||||||
"sinon": "19.0.2",
|
"sinon": "19.0.2",
|
||||||
|
@ -80,9 +80,7 @@ export class DialogEnergyBatterySettings
|
|||||||
.path=${mdiBatteryHigh}
|
.path=${mdiBatteryHigh}
|
||||||
style="--mdc-icon-size: 32px;"
|
style="--mdc-icon-size: 32px;"
|
||||||
></ha-svg-icon>
|
></ha-svg-icon>
|
||||||
${this.hass.localize(
|
${this.hass.localize("ui.panel.config.energy.battery.dialog.header")}`}
|
||||||
"ui.panel.config.energy.battery.dialog.header"
|
|
||||||
)}`}
|
|
||||||
@closed=${this.closeDialog}
|
@closed=${this.closeDialog}
|
||||||
>
|
>
|
||||||
${this._error ? html`<p class="error">${this._error}</p>` : ""}
|
${this._error ? html`<p class="error">${this._error}</p>` : ""}
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -9662,7 +9662,7 @@ __metadata:
|
|||||||
object-hash: "npm:3.0.0"
|
object-hash: "npm:3.0.0"
|
||||||
open: "npm:10.1.0"
|
open: "npm:10.1.0"
|
||||||
pinst: "npm:3.0.0"
|
pinst: "npm:3.0.0"
|
||||||
prettier: "npm:3.3.3"
|
prettier: "npm:3.4.1"
|
||||||
proxy-polyfill: "npm:0.3.2"
|
proxy-polyfill: "npm:0.3.2"
|
||||||
punycode: "npm:2.3.1"
|
punycode: "npm:2.3.1"
|
||||||
qr-scanner: "npm:1.4.2"
|
qr-scanner: "npm:1.4.2"
|
||||||
@ -12714,12 +12714,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"prettier@npm:3.3.3":
|
"prettier@npm:3.4.1":
|
||||||
version: 3.3.3
|
version: 3.4.1
|
||||||
resolution: "prettier@npm:3.3.3"
|
resolution: "prettier@npm:3.4.1"
|
||||||
bin:
|
bin:
|
||||||
prettier: bin/prettier.cjs
|
prettier: bin/prettier.cjs
|
||||||
checksum: 10/5beac1f30b5b40162532b8e2f7c3a4eb650910a2695e9c8512a62ffdc09dae93190c29db9107fa7f26d1b6c71aad3628ecb9b5de1ecb0911191099be109434d7
|
checksum: 10/1ee4d1b1a9b6761cbb847cd81b9d87e51a0f4b2a4d5fe5755627c24828afe057a7ee9b764c3ee777d84abd46218d173d8a204ee9cb3acdd321ff9a6b25f99c1c
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user