Skip to content

Commit

Permalink
Fix(all): Require a specific version of @inquirer/type since type pac…
Browse files Browse the repository at this point in the history
…kages are brittle.
  • Loading branch information
SBoudrias committed Oct 6, 2024
1 parent b1890dc commit 434db0e
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/figures": "^1.0.6",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/confirm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0"
"@inquirer/type": "2.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@inquirer/figures": "^1.0.6",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"ansi-escapes": "^4.3.2",
"cli-width": "^4.1.0",
"mute-stream": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"external-editor": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/expand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0"
"@inquirer/type": "2.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/prompts": "^6.0.1",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"ansi-escapes": "^4.3.2",
"mute-stream": "^2.0.0",
"run-async": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/number/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0"
"@inquirer/type": "2.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"ansi-escapes": "^4.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"@repo/tsconfig": "workspace:*",
"tshy": "^3.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rawlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/figures": "^1.0.6",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dependencies": {
"@inquirer/core": "^9.2.1",
"@inquirer/figures": "^1.0.6",
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"ansi-escapes": "^4.3.2",
"yoctocolors-cjs": "^2.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"tsc": "tshy"
},
"dependencies": {
"@inquirer/type": "^2.0.0",
"@inquirer/type": "2.0.0",
"ansi-escapes": "^4.3.2",
"mute-stream": "^2.0.0",
"strip-ansi": "^6.0.1"
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ __metadata:
"@inquirer/core": "npm:^9.2.1"
"@inquirer/figures": "npm:^1.0.6"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
ansi-escapes: "npm:^4.3.2"
tshy: "npm:^3.0.2"
Expand All @@ -462,7 +462,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/core": "npm:^9.2.1"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
tshy: "npm:^3.0.2"
languageName: unknown
Expand All @@ -475,7 +475,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/figures": "npm:^1.0.6"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
"@types/mute-stream": "npm:^0.0.4"
"@types/node": "npm:^22.7.4"
Expand Down Expand Up @@ -514,7 +514,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/core": "npm:^9.2.1"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
external-editor: "npm:^3.1.0"
tshy: "npm:^3.0.2"
Expand All @@ -539,7 +539,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/core": "npm:^9.2.1"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
tshy: "npm:^3.0.2"
yoctocolors-cjs: "npm:^2.1.2"
Expand All @@ -563,7 +563,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/core": "npm:^9.2.1"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
tshy: "npm:^3.0.2"
languageName: unknown
Expand All @@ -576,7 +576,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/core": "npm:^9.2.1"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
tshy: "npm:^3.0.2"
languageName: unknown
Expand All @@ -589,7 +589,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/core": "npm:^9.2.1"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
ansi-escapes: "npm:^4.3.2"
tshy: "npm:^3.0.2"
Expand All @@ -611,7 +611,7 @@ __metadata:
"@inquirer/rawlist": "npm:^3.0.1"
"@inquirer/search": "npm:^2.0.1"
"@inquirer/select": "npm:^3.0.1"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
tshy: "npm:^3.0.2"
languageName: unknown
Expand All @@ -624,7 +624,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/core": "npm:^9.2.1"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
tshy: "npm:^3.0.2"
yoctocolors-cjs: "npm:^2.1.2"
Expand Down Expand Up @@ -667,7 +667,7 @@ __metadata:
"@inquirer/core": "npm:^9.2.1"
"@inquirer/figures": "npm:^1.0.6"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
tshy: "npm:^3.0.2"
yoctocolors-cjs: "npm:^2.1.2"
Expand All @@ -682,7 +682,7 @@ __metadata:
"@inquirer/core": "npm:^9.2.1"
"@inquirer/figures": "npm:^1.0.6"
"@inquirer/testing": "npm:^2.1.34"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
ansi-escapes: "npm:^4.3.2"
tshy: "npm:^3.0.2"
Expand All @@ -695,7 +695,7 @@ __metadata:
resolution: "@inquirer/testing@workspace:packages/testing"
dependencies:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
"@types/mute-stream": "npm:^0.0.4"
"@types/node": "npm:^22.7.4"
Expand All @@ -706,15 +706,15 @@ __metadata:
languageName: unknown
linkType: soft

"@inquirer/type@npm:^2.0.0, @inquirer/type@workspace:packages/type":
"@inquirer/type@npm:2.0.0, @inquirer/type@workspace:packages/type":
version: 0.0.0-use.local
resolution: "@inquirer/type@workspace:packages/type"
dependencies:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@repo/tsconfig": "workspace:*"
tshy: "npm:^3.0.2"
peerDependencies:
"@types/node": "*"
"@types/node": ">=18"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4764,7 +4764,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.16.4"
"@inquirer/core": "npm:^9.2.1"
"@inquirer/prompts": "npm:^6.0.1"
"@inquirer/type": "npm:^2.0.0"
"@inquirer/type": "npm:2.0.0"
"@repo/tsconfig": "workspace:*"
"@types/mute-stream": "npm:^0.0.4"
ansi-escapes: "npm:^4.3.2"
Expand Down

0 comments on commit 434db0e

Please sign in to comment.