From a08807da8e3a33288178cf4602f3f3dd9979f36a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:12:02 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v19.2.4 --- bun.lock | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 7098051..a413f35 100644 --- a/bun.lock +++ b/bun.lock @@ -22,7 +22,7 @@ "@tailwindcss/postcss": "^4.1.15", "@types/bun": "^1.3.0", "@types/mdx": "^2.0.13", - "@types/react": "19.2.3", + "@types/react": "19.2.4", "@types/react-dom": "19.2.3", "eslint": "^9.38.0", "eslint-config-next": "16.0.1", @@ -34,7 +34,7 @@ }, }, "overrides": { - "@types/react": "19.2.3", + "@types/react": "19.2.4", "@types/react-dom": "19.2.3", }, "packages": { @@ -492,7 +492,7 @@ "@types/node": ["@types/node@22.15.12", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-K0fpC/ZVeb8G9rm7bH7vI0KAec4XHEhBam616nVJCV51bKzJ6oA3luG4WdKoaztxe70QaNjS/xBmcDLmr4PiGw=="], - "@types/react": ["@types/react@19.2.3", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-k5dJVszUiNr1DSe8Cs+knKR6IrqhqdhpUwzqhkS8ecQTSf3THNtbfIp/umqHMpX2bv+9dkx3fwDv/86LcSfvSg=="], + "@types/react": ["@types/react@19.2.4", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-tBFxBp9Nfyy5rsmefN+WXc1JeW/j2BpBHFdLZbEVfs9wn3E3NRFxwV0pJg8M1qQAexFpvz73hJXFofV0ZAu92A=="], "@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 10f857d..3a9311c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@tailwindcss/postcss": "^4.1.15", "@types/bun": "^1.3.0", "@types/mdx": "^2.0.13", - "@types/react": "19.2.3", + "@types/react": "19.2.4", "@types/react-dom": "19.2.3", "eslint": "^9.38.0", "eslint-config-next": "16.0.1", @@ -41,7 +41,7 @@ "node": "22" }, "overrides": { - "@types/react": "19.2.3", + "@types/react": "19.2.4", "@types/react-dom": "19.2.3" } }