fix(build): update NPM to resolve postcss issue (#694)

`npm update` fixed broken development which logged:

>  postcss: Error: Loading PostCSS Plugin failed: Cannot find module '../lightningcss.linux-x64-gnu.node
This commit is contained in:
yuri
2025-05-31 23:38:43 +02:00
committed by GitHub
parent 5a6fa55d0a
commit c8a231b650
2 changed files with 659 additions and 237 deletions

View File

@ -2,6 +2,7 @@
"htmlElements": { "htmlElements": {
"tags": [ "tags": [
"a", "a",
"annotation",
"article", "article",
"aside", "aside",
"blockquote", "blockquote",
@ -34,13 +35,31 @@
"li", "li",
"link", "link",
"main", "main",
"math",
"meta", "meta",
"mfrac",
"mi",
"mn",
"mo",
"mover",
"mpadded",
"mphantom",
"mrow",
"mstyle",
"msub",
"msubsup",
"msup",
"mtable",
"mtd",
"mtext",
"mtr",
"nav", "nav",
"ol", "ol",
"p", "p",
"path", "path",
"pre", "pre",
"script", "script",
"semantics",
"span", "span",
"strong", "strong",
"style", "style",
@ -64,14 +83,21 @@
"[counter-reset:step]", "[counter-reset:step]",
"[hyphens:auto]", "[hyphens:auto]",
"[word-break:break-word]", "[word-break:break-word]",
"base",
"chroma", "chroma",
"col-align-l",
"col-align-r",
"content", "content",
"copy-icon", "copy-icon",
"dataframe", "dataframe",
"delimcenter",
"delimsizing",
"filename", "filename",
"fix",
"footnote-backref", "footnote-backref",
"footnote-ref", "footnote-ref",
"footnotes", "footnotes",
"frac-line",
"hamburger-menu", "hamburger-menu",
"hextra-badge", "hextra-badge",
"hextra-card", "hextra-card",
@ -92,12 +118,16 @@
"hextra-jupyter-code-cell", "hextra-jupyter-code-cell",
"hextra-jupyter-code-cell-outputs", "hextra-jupyter-code-cell-outputs",
"hextra-jupyter-code-cell-outputs-container", "hextra-jupyter-code-cell-outputs-container",
"hextra-max-footer-width",
"hextra-max-navbar-width",
"hextra-max-page-width",
"hextra-pdf", "hextra-pdf",
"hextra-scrollbar", "hextra-scrollbar",
"hextra-sidebar-collapsible-button", "hextra-sidebar-collapsible-button",
"hextra-tabs-panel", "hextra-tabs-panel",
"hextra-tabs-toggle", "hextra-tabs-toggle",
"hextra-toc", "hextra-toc",
"hide-tail",
"highlight", "highlight",
"hx:-mb-0.5", "hx:-mb-0.5",
"hx:-ml-2", "hx:-ml-2",
@ -391,6 +421,7 @@
"hx:ltr:rotate-180", "hx:ltr:rotate-180",
"hx:ltr:text-right", "hx:ltr:text-right",
"hx:m-[11px]", "hx:m-[11px]",
"hx:max-h-(--menu-height)",
"hx:max-h-64", "hx:max-h-64",
"hx:max-h-[calc(100vh-var(--navbar-height)-env(safe-area-inset-bottom))]", "hx:max-h-[calc(100vh-var(--navbar-height)-env(safe-area-inset-bottom))]",
"hx:max-h-[min(calc(50vh-11rem-env(safe-area-inset-bottom)),400px)]", "hx:max-h-[min(calc(50vh-11rem-env(safe-area-inset-bottom)),400px)]",
@ -404,7 +435,6 @@
"hx:max-w-[90rem]", "hx:max-w-[90rem]",
"hx:max-w-[min(calc(100vw-2rem),calc(100%+20rem))]", "hx:max-w-[min(calc(100vw-2rem),calc(100%+20rem))]",
"hx:max-w-none", "hx:max-w-none",
"hx:max-w-screen-xl",
"hx:max-xl:hidden", "hx:max-xl:hidden",
"hx:mb-10", "hx:mb-10",
"hx:mb-12", "hx:mb-12",
@ -618,25 +648,66 @@
"hx:z-20", "hx:z-20",
"hx:z-[-1]", "hx:z-[-1]",
"icon", "icon",
"inner",
"katex",
"katex-display",
"katex-html",
"katex-mathml",
"language-options", "language-options",
"language-switcher", "language-switcher",
"large-op",
"lntable", "lntable",
"lntd", "lntd",
"mathbf",
"mathnormal",
"mathrm",
"mbin",
"mclose",
"mermaid", "mermaid",
"mfrac",
"minner",
"mop",
"mopen",
"mord",
"mrel",
"mspace",
"msupsub",
"mtable",
"mtight",
"nav-container", "nav-container",
"nav-container-blur", "nav-container-blur",
"next-error-h1", "next-error-h1",
"not-prose", "not-prose",
"nulldelimiter",
"op-symbol",
"open", "open",
"pstrut",
"reset-size3",
"reset-size6",
"rlap",
"search-input", "search-input",
"search-results", "search-results",
"search-wrapper", "search-wrapper",
"sidebar-active-item", "sidebar-active-item",
"sidebar-container", "sidebar-container",
"size1",
"size3",
"sizing",
"steps", "steps",
"strut",
"subheading-anchor", "subheading-anchor",
"success-icon", "success-icon",
"theme-toggle" "svg-align",
"text",
"textrm",
"theme-toggle",
"vlist",
"vlist-r",
"vlist-s",
"vlist-t",
"vlist-t2",
"x-arrow",
"x-arrow-pad"
], ],
"ids": null "ids": null
} }

821
package-lock.json generated

File diff suppressed because it is too large Load Diff