chore(deps): move "i18next-http-backend" to devDependencies

since it is not used in server side code and it is bundled by webpack, it is only needed during build stage -> devDependency
on server-side we use i18next and i18next-fs-backend -> so these need to stay in dependencies
This commit is contained in:
Panagiotis Papadopoulos
2025-02-28 08:35:57 +01:00
parent d3283746fc
commit 1450e57a6a
2 changed files with 9 additions and 2 deletions

View File

@@ -110,7 +110,6 @@
"https-proxy-agent": "7.0.6",
"i18next": "24.2.2",
"i18next-fs-backend": "2.6.0",
"i18next-http-backend": "3.0.2",
"image-type": "5.2.0",
"ini": "5.0.0",
"is-animated": "2.0.2",
@@ -217,6 +216,7 @@
"css-loader": "7.1.2",
"electron": "34.3.0",
"esm": "3.2.25",
"i18next-http-backend": "3.0.2",
"jsdoc": "4.0.4",
"lorem-ipsum": "2.0.8",
"mini-css-extract-plugin": "2.9.2",