diff --git a/.yarn/cache/@types-lodash-npm-4.17.7-2077805efb-09e58a119c.zip b/.yarn/cache/@types-lodash-npm-4.17.7-2077805efb-09e58a119c.zip
new file mode 100644
index 000000000..eb1e81b91
Binary files /dev/null and b/.yarn/cache/@types-lodash-npm-4.17.7-2077805efb-09e58a119c.zip differ
diff --git a/.yarn/cache/i18next-browser-languagedetector-npm-8.0.0-fcff5207d7-44ae6b161f.zip b/.yarn/cache/i18next-browser-languagedetector-npm-8.0.0-fcff5207d7-44ae6b161f.zip
deleted file mode 100644
index 248e69940..000000000
Binary files a/.yarn/cache/i18next-browser-languagedetector-npm-8.0.0-fcff5207d7-44ae6b161f.zip and /dev/null differ
diff --git a/.yarn/cache/i18next-npm-23.12.2-ec24459ee0-283d1ebb3d.zip b/.yarn/cache/i18next-npm-23.12.2-ec24459ee0-283d1ebb3d.zip
deleted file mode 100644
index 9579ae322..000000000
Binary files a/.yarn/cache/i18next-npm-23.12.2-ec24459ee0-283d1ebb3d.zip and /dev/null differ
diff --git a/package.json b/package.json
index 501efd3ee..1ff6749b8 100644
--- a/package.json
+++ b/package.json
@@ -58,8 +58,6 @@
"drupal-jsonapi-params": "^2.3.1",
"env-loader": "0.1.0",
"fs-extra": "^11.2.0",
- "i18next": "^23.12.2",
- "i18next-browser-languagedetector": "^8.0.0",
"jest-axe": "^8.0.0",
"jest-extended": "^4.0.2",
"jsona": "^1.12.1",
@@ -102,7 +100,7 @@
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.12",
- "@types/lodash": "^4.14.202",
+ "@types/lodash": "^4.17.7",
"@types/node": "20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.18",
diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx
index ee83bb1ef..c070a36fa 100644
--- a/src/pages/_document.tsx
+++ b/src/pages/_document.tsx
@@ -16,17 +16,22 @@ const Document = () => {
/>
- {/* Preconnect to google tag manager domain */}
-
-
- {/* Add web components */}
-
+ {/* Add vendor file */}
+
+
+ {/* Preconnect to google tag manager domain */}
+
+
{/* Preload main fonts */}
{
href="/img/design/icons/favicon.ico"
/>
- {/* Add vendor file */}
-
+ {/* Add web components */}
+
{/* Add polyfills */}