Skip to content

Commit 3fedf4d

Browse files
authored
fix: upgrade TypeScript to ^5.2.0 to fix @types/node ffi.d.ts syntax errors
1 parent 138601e commit 3fedf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lerna": "^6.6.2",
3131
"pre-commit": "^1.2.2",
3232
"ts-jest": "^26.4.4",
33-
"typescript": "^4.1.3"
33+
"typescript": "^5.2.0"
3434
},
3535
"scripts": {
3636
"bootstrap": "lerna bootstrap",

0 commit comments

Comments
 (0)