From eef74ee0ba0a89443b573a37e3c3dffc2f1ba257 Mon Sep 17 00:00:00 2001
From: Mert <101130780+mertalev@users.noreply.github.com>
Date: Mon, 24 Feb 2025 19:28:34 +0300
Subject: [PATCH] chore: bump justified layout library (#16298)

bump
---
 web/package-lock.json | 8 ++++----
 web/package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/web/package-lock.json b/web/package-lock.json
index ba8e71d679..61f21fa2e1 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -10,7 +10,7 @@
       "license": "GNU Affero General Public License version 3",
       "dependencies": {
         "@formatjs/icu-messageformat-parser": "^2.9.8",
-        "@immich/justified-layout-wasm": "^0.1.2",
+        "@immich/justified-layout-wasm": "^0.2.1",
         "@immich/sdk": "file:../open-api/typescript-sdk",
         "@immich/ui": "^0.16.0",
         "@mapbox/mapbox-gl-rtl-text": "0.2.3",
@@ -1341,9 +1341,9 @@
       }
     },
     "node_modules/@immich/justified-layout-wasm": {
-      "version": "0.1.2",
-      "resolved": "https://registry.npmjs.org/@immich/justified-layout-wasm/-/justified-layout-wasm-0.1.2.tgz",
-      "integrity": "sha512-6AmzYJhLedzIXSkhO/0tfBbHAeUeLmG1c4yTzJmtuSGyn7JAzVCFp0dp4T8Wh1tfIDx0Y0pAYB9tm2xlJHdEPA==",
+      "version": "0.2.1",
+      "resolved": "https://registry.npmjs.org/@immich/justified-layout-wasm/-/justified-layout-wasm-0.2.1.tgz",
+      "integrity": "sha512-eBBXfgqquYiZ/1e4m7araxifF5LWfD1AQLm/TRjXP108LCXU1krLhjSJm0IaF+1wXESOQT7wBzCaWXNnkQMGwQ==",
       "license": "AGPL-3"
     },
     "node_modules/@immich/sdk": {
diff --git a/web/package.json b/web/package.json
index b457af0619..76f523e12a 100644
--- a/web/package.json
+++ b/web/package.json
@@ -66,7 +66,7 @@
   "type": "module",
   "dependencies": {
     "@formatjs/icu-messageformat-parser": "^2.9.8",
-    "@immich/justified-layout-wasm": "^0.1.2",
+    "@immich/justified-layout-wasm": "^0.2.1",
     "@immich/sdk": "file:../open-api/typescript-sdk",
     "@immich/ui": "^0.16.0",
     "@mapbox/mapbox-gl-rtl-text": "0.2.3",