diff --git a/bun.lock b/bun.lock index 9318ddf8..e3d586eb 100644 --- a/bun.lock +++ b/bun.lock @@ -18,7 +18,7 @@ "react-native": "0.78.0", "react-test-renderer": "^19.0.0", "ts-jest": "^29.2.5", - "typescript": "5.7.3", + "typescript": "5.8.3", "typescript-eslint": "^8.24.1", }, "peerDependencies": { @@ -1258,7 +1258,7 @@ "type-fest": ["type-fest@0.7.1", "", {}, "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg=="], - "typescript": ["typescript@5.7.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw=="], + "typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="], "typescript-eslint": ["typescript-eslint@8.24.1", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.24.1", "@typescript-eslint/parser": "8.24.1", "@typescript-eslint/utils": "8.24.1" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.8.0" } }, "sha512-cw3rEdzDqBs70TIcb0Gdzbt6h11BSs2pS0yaq7hDWDBtCCSei1pPSUXE9qUdQ/Wm9NgFg8mKtMt1b8fTHIl1jA=="], diff --git a/package.json b/package.json index 56f6cb0b..d691772f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-native": "0.78.0", "react-test-renderer": "^19.0.0", "ts-jest": "^29.2.5", - "typescript": "5.7.3", + "typescript": "5.8.3", "typescript-eslint": "^8.24.1" }, "author": "Nader Dabit",