Skip to content

Commit c957c14

Browse files
committed
update typescript to 5.9.3
Note: @types/node is/was no longer working. I'm not sure where that's coming from but I needed to add the latest in here to get it to stop complaining about unrelated types.
1 parent 3925647 commit c957c14

9 files changed

Lines changed: 25 additions & 31 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"dependencies": {
3737
"@webgpu/types": "^0.1.69",
3838
"debug": "^4.4.0"
39+
},
40+
"devDependencies": {
41+
"@types/node": "^25.5.0"
3942
}
4043
}

test/ts-tests/ts5.7/index.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/ts-tests/ts5.7/package.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/ts-tests/ts5.7/tsconfig.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"test": "tsc --version && tsc"
55
},
66
"dependencies": {
7-
"webgpu": "file:../../..",
8-
"typescript": "~5.1.0"
7+
"typescript": "^5.9.3",
8+
"webgpu": "file:../../.."
99
}
1010
}

0 commit comments

Comments
 (0)