Skip to content

Commit a38be55

Browse files
authored
chore(deps): update TS to 5.8 (#1120)
1 parent 3efc9eb commit a38be55

File tree

3 files changed

+76
-76
lines changed

3 files changed

+76
-76
lines changed

package-lock.json

+70-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@size-limit/file": "11.2.0",
9797
"@types/fs-extra": "11.0.4",
9898
"@types/minimist": "1.2.5",
99-
"@types/node": ">=22.13.5",
99+
"@types/node": "22.13.5",
100100
"@types/which": "3.0.4",
101101
"@webpod/ingrid": "0.0.0-beta.3",
102102
"@webpod/ps": "0.1.0",
@@ -118,17 +118,17 @@
118118
"fs-extra": "11.2.0",
119119
"get-port": "7.1.0",
120120
"globby": "14.0.2",
121-
"jsr": "0.13.3",
122-
"lefthook": "1.10.11",
121+
"jsr": "0.13.4",
122+
"lefthook": "1.11.2",
123123
"madge": "8.0.0",
124124
"minimist": "1.2.8",
125125
"node-fetch-native": "1.6.4",
126-
"prettier": "3.5.2",
126+
"prettier": "3.5.3",
127127
"size-limit": "11.2.0",
128128
"ts-node": "10.9.2",
129129
"tsd": "0.31.2",
130130
"tsx": "4.19.3",
131-
"typescript": "5.7.3",
131+
"typescript": "5.8.2",
132132
"vitepress": "1.6.3",
133133
"which": "5.0.0",
134134
"yaml": "2.7.0",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"declaration": true,
1010
"emitDeclarationOnly": true,
1111
"allowImportingTsExtensions": true,
12-
"types": []
12+
"types": ["node", "fs-extra"]
1313
},
1414
"include": ["./src/**/*"],
1515
"exclude": ["./src/globals.ts"]

0 commit comments

Comments
 (0)