diff --git a/examples/auto-static-optimize/package.json b/examples/auto-static-optimize/package.json index d78c7f5f..9458f10c 100644 --- a/examples/auto-static-optimize/package.json +++ b/examples/auto-static-optimize/package.json @@ -15,24 +15,24 @@ "interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts" }, "dependencies": { - "i18next": "23.7.13", + "i18next": "23.11.2", "i18next-chained-backend": "^4.6.2", "i18next-http-backend": "^2.5.0", "i18next-localstorage-backend": "^4.2.0", - "next": "^14.0.4", - "next-i18next": "^15.1.2", + "next": "^14.2.1", + "next-i18next": "^15.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^14.0.0" + "react-i18next": "^14.1.0" }, "devDependencies": { - "@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", + "@types/node": "^20.12.7", + "@types/react": "^18.2.78", + "@types/react-dom": "^18.2.25", + "eslint-config-next": "^14.2.1", + "i18next-resources-for-ts": "1.5.0", "picocolors": "^1.0.0", "rimraf": "^5.0.5", - "typescript": "^5.3.3" + "typescript": "^5.4.5" } } diff --git a/examples/simple/package.json b/examples/simple/package.json index 71c9b4f1..4650cc25 100644 --- a/examples/simple/package.json +++ b/examples/simple/package.json @@ -15,21 +15,21 @@ "interface": "i18next-resources-for-ts interface -i ./public/locales/en -o ./@types/resources.d.ts" }, "dependencies": { - "i18next": "23.7.13", - "next": "^14.0.4", - "next-i18next": "^15.1.2", + "i18next": "23.11.2", + "next": "^14.2.1", + "next-i18next": "^15.3.0", "react": "^18.2.0", - "react-i18next": "^14.0.0", + "react-i18next": "^14.1.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@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", + "@types/node": "^20.12.7", + "@types/react": "^18.2.78", + "@types/react-dom": "^18.2.25", + "eslint-config-next": "^14.2.1", + "i18next-resources-for-ts": "1.5.0", "rimraf": "^5.0.5", "picocolors": "^1.0.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" } } diff --git a/examples/ssg/package.json b/examples/ssg/package.json index 3ad0d256..621f9c08 100644 --- a/examples/ssg/package.json +++ b/examples/ssg/package.json @@ -16,18 +16,18 @@ "clean": "rimraf .next out" }, "dependencies": { - "i18next": "23.7.13", - "next": "14.0.4", - "next-i18next": "^15.1.2", + "i18next": "23.11.2", + "next": "14.2.1", + "next-i18next": "^15.3.0", "next-language-detector": "^1.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^14.0.0" + "react-i18next": "^14.1.0" }, "devDependencies": { - "eslint-config-next": "14.0.4", + "eslint-config-next": "14.2.1", "http-server": "14.1.1", - "locize-cli": "7.15.1", + "locize-cli": "8.0.1", "rimraf": "^5.0.5" } }