diff options
| author | AAGaming <aagaming@riseup.net> | 2026-05-15 00:09:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-15 00:09:13 -0400 |
| commit | 511dd121bdd1cb04f4eb0206bf2df6c2a0d544f8 (patch) | |
| tree | 07cd7bc66f724dd701a57508df673e07873404fd /frontend/package.json | |
| parent | d31c2bf0343abbc7969546d9b6de6f5822ca7321 (diff) | |
| download | decky-loader-511dd121bdd1cb04f4eb0206bf2df6c2a0d544f8.tar.gz decky-loader-511dd121bdd1cb04f4eb0206bf2df6c2a0d544f8.zip | |
Fix missing Field component and dropdown styling on beta (#907)
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index 3f9d74f7..b0eb2f51 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,7 @@ } }, "dependencies": { - "@decky/ui": "^4.11.3", + "@decky/ui": "^4.11.4", "compare-versions": "^6.1.1", "filesize": "^10.1.2", "i18next": "^25.6.0", |
