diff --git a/bun.lock b/bun.lock index b27a2c68..6fb52dd3 100644 --- a/bun.lock +++ b/bun.lock @@ -25,7 +25,7 @@ "@testing-library/react": "^16.3.0", "@types/node": "^24.9.2", "@types/react": "18.3.27", - "@types/react-dom": "19.2.2", + "@types/react-dom": "19.2.3", "@typescript-eslint/eslint-plugin": "8.47.0", "@typescript-eslint/parser": "8.47.0", "@vitejs/plugin-react": "^5.0.0", @@ -859,7 +859,7 @@ "@types/react": ["@types/react@18.3.27", "", { "dependencies": { "@types/prop-types": "*", "csstype": "^3.2.2" } }, "sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w=="], - "@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/resolve": ["@types/resolve@1.20.6", "", {}, "sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ=="], diff --git a/package.json b/package.json index 48fb49d2..b9eab1cb 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@testing-library/react": "^16.3.0", "@types/node": "^24.9.2", "@types/react": "18.3.27", - "@types/react-dom": "19.2.2", + "@types/react-dom": "19.2.3", "@typescript-eslint/eslint-plugin": "8.47.0", "@typescript-eslint/parser": "8.47.0", "@vitejs/plugin-react": "^5.0.0",