diff --git a/examples/simple/package.json b/examples/simple/package.json index b54efd18..ae927c9d 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.7", + "i18next": "23.7.8", "next": "^14.0.3", - "next-i18next": "^15.0.0", + "next-i18next": "^15.1.1", "react": "^18.2.0", "react-i18next": "^13.5.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/node": "^20.10.0", - "@types/react": "^18.2.39", + "@types/node": "^20.10.3", + "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "eslint-config-next": "^14.0.3", "i18next-resources-for-ts": "1.4.0", "rimraf": "^5.0.5", "picocolors": "^1.0.0", - "typescript": "^5.3.2" + "typescript": "^5.3.3" } }