diff options
| author | AAGaming <aagaming@riseup.net> | 2025-11-26 22:10:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-26 22:10:33 -0500 |
| commit | 7ea7bc7f9bb3a3c8235f192df648dff13abf00d5 (patch) | |
| tree | 2664cee025e710fd17eea1d9864a0722ed2ec837 /frontend/package.json | |
| parent | e267ba9135cb71312574ac168140fa5da226f7a9 (diff) | |
| download | decky-loader-main.tar.gz decky-loader-main.zip | |
fix(deps): bump @decky/ui to fix issues on beta (#853)HEADv3.2.1-pre1v3.2.1main
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index 12d9ce85..ce311043 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "localize": "i18next" }, "devDependencies": { - "@decky/api": "^1.1.1", + "@decky/api": "^1.1.3", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-json": "^6.1.0", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@decky/ui": "^4.11.0", + "@decky/ui": "^4.11.1", "compare-versions": "^6.1.1", "filesize": "^10.1.2", "i18next": "^25.6.0", |
