diff --git a/example/react-typescript/simple/package.json b/example/react-typescript/simple/package.json index a4c3caff3..97bbdf7ba 100644 --- a/example/react-typescript/simple/package.json +++ b/example/react-typescript/simple/package.json @@ -3,16 +3,16 @@ "version": "1.0.0", "private": true, "dependencies": { - "i18next": "^22.0.4", + "i18next": "^22.4.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.0.0" + "react-i18next": "^12.1.1" }, "devDependencies": { - "@types/react": "^18.0.25", - "@types/react-dom": "^18.0.8", + "@types/react": "^18.0.26", + "@types/react-dom": "^18.0.9", "react-scripts": "5.0.1", - "typescript": "^4.8.4" + "typescript": "^4.9.4" }, "scripts": { "start": "react-scripts start", diff --git a/package.json b/package.json index ea0d531ee..c88757c93 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-react": "^7.16.0", "eslint-plugin-testing-library": "^3.10.1", "husky": "^3.0.3", - "i18next": "^22.4.2", + "i18next": "^22.4.3", "jest": "^24.8.0", "jest-cli": "^24.8.4", "lint-staged": "^8.1.3",