From f900c12edd74406c693335bdc30c0ebd5f0d6866 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 23:37:39 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v19.2.5 --- bun.lock | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index ed14d02..31cf33f 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.4", + "@types/react": "19.2.5", "@types/react-dom": "19.2.3", "eslint": "^9.38.0", "eslint-config-next": "16.0.3", @@ -34,7 +34,7 @@ }, }, "overrides": { - "@types/react": "19.2.4", + "@types/react": "19.2.5", "@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.4", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-tBFxBp9Nfyy5rsmefN+WXc1JeW/j2BpBHFdLZbEVfs9wn3E3NRFxwV0pJg8M1qQAexFpvz73hJXFofV0ZAu92A=="], + "@types/react": ["@types/react@19.2.5", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw=="], "@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 233420b..96451af 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.4", + "@types/react": "19.2.5", "@types/react-dom": "19.2.3", "eslint": "^9.38.0", "eslint-config-next": "16.0.3", @@ -41,7 +41,7 @@ "node": "22" }, "overrides": { - "@types/react": "19.2.4", + "@types/react": "19.2.5", "@types/react-dom": "19.2.3" } }