From aedbecbeaf46a3946d0b21302866ccff4a676cf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:14:32 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v19.2.17 --- bun.lock | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index b492825..490f465 100644 --- a/bun.lock +++ b/bun.lock @@ -34,7 +34,7 @@ "devDependencies": { "@biomejs/biome": "2.3.8", "@types/node": "^26.0.0", - "@types/react": "19.2.7", + "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "autoprefixer": "^10.5.2", "postcss": "^8.5.16", @@ -43,7 +43,7 @@ }, }, "overrides": { - "@types/react": "19.2.7", + "@types/react": "19.2.17", "@types/react-dom": "19.2.3", }, "packages": { @@ -401,7 +401,7 @@ "@types/node": ["@types/node@26.1.1", "", { "dependencies": { "undici-types": "~8.3.0" } }, "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw=="], - "@types/react": ["@types/react@19.2.7", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg=="], + "@types/react": ["@types/react@19.2.17", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw=="], "@types/react-dom": ["@types/react-dom@19.2.3", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="], diff --git a/package.json b/package.json index 8f8048c..f2bb251 100644 --- a/package.json +++ b/package.json @@ -42,14 +42,14 @@ "devDependencies": { "@biomejs/biome": "2.3.8", "@types/node": "^26.0.0", - "@types/react": "19.2.7", + "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "autoprefixer": "^10.5.2", "postcss": "^8.5.16", "typescript": "^5.9.3" }, "overrides": { - "@types/react": "19.2.7", + "@types/react": "19.2.17", "@types/react-dom": "19.2.3" } }