Skip to content

Commit 24967dd

Browse files
authored
Merge pull request #29 from reload/dependabot/npm_and_yarn/typescript-6.0.2
chore(deps-dev): Bump typescript from 5.9.3 to 6.0.2
2 parents 674465e + b60b0e3 commit 24967dd

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"devDependencies": {
1212
"esbuild": "^0.28.0",
13-
"typescript": "^5.2.2"
13+
"typescript": "^6.0.2"
1414
},
1515
"dependencies": {
1616
"@bufbuild/protobuf": "^2.11.0",

src/app.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// I cant' get this import to work locally. The import in node_modules is
22
// javy/dist but esbuild requires the import to be javy/fs
3-
//
4-
// @ts-expect-error
53
import { readFileSync, writeFileSync, STDIO } from "javy/fs";
64
import {
75
EmitHint,

src/logger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// I cant' get this import to work locally. The import in node_modules is
22
// javy/dist but esbuild requires the import to be javy/fs
3-
//
4-
// @ts-expect-error
53
import { readFileSync, writeFileSync, STDIO } from "javy/fs";
64

75
export function log(msg: string) {

0 commit comments

Comments
 (0)