]> git.localhorst.tv Git - alttp.git/commitdiff
update i18next
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 21 Jun 2025 15:22:09 +0000 (17:22 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 21 Jun 2025 15:22:09 +0000 (17:22 +0200)
package-lock.json
package.json

index c8849415650c4ea30b9956cbb11c454ea09bb49e..135a662d03eefafde732948a65273f13f5b13f13 100644 (file)
@@ -19,7 +19,6 @@
                 "file-saver": "^2.0.5",
                 "formik": "^2.2.9",
                 "fuzzy-search": "^3.2.1",
-                "i18next": "^23.4.9",
                 "i18next-browser-languagedetector": "^8.0.0",
                 "laravel-echo": "^1.16.1",
                 "localforage": "^1.10.0",
@@ -53,6 +52,7 @@
                 "eslint-plugin-import": "^2.25.4",
                 "eslint-plugin-react": "^7.29.3",
                 "globals": "^16.2.0",
+                "i18next": "^25.2.1",
                 "jsdom": "^26.1.0",
                 "laravel-mix": "^6.0.6",
                 "laravel-vite-plugin": "^1.3.0",
             }
         },
         "node_modules/i18next": {
-            "version": "23.16.8",
-            "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz",
-            "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==",
+            "version": "25.2.1",
+            "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.2.1.tgz",
+            "integrity": "sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==",
             "funding": [
                 {
                     "type": "individual",
             ],
             "license": "MIT",
             "dependencies": {
-                "@babel/runtime": "^7.23.2"
+                "@babel/runtime": "^7.27.1"
+            },
+            "peerDependencies": {
+                "typescript": "^5"
+            },
+            "peerDependenciesMeta": {
+                "typescript": {
+                    "optional": true
+                }
             }
         },
         "node_modules/i18next-browser-languagedetector": {
index 846aeb98a6316318ef7207e65fe9cb975e19e304..159f3ca83a8f4b52e2ec8938e3aa900c75bb3a5d 100644 (file)
@@ -22,6 +22,7 @@
         "eslint-plugin-import": "^2.25.4",
         "eslint-plugin-react": "^7.29.3",
         "globals": "^16.2.0",
+        "i18next": "^25.2.1",
         "jsdom": "^26.1.0",
         "laravel-mix": "^6.0.6",
         "laravel-vite-plugin": "^1.3.0",
@@ -52,7 +53,6 @@
         "file-saver": "^2.0.5",
         "formik": "^2.2.9",
         "fuzzy-search": "^3.2.1",
-        "i18next": "^23.4.9",
         "i18next-browser-languagedetector": "^8.0.0",
         "laravel-echo": "^1.16.1",
         "localforage": "^1.10.0",