We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee38d67 commit 4aa244bCopy full SHA for 4aa244b
package.json
@@ -38,7 +38,8 @@
38
"@theguild/prettier-config": "3.0.1",
39
"@types/node": "^22.10.1",
40
"eslint": "9.37.0",
41
- "prettier": "3.6.2"
+ "prettier": "3.6.2",
42
+ "typescript": "5.7.3"
43
},
44
"pnpm": {
45
"patchedDependencies": {
packages/cli/package.json
@@ -77,7 +77,7 @@
77
"oclif": "4.16.0",
78
"spawn-command": "1.0.0",
79
"strip-ansi": "7.1.2",
80
- "typescript": "^5.7.2",
+ "typescript": "5.7.3",
81
"vitest": "^3.0.0"
82
83
"publishConfig": {
0 commit comments