Update npm packages (73 packages including @jqhtml 2.3.36)
Update npm registry domain from privatenpm.hanson.xyz to npm.internal.hanson.xyz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
6
node_modules/prettier/plugins/html.d.ts
generated
vendored
6
node_modules/prettier/plugins/html.d.ts
generated
vendored
@@ -1,4 +1,4 @@
|
||||
import { Parser } from "../index.js";
|
||||
import { Parser, Printer } from "../index.js";
|
||||
|
||||
export declare const parsers: {
|
||||
angular: Parser;
|
||||
@@ -7,3 +7,7 @@ export declare const parsers: {
|
||||
mjml: Parser;
|
||||
vue: Parser;
|
||||
};
|
||||
|
||||
export declare const printers: {
|
||||
html: Printer;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user