From 429e9d817e25573b017f6c53ab1a49096a596067 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Fri, 22 Nov 2024 14:45:24 +0100 Subject: [PATCH] update some deps in the examples --- example/fallback/package.json | 10 +++++----- example/node/package.json | 6 +++--- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example/fallback/package.json b/example/fallback/package.json index 441496d..b05e457 100644 --- a/example/fallback/package.json +++ b/example/fallback/package.json @@ -1,12 +1,12 @@ { "type": "commonjs", "dependencies": { - "i18next": "20.3.0", - "i18next-chained-backend": "3.0.2", - "i18next-http-backend": "1.2.4", - "i18next-resources-to-backend": "1.0.0" + "i18next": "24.0.0", + "i18next-chained-backend": "4.6.2", + "i18next-http-backend": "3.0.1", + "i18next-resources-to-backend": "1.2.1" }, "devDependencies": { - "express": "4.20.0" + "express": "4.21.1" } } diff --git a/example/node/package.json b/example/node/package.json index 53c1f81..08f1ac8 100644 --- a/example/node/package.json +++ b/example/node/package.json @@ -1,10 +1,10 @@ { "type": "commonjs", "dependencies": { - "i18next": "23.14.0", - "i18next-http-backend": "2.6.0" + "i18next": "24.0.0", + "i18next-http-backend": "3.0.1" }, "devDependencies": { - "express": "4.20.0" + "express": "4.21.1" } } diff --git a/package.json b/package.json index 871b276..f85931f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-require-path-exists": "1.1.9", "eslint-plugin-standard": "5.0.0", "expect.js": "0.3.1", - "i18next": "23.16.8", + "i18next": "24.0.0", "json-server": "0.17.4", "json5": "2.2.3", "jsonc-parser": "3.3.1",