From 0bef8171985a05ae6a70e9421e1cf4dc0819a8dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:13:44 +0000 Subject: [PATCH 1/2] chore(deps): update dependency react to v19.2.5 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7da7f5..69f6ff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "husky": "9.1.7", "lint-staged": "16.4.0", "npm-run-all2": "8.0.4", - "react": "19.2.4", + "react": "19.2.5", "rimraf": "6.1.3", "rollup": "4.60.1", "tslib": "2.8.1", @@ -2337,10 +2337,11 @@ } }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index c3127c7..a4c1168 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "husky": "9.1.7", "lint-staged": "16.4.0", "npm-run-all2": "8.0.4", - "react": "19.2.4", + "react": "19.2.5", "rimraf": "6.1.3", "rollup": "4.60.1", "tslib": "2.8.1", From 7c6f306c82bf42df705402ebd0903e80ca7d532b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grimm?= Date: Tue, 14 Apr 2026 08:56:23 -0500 Subject: [PATCH 2/2] chore: Upgrade react-dom to 19.2.5 --- package-lock.json | 14 +++++++------- package.json | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69f6ff6..d04587d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,6 +21,7 @@ "lint-staged": "16.4.0", "npm-run-all2": "8.0.4", "react": "19.2.5", + "react-dom": "19.2.5", "rimraf": "6.1.3", "rollup": "4.60.1", "tslib": "2.8.1", @@ -2347,16 +2348,16 @@ } }, "node_modules/react-dom": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", - "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", + "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", "dev": true, - "peer": true, + "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.4" + "react": "^19.2.5" } }, "node_modules/react-is": { @@ -2524,8 +2525,7 @@ "version": "0.27.0", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", - "dev": true, - "peer": true + "dev": true }, "node_modules/shebang-command": { "version": "2.0.0", diff --git a/package.json b/package.json index a4c1168..70618d6 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "lint-staged": "16.4.0", "npm-run-all2": "8.0.4", "react": "19.2.5", + "react-dom": "19.2.5", "rimraf": "6.1.3", "rollup": "4.60.1", "tslib": "2.8.1",