diff options
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2fd6127..dc1e36d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,6 +23,9 @@ importers: astro: specifier: ^4.16.5 version: 4.16.5(rollup@4.24.0)(typescript@5.5.4) + katex: + specifier: ^0.16.11 + version: 0.16.11 react: specifier: ^18.3.1 version: 18.3.1 @@ -800,6 +803,10 @@ packages: comma-separated-tokens@2.0.3: resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} + commander@8.3.0: + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} + common-ancestor-path@1.0.1: resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==} @@ -1136,6 +1143,10 @@ packages: engines: {node: '>=6'} hasBin: true + katex@0.16.11: + resolution: {integrity: sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==} + hasBin: true + kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} @@ -2637,6 +2648,8 @@ snapshots: comma-separated-tokens@2.0.3: {} + commander@8.3.0: {} + common-ancestor-path@1.0.1: {} convert-source-map@2.0.0: {} @@ -3019,6 +3032,10 @@ snapshots: json5@2.2.3: {} + katex@0.16.11: + dependencies: + commander: 8.3.0 + kind-of@6.0.3: {} kleur@3.0.3: {} |
