Skip to content

Commit 98ab747

Browse files
fix(cli): put new library dependency into proper package.json (#2688) (#2690)
1 parent c6c4ad0 commit 98ab747

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
"tsconfig-paths": "^4.1.0",
7373
"ttypescript": "^1.5.15",
7474
"type-is": "^1.6.18",
75-
"typescript": "4.9.3",
76-
"jsonrepair": "^3.12.0"
75+
"typescript": "4.9.3"
7776
},
7877
"lint-staged": {
7978
"**/packages/**/*.ts": [

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"tslib": "^2.3.1",
2626
"uri-template-lite": "^22.9.0",
2727
"urijs": "^1.19.11",
28-
"yargs": "^16.2.0"
28+
"yargs": "^16.2.0",
29+
"jsonrepair": "^3.12.0"
2930
},
3031
"engines": {
3132
"node": ">=18.20.1"

0 commit comments

Comments
 (0)