mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
Cleanup node mess
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"decky-frontend-lib": "^3.18.4",
|
||||
"decky-frontend-lib": "^3.18.6",
|
||||
"i18next": "^22.0.6",
|
||||
"i18next-fs-backend": "^2.0.0",
|
||||
"react-file-icon": "^1.2.0",
|
||||
|
||||
Generated
+551
-934
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,3 @@
|
||||
import 'i18n.ts';
|
||||
|
||||
import {
|
||||
Navigation,
|
||||
ReactRouter,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'i18n.ts';
|
||||
import i18next from './i18n';
|
||||
|
||||
import PluginLoader from './plugin-loader';
|
||||
import { DeckyUpdater } from './updater';
|
||||
|
||||
Reference in New Issue
Block a user