From 469e8f54d9a69460d066d4ad98fa7ece76498a9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:13:46 +0000 Subject: [PATCH] fix(deps): update react monorepo --- package-lock.json | 26 +++++++++++++------------- package.json | 8 ++++---- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index f279173..10784ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ "lodash": "^4.17.21", "next": "15.5.10", "next-i18next": "^15.0.0", - "react": "19.2.3", - "react-dom": "19.2.3", + "react": "19.2.4", + "react-dom": "19.2.4", "slug": "^11.0.0", "tsx": "^4.0.0", "typescript": "^5.8.2", @@ -31,7 +31,7 @@ "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.10", "@types/inquirer": "^9.0.6", - "@types/react": "19.2.7", + "@types/react": "19.2.14", "@types/slug": "^5.0.4", "autoprefixer": "^10.4.15", "eslint": "^9.0.0", @@ -1975,9 +1975,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz", - "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -6076,24 +6076,24 @@ ] }, "node_modules/react": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", - "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz", - "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", + "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.3" + "react": "^19.2.4" } }, "node_modules/react-i18next": { diff --git a/package.json b/package.json index a995e71..a7f976c 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "lodash": "^4.17.21", "next": "15.5.10", "next-i18next": "^15.0.0", - "react": "19.2.3", - "react-dom": "19.2.3", + "react": "19.2.4", + "react-dom": "19.2.4", "slug": "^11.0.0", "tsx": "^4.0.0", "typescript": "^5.8.2", @@ -35,7 +35,7 @@ "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.10", "@types/inquirer": "^9.0.6", - "@types/react": "19.2.7", + "@types/react": "19.2.14", "@types/slug": "^5.0.4", "autoprefixer": "^10.4.15", "eslint": "^9.0.0", @@ -48,6 +48,6 @@ "tailwindcss": "^3.3.3" }, "overrides": { - "@types/react": "19.2.7" + "@types/react": "19.2.14" } }