From 4826fc6ad86d7942e7480350522faf7e574ac872 Mon Sep 17 00:00:00 2001 From: Ku6epXBOCTuK Date: Sat, 12 Sep 2026 14:41:38 +0500 Subject: [PATCH] chore: add fflate deps --- web/package.json | 3 ++- web/pnpm-lock.yaml | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index e45a504..742d6d3 100644 --- a/web/package.json +++ b/web/package.json @@ -50,6 +50,7 @@ "dependencies": { "@fontsource/ibm-plex-mono": "^5.3.0", "@fontsource/ibm-plex-sans": "^5.3.0", - "@lucide/svelte": "^1.33.0" + "@lucide/svelte": "^1.33.0", + "fflate": "^0.8.3" } } diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index e6c4c4f..8503fce 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -17,6 +17,9 @@ importers: '@lucide/svelte': specifier: ^1.33.0 version: 1.33.0(svelte@5.56.9(@typescript-eslint/types@8.67.0)) + fflate: + specifier: ^0.8.3 + version: 0.8.3 devDependencies: '@csstools/postcss-global-data': specifier: ^4.0.0 @@ -821,6 +824,9 @@ packages: picomatch: optional: true + fflate@0.8.3: + resolution: {integrity: sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==} + file-entry-cache@11.1.5: resolution: {integrity: sha512-+PFTHITI08JIGhnNpGNI8T8inUpgZfk3GNEqfT9R2zZV2iFXg3CvqzSl/uEhs7TSGujYRELEANyDvS8Fj7+S7Q==} @@ -2265,6 +2271,8 @@ snapshots: optionalDependencies: picomatch: 4.0.5 + fflate@0.8.3: {} + file-entry-cache@11.1.5: dependencies: flat-cache: 6.1.23