diff --git a/bun.lock b/bun.lock index 8a278306..29c9bcc3 100644 --- a/bun.lock +++ b/bun.lock @@ -17,7 +17,7 @@ "prettier-plugin-tailwindcss": "0.7.2", "shared": "workspace:*", "ts-node": "10.9.2", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.58.0", }, }, @@ -3224,7 +3224,7 @@ "typedarray-to-buffer": ["typedarray-to-buffer@3.1.5", "", { "dependencies": { "is-typedarray": "^1.0.0" } }, "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q=="], - "typescript": ["typescript@5.9.3", "", { "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=="], "typescript-eslint": ["typescript-eslint@8.58.0", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.58.0", "@typescript-eslint/parser": "8.58.0", "@typescript-eslint/typescript-estree": "8.58.0", "@typescript-eslint/utils": "8.58.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA=="], diff --git a/package.json b/package.json index 97a2b80b..21f98dd2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "prettier-plugin-tailwindcss": "0.7.2", "shared": "workspace:*", "ts-node": "10.9.2", - "typescript": "5.9.3", + "typescript": "6.0.3", "typescript-eslint": "8.58.0" }, "scripts": {