diff --git a/bun.lock b/bun.lock index 31945cf..c5d7508 100644 --- a/bun.lock +++ b/bun.lock @@ -21,7 +21,7 @@ "@tailwindcss/postcss": "^4.1.14", "@types/node": "^24.6.2", "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", + "@types/react-dom": "^19.2.1", "eslint": "^9.37.0", "eslint-config-next": "^15.5.4", "knip": "^5.64.1", @@ -373,7 +373,7 @@ "@types/react": ["@types/react@19.2.0", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA=="], - "@types/react-dom": ["@types/react-dom@19.2.0", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-brtBs0MnE9SMx7px208g39lRmC5uHZs96caOJfTjFcYSLHNamvaSMfJNagChVNkup2SdtOxKX1FDBkRSJe1ZAg=="], + "@types/react-dom": ["@types/react-dom@19.2.1", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-/EEvYBdT3BflCWvTMO7YkYBHVE9Ci6XdqZciZANQgKpaiDRGOLIlRo91jbTNRQjgPFWVaRxcYc0luVNFitz57A=="], "@typescript-eslint/eslint-plugin": ["@typescript-eslint/eslint-plugin@8.44.0", "", { "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "8.44.0", "@typescript-eslint/type-utils": "8.44.0", "@typescript-eslint/utils": "8.44.0", "@typescript-eslint/visitor-keys": "8.44.0", "graphemer": "^1.4.0", "ignore": "^7.0.0", "natural-compare": "^1.4.0", "ts-api-utils": "^2.1.0" }, "peerDependencies": { "@typescript-eslint/parser": "^8.44.0", "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <6.0.0" } }, "sha512-EGDAOGX+uwwekcS0iyxVDmRV9HX6FLSM5kzrAToLTsr9OWCIKG/y3lQheCq18yZ5Xh78rRKJiEpP0ZaCs4ryOQ=="], diff --git a/package.json b/package.json index bff4cf5..1c65a7e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@tailwindcss/postcss": "^4.1.14", "@types/node": "^24.6.2", "@types/react": "^19.2.0", - "@types/react-dom": "^19.2.0", + "@types/react-dom": "^19.2.1", "eslint": "^9.37.0", "eslint-config-next": "^15.5.4", "knip": "^5.64.1",