chore(deps): update dependency prettier to v3.3.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
prettier (source) | devDependencies | patch | 3.3.1 -> 3.3.2 |
Release Notes
prettier/prettier (prettier)
v3.3.2
@
(#16358 by @Princeyadav05)
Fix handlebars path expressions starts with {{! Input }}
<div>{{@​x.y.z}}</div>
{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>
{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.