diff options
| author | AAGaming <aa@mail.catvibers.me> | 2023-04-04 18:52:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-04 14:52:32 -0400 |
| commit | 7d2cff874527f0fad539b534080edfc319b016c1 (patch) | |
| tree | 2d5d11b0d36265c626f5437faee6f4602941877d /frontend/package.json | |
| parent | ee5ed3faf0cc4abd6abd3cb09d9e93a8e8aa6810 (diff) | |
| download | decky-loader-7d2cff874527f0fad539b534080edfc319b016c1.tar.gz decky-loader-7d2cff874527f0fad539b534080edfc319b016c1.zip | |
fix two missing arguments, fixing reordering of newly installed plugins (#412)v2.6.5-pre2
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 2dc25f79..4871c7cf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ } }, "dependencies": { - "decky-frontend-lib": "^3.20.0", + "decky-frontend-lib": "^3.20.4", "react-file-icon": "^1.3.0", "react-icons": "^4.8.0", "react-markdown": "^8.0.6", |
