diff --git a/package-lock.json b/package-lock.json index 3d2de48..19a668b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "esbuild": "^0.28.0", - "typescript": "^5.2.2" + "typescript": "^6.0.2" } }, "node_modules/@bufbuild/protobuf": { @@ -651,9 +651,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index b8afb55..61d9815 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "esbuild": "^0.28.0", - "typescript": "^5.2.2" + "typescript": "^6.0.2" }, "dependencies": { "@bufbuild/protobuf": "^2.11.0", diff --git a/src/app.ts b/src/app.ts index c917ffc..8c0a74f 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,7 +1,5 @@ // I cant' get this import to work locally. The import in node_modules is // javy/dist but esbuild requires the import to be javy/fs -// -// @ts-expect-error import { readFileSync, writeFileSync, STDIO } from "javy/fs"; import { EmitHint, diff --git a/src/logger.ts b/src/logger.ts index 34c89bb..872bf00 100644 --- a/src/logger.ts +++ b/src/logger.ts @@ -1,7 +1,5 @@ // I cant' get this import to work locally. The import in node_modules is // javy/dist but esbuild requires the import to be javy/fs -// -// @ts-expect-error import { readFileSync, writeFileSync, STDIO } from "javy/fs"; export function log(msg: string) {