From 505d1eb67c8225de00feeb2a325721443945fda6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 11:09:43 +0000 Subject: [PATCH] chore(deps): update dependency @types/react-dom to v19.2.3 --- bun.lock | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 8032075..7098051 100644 --- a/bun.lock +++ b/bun.lock @@ -23,7 +23,7 @@ "@types/bun": "^1.3.0", "@types/mdx": "^2.0.13", "@types/react": "19.2.3", - "@types/react-dom": "19.2.2", + "@types/react-dom": "19.2.3", "eslint": "^9.38.0", "eslint-config-next": "16.0.1", "postcss": "^8.5.6", @@ -35,7 +35,7 @@ }, "overrides": { "@types/react": "19.2.3", - "@types/react-dom": "19.2.2", + "@types/react-dom": "19.2.3", }, "packages": { "@alloc/quick-lru": ["@alloc/quick-lru@5.2.0", "", {}, "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw=="], @@ -494,7 +494,7 @@ "@types/react": ["@types/react@19.2.3", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-k5dJVszUiNr1DSe8Cs+knKR6IrqhqdhpUwzqhkS8ecQTSf3THNtbfIp/umqHMpX2bv+9dkx3fwDv/86LcSfvSg=="], - "@types/react-dom": ["@types/react-dom@19.2.2", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw=="], + "@types/react-dom": ["@types/react-dom@19.2.3", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="], "@types/trusted-types": ["@types/trusted-types@2.0.7", "", {}, "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="], diff --git a/package.json b/package.json index cc21069..10f857d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/bun": "^1.3.0", "@types/mdx": "^2.0.13", "@types/react": "19.2.3", - "@types/react-dom": "19.2.2", + "@types/react-dom": "19.2.3", "eslint": "^9.38.0", "eslint-config-next": "16.0.1", "postcss": "^8.5.6", @@ -42,6 +42,6 @@ }, "overrides": { "@types/react": "19.2.3", - "@types/react-dom": "19.2.2" + "@types/react-dom": "19.2.3" } }