We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c4ad0 commit 98ab747Copy full SHA for 98ab747
package.json
@@ -72,8 +72,7 @@
72
"tsconfig-paths": "^4.1.0",
73
"ttypescript": "^1.5.15",
74
"type-is": "^1.6.18",
75
- "typescript": "4.9.3",
76
- "jsonrepair": "^3.12.0"
+ "typescript": "4.9.3"
77
},
78
"lint-staged": {
79
"**/packages/**/*.ts": [
packages/cli/package.json
@@ -25,7 +25,8 @@
25
"tslib": "^2.3.1",
26
"uri-template-lite": "^22.9.0",
27
"urijs": "^1.19.11",
28
- "yargs": "^16.2.0"
+ "yargs": "^16.2.0",
29
+ "jsonrepair": "^3.12.0"
30
31
"engines": {
32
"node": ">=18.20.1"
0 commit comments