mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 04:50:03 -06:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user