diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-09-27 16:16:10 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-09-27 16:16:10 -0500 |
commit | 13d465c1c45e649a702457d67476694aeb553704 (patch) | |
tree | d0d3ba8ac0ff9546482b8f5e7294399613e6cb20 /pnpm-lock.yaml | |
parent | Workspaces! (diff) | |
download | trinkets-13d465c1c45e649a702457d67476694aeb553704.tar trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.gz trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.bz2 trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.lz trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.xz trinkets-13d465c1c45e649a702457d67476694aeb553704.tar.zst trinkets-13d465c1c45e649a702457d67476694aeb553704.zip |
Get rid of crc32, truncate instead
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index adbe91b..43251d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,6 +48,9 @@ importers: '@types/node': specifier: 20.6.0 version: 20.6.0 + '@types/wicg-file-system-access': + specifier: ^2020.9.8 + version: 2020.9.8 '@typescript-eslint/eslint-plugin': specifier: ^6.7.3 version: 6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)(typescript@5.2.2) @@ -1886,6 +1889,10 @@ packages: resolution: {integrity: sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ==} dev: true + /@types/wicg-file-system-access@2020.9.8: + resolution: {integrity: sha512-ggMz8nOygG7d/stpH40WVaNvBwuyYLnrg5Mbyf6bmsj/8+gb6Ei4ZZ9/4PNpcPNTT8th9Q8sM8wYmWGjMWLX/A==} + dev: true + /@typescript-eslint/eslint-plugin@6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)(typescript@5.2.2): resolution: {integrity: sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==} engines: {node: ^16.0.0 || >=18.0.0} |