diff options
| author | AAGaming <aagaming@riseup.net> | 2024-10-03 17:08:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 17:08:35 -0400 |
| commit | 4cff530b525a20d8cff2a38568ea99d459126fdf (patch) | |
| tree | 28a6388845e78f109b3c4a04aaa8e8c2046c3b79 /frontend/package.json | |
| parent | 2f90a4fcf7af67f7ed5c044982779579d1624f69 (diff) | |
| download | decky-loader-4cff530b525a20d8cff2a38568ea99d459126fdf.tar.gz decky-loader-4cff530b525a20d8cff2a38568ea99d459126fdf.zip | |
Fix missing components on Oct 2 2024 Steam Beta (#709)v3.0.2-pre1
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/package.json b/frontend/package.json index dff45318..3724e575 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,8 @@ } }, "dependencies": { - "@decky/ui": "^4.7.2", + "@decky/ui": "^4.7.3", + "compare-versions": "^6.1.1", "filesize": "^10.1.2", "i18next": "^23.11.5", "i18next-http-backend": "^2.5.2", @@ -55,7 +56,6 @@ "react-i18next": "^14.1.2", "react-icons": "^5.2.1", "react-markdown": "^9.0.1", - "remark-gfm": "^4.0.0", - "compare-versions": "^6.1.1" + "remark-gfm": "^4.0.0" } } |
