Cleanup node mess

This commit is contained in:
Marco Rodolfi
2023-01-13 11:46:04 +01:00
parent 37fb1271ac
commit ff10d87692
4 changed files with 553 additions and 938 deletions
+1 -1
View File
@@ -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",
+389 -772
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -1,5 +1,3 @@
import 'i18n.ts';
import { import {
Navigation, Navigation,
ReactRouter, ReactRouter,
+1 -1
View File
@@ -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';