Skip to content

Commit 5f69928

Browse files
committed
chore: upgrade typescript
1 parent 534019f commit 5f69928

File tree

5 files changed

+177
-71
lines changed

5 files changed

+177
-71
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prepare": "simple-git-hooks",
4141
"build": "pkgroll --minify",
4242
"lint": "eslint --cache .",
43-
"type-check": "tsc --noEmit",
43+
"type-check": "tsc",
4444
"test": "tsx tests",
4545
"test:dts": "tsd -f tests/cleye.test-d.ts",
4646
"dev": "tsx watch --conditions=development tests",
@@ -67,9 +67,9 @@
6767
"nanospy": "^0.5.0",
6868
"pkgroll": "^1.9.0",
6969
"simple-git-hooks": "^2.8.1",
70-
"tsd": "^0.25.0",
70+
"tsd": "^0.31.2",
7171
"tsx": "^3.12.3",
72-
"typescript": "^4.9.5"
72+
"typescript": "^5.7.3"
7373
},
7474
"eslintConfig": {
7575
"extends": "@pvtnbr",

0 commit comments

Comments
 (0)