diff --git a/web/package-lock.json b/web/package-lock.json index c68f337e77..83e0b4f299 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@formatjs/icu-messageformat-parser": "^2.9.8", "@immich/sdk": "file:../open-api/typescript-sdk", - "@immich/ui": "^0.22.2", + "@immich/ui": "^0.22.3", "@mapbox/mapbox-gl-rtl-text": "0.2.3", "@mdi/js": "^7.4.47", "@photo-sphere-viewer/core": "^5.11.5", @@ -1342,9 +1342,9 @@ "link": true }, "node_modules/@immich/ui": { - "version": "0.22.2", - "resolved": "https://registry.npmjs.org/@immich/ui/-/ui-0.22.2.tgz", - "integrity": "sha512-aP9B54i4SqL+y7EzkI1gVhx/qtiSYDOFz6vjn1PyXfCnA0RrE+dxYu/Y7f9PXLX0MPrTro5MxmNC06JjuS/Gow==", + "version": "0.22.3", + "resolved": "https://registry.npmjs.org/@immich/ui/-/ui-0.22.3.tgz", + "integrity": "sha512-vou8wNrhzzeZu1s3fK5CYqtkRxVj1751Us8P1zRXAfnY1EfZUuLZMYm52a7zZpNOluvTF/YBjQ1r2yZEat/qsg==", "license": "GNU Affero General Public License version 3", "dependencies": { "@mdi/js": "^7.4.47", diff --git a/web/package.json b/web/package.json index 495ceb56c1..0820e4564e 100644 --- a/web/package.json +++ b/web/package.json @@ -28,7 +28,7 @@ "dependencies": { "@formatjs/icu-messageformat-parser": "^2.9.8", "@immich/sdk": "file:../open-api/typescript-sdk", - "@immich/ui": "^0.22.2", + "@immich/ui": "^0.22.3", "@mapbox/mapbox-gl-rtl-text": "0.2.3", "@mdi/js": "^7.4.47", "@photo-sphere-viewer/core": "^5.11.5",