diff options
| author | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-03-17 12:50:32 -0400 |
|---|---|---|
| committer | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-03-17 12:50:32 -0400 |
| commit | 868668efbdbfaa50c0203d133cd2401e65ec5281 (patch) | |
| tree | 1aa91e3d11cbdd5fb146d5f6f609c8d9bc993de7 /package-lock.json | |
| parent | 2ca4e70cd030fb9199d149060adf1b1d7c07857c (diff) | |
fix bug with mermaid diagram changing scale on zoom
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index 7b86365c2..253356c07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32257,7 +32257,8 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true }, "node_modules/textarea-caret": { "version": "3.1.0", |
