diff --git a/bun.lock b/bun.lock index 455c265..5c54548 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.2", + "@types/react": "19.2.3", "@types/react-dom": "19.2.2", "eslint": "^9.38.0", "eslint-config-next": "16.0.1", @@ -34,7 +34,7 @@ }, }, "overrides": { - "@types/react": "19.2.2", + "@types/react": "19.2.3", "@types/react-dom": "19.2.2", }, "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.2", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA=="], + "@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=="], diff --git a/package.json b/package.json index d11656a..af79d28 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.2", + "@types/react": "19.2.3", "@types/react-dom": "19.2.2", "eslint": "^9.38.0", "eslint-config-next": "16.0.1", @@ -41,7 +41,7 @@ "node": "22" }, "overrides": { - "@types/react": "19.2.2", + "@types/react": "19.2.3", "@types/react-dom": "19.2.2" } }