diff --git a/package-lock.json b/package-lock.json index a791591..aeddfea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,6 +76,7 @@ "globals": "^15.11.0", "highlight.js": "^11.11.1", "html-webpack-plugin": "^5.6.3", + "i18next": "^24.2.3", "i18next-browser-languagedetector": "^8.0.4", "i18next-http-backend": "^3.0.2", "identity-obj-proxy": "^3.0.0", @@ -10886,7 +10887,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "@babel/runtime": "^7.26.10" }, diff --git a/package.json b/package.json index e572a52..00e4ce3 100644 --- a/package.json +++ b/package.json @@ -99,6 +99,7 @@ "globals": "^15.11.0", "highlight.js": "^11.11.1", "html-webpack-plugin": "^5.6.3", + "i18next": "^24.2.3", "i18next-browser-languagedetector": "^8.0.4", "i18next-http-backend": "^3.0.2", "identity-obj-proxy": "^3.0.0",