Skip to content

Commit

Permalink
feat(Formatter): upgrade prettier to v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Apr 23, 2024
1 parent a683dec commit bf0ee4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"Import",
"ToolsPane",
"Modes",
"Import-maps"
"Import-maps",
"Formatter"
]
}
2 changes: 1 addition & 1 deletion src/livecodes/vendors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export const postcssImportUrlUrl = /* @__PURE__ */ getUrl(
'@live-codes/postcss-import-url@0.1.2/dist/postcss-import-url.js',
);

export const prettierBaseUrl = /* @__PURE__ */ getUrl('prettier@3.0.0/');
export const prettierBaseUrl = /* @__PURE__ */ getUrl('prettier@3.2.5/');

export const prettierPhpUrl = /* @__PURE__ */ getUrl('@prettier/plugin-php@0.19.6/standalone.js');

Expand Down

0 comments on commit bf0ee4f

Please sign in to comment.