diff --git a/bun.lock b/bun.lock index 53ec200e..b7c395eb 100644 --- a/bun.lock +++ b/bun.lock @@ -22,7 +22,7 @@ "@tailwindcss/cli": "^4.0.0", "@tailwindcss/postcss": "^4.0.0", "@types/node": "^24.0.0", - "@types/react": "19.2.14", + "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@typescript-eslint/eslint-plugin": "^8.59.1", "@typescript-eslint/parser": "^8.59.1", @@ -936,7 +936,7 @@ "@types/pg-pool": ["@types/pg-pool@2.0.6", "", { "dependencies": { "@types/pg": "*" } }, "sha512-TaAUE5rq2VQYxab5Ts7WZhKNmuN78Q6PiFonTDdpbx8a1H0M1vhy3rhiMjl+e2iHmogyMw7jZF4FrE6eJUy5HQ=="], - "@types/react": ["@types/react@19.2.14", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w=="], + "@types/react": ["@types/react@19.2.15", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q=="], "@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 c793b0b9..62ad6ceb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@tailwindcss/cli": "^4.0.0", "@tailwindcss/postcss": "^4.0.0", "@types/node": "^24.0.0", - "@types/react": "19.2.14", + "@types/react": "19.2.15", "@types/react-dom": "19.2.3", "@typescript-eslint/eslint-plugin": "^8.59.1", "@typescript-eslint/parser": "^8.59.1",