mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 11:12:00 +00:00
Cleanup node mess
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"decky-frontend-lib": "^3.18.4",
|
"decky-frontend-lib": "^3.18.6",
|
||||||
"i18next": "^22.0.6",
|
"i18next": "^22.0.6",
|
||||||
"i18next-fs-backend": "^2.0.0",
|
"i18next-fs-backend": "^2.0.0",
|
||||||
"react-file-icon": "^1.2.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 {
|
import {
|
||||||
Navigation,
|
Navigation,
|
||||||
ReactRouter,
|
ReactRouter,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import 'i18n.ts';
|
import i18next from './i18n';
|
||||||
|
|
||||||
import PluginLoader from './plugin-loader';
|
import PluginLoader from './plugin-loader';
|
||||||
import { DeckyUpdater } from './updater';
|
import { DeckyUpdater } from './updater';
|
||||||
|
|||||||
Reference in New Issue
Block a user