Skip to content

Commit 4aa244b

Browse files
committed
pin typescript
1 parent ee38d67 commit 4aa244b

File tree

3 files changed

+1026
-851
lines changed

3 files changed

+1026
-851
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"@theguild/prettier-config": "3.0.1",
3939
"@types/node": "^22.10.1",
4040
"eslint": "9.37.0",
41-
"prettier": "3.6.2"
41+
"prettier": "3.6.2",
42+
"typescript": "5.7.3"
4243
},
4344
"pnpm": {
4445
"patchedDependencies": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"oclif": "4.16.0",
7878
"spawn-command": "1.0.0",
7979
"strip-ansi": "7.1.2",
80-
"typescript": "^5.7.2",
80+
"typescript": "5.7.3",
8181
"vitest": "^3.0.0"
8282
},
8383
"publishConfig": {

0 commit comments

Comments
 (0)