update ui library to fix buttons

This commit is contained in:
bwees 2025-05-22 16:12:09 -05:00
parent f903de398d
commit a758ca726a
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -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",

View File

@ -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",