diff --git a/bun.lock b/bun.lock index c71129b..2f38f19 100644 --- a/bun.lock +++ b/bun.lock @@ -11,20 +11,20 @@ "@mui/material": "^7.3.10", "@mui/material-nextjs": "^7.3.10", "@mui/x-data-grid": "^8.28.2", - "@mui/x-data-grid-generator": "^8.28.2", - "next": "^16.2.3", - "next-auth": "^5.0.0-beta.30", + "@mui/x-data-grid-generator": "^8.28.3", + "next": "^16.2.4", + "next-auth": "^5.0.0-beta.31", "react": "^19.2.5", "react-dom": "^19.2.5", }, "devDependencies": { - "@biomejs/biome": "^2.4.11", - "@tailwindcss/postcss": "^4.2.2", + "@biomejs/biome": "^2.4.13", + "@tailwindcss/postcss": "^4.2.4", "@types/node": "^25.6.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "tailwindcss": "^4.2.2", - "typescript": "^5.9.3", + "tailwindcss": "^4.2.4", + "typescript": "^6.0.0", }, }, }, @@ -627,7 +627,7 @@ "type-fest": ["type-fest@2.19.0", "https://npm.flatt.tech/type-fest/-/type-fest-2.19.0.tgz", {}, "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="], - "typescript": ["typescript@5.9.3", "https://npm.flatt.tech/typescript/-/typescript-5.9.3.tgz", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], "undici-types": ["undici-types@7.19.2", "https://npm.flatt.tech/undici-types/-/undici-types-7.19.2.tgz", {}, "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg=="], diff --git a/package.json b/package.json index c3180ef..5b0e8f3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@biomejs/biome": "^2.4.13", - "typescript": "^5.9.3", + "typescript": "^6.0.0", "@types/node": "^25.6.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3",