From 5a0fe999f21c585b599401f4cca9549fdb50300c Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Tue, 2 Jan 2024 15:56:29 +0100 Subject: [PATCH] update deps for examples --- examples/simple/package.json | 16 ++++++++-------- examples/ssg/package.json | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/simple/package.json b/examples/simple/package.json index ae927c9d..71c9b4f1 100644 --- a/examples/simple/package.json +++ b/examples/simple/package.json @@ -15,18 +15,18 @@ "interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts" }, "dependencies": { - "i18next": "23.7.8", - "next": "^14.0.3", - "next-i18next": "^15.1.1", + "i18next": "23.7.13", + "next": "^14.0.4", + "next-i18next": "^15.1.2", "react": "^18.2.0", - "react-i18next": "^13.5.0", + "react-i18next": "^14.0.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/node": "^20.10.3", - "@types/react": "^18.2.42", - "@types/react-dom": "^18.2.17", - "eslint-config-next": "^14.0.3", + "@types/node": "^20.10.6", + "@types/react": "^18.2.46", + "@types/react-dom": "^18.2.18", + "eslint-config-next": "^14.0.4", "i18next-resources-for-ts": "1.4.0", "rimraf": "^5.0.5", "picocolors": "^1.0.0", diff --git a/examples/ssg/package.json b/examples/ssg/package.json index 2b0ff3cb..3ad0d256 100644 --- a/examples/ssg/package.json +++ b/examples/ssg/package.json @@ -16,18 +16,18 @@ "clean": "rimraf .next out" }, "dependencies": { - "i18next": "23.7.8", - "next": "14.0.3", - "next-i18next": "^15.1.1", + "i18next": "23.7.13", + "next": "14.0.4", + "next-i18next": "^15.1.2", "next-language-detector": "^1.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.5.0" + "react-i18next": "^14.0.0" }, "devDependencies": { - "eslint-config-next": "14.0.3", + "eslint-config-next": "14.0.4", "http-server": "14.1.1", - "locize-cli": "7.14.14", + "locize-cli": "7.15.1", "rimraf": "^5.0.5" } }