diff options
| author | AAGaming <aagaming@riseup.net> | 2024-08-08 14:25:56 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-08-08 14:25:56 -0400 |
| commit | 1265672067349dcb8ffcf2a24b600f0d0d3054d8 (patch) | |
| tree | d8433552220bbebfa87ca7c6dde22665aa087342 /frontend/package.json | |
| parent | b8acc849bc8b844c4c10a360de3201f956912c9d (diff) | |
| download | decky-loader-1265672067349dcb8ffcf2a24b600f0d0d3054d8.tar.gz decky-loader-1265672067349dcb8ffcf2a24b600f0d0d3054d8.zip | |
Update @decky/ui to fix non-global dfl plugins crashing the UI due to a race conditionv3.0.0-pre8
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 a2969050..25c70ff1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,7 @@ } }, "dependencies": { - "@decky/ui": "^4.7.0", + "@decky/ui": "^4.7.1", "filesize": "^10.1.2", "i18next": "^23.11.5", "i18next-http-backend": "^2.5.2", |
