diff --git a/bun.lock b/bun.lock index b8d2406..19f55b0 100644 --- a/bun.lock +++ b/bun.lock @@ -21,7 +21,7 @@ "eslint": "^10.0.2", "prettier": "^3.7.4", "react-devtools-core": "^7.0.1", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "typescript-eslint": "^8.50.1", }, }, @@ -277,7 +277,7 @@ "type-fest": ["type-fest@5.4.4", "", { "dependencies": { "tagged-tag": "^1.0.0" } }, "sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw=="], - "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.1", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.58.1", "@typescript-eslint/parser": "8.58.1", "@typescript-eslint/typescript-estree": "8.58.1", "@typescript-eslint/utils": "8.58.1" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg=="], diff --git a/package.json b/package.json index 39de845..e258d7a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint": "^10.0.2", "prettier": "^3.7.4", "react-devtools-core": "^7.0.1", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "typescript-eslint": "^8.50.1" }, "dependencies": {