Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Feb 2, 2025
1 parent 504c230 commit 0beb389
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/checkbox",
"version": "4.0.7",
"version": "4.1.0",
"description": "Inquirer checkbox prompt",
"keywords": [
"answer",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/demo",
"version": "1.1.4",
"version": "1.1.5",
"description": "Inquirer demos",
"keywords": [
"answer",
Expand Down Expand Up @@ -72,7 +72,7 @@
"dependencies": {
"@inquirer/core": "^10.1.5",
"@inquirer/figures": "^1.0.10",
"@inquirer/prompts": "^7.2.4",
"@inquirer/prompts": "^7.3.0",
"yoctocolors-cjs": "^2.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/editor",
"version": "4.2.4",
"version": "4.2.5",
"description": "Inquirer multiline editor prompt",
"keywords": [
"answer",
Expand Down
4 changes: 2 additions & 2 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inquirer",
"version": "12.3.3",
"version": "12.4.0",
"description": "A collection of common interactive command line user interfaces.",
"keywords": [
"answer",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@inquirer/core": "^10.1.5",
"@inquirer/prompts": "^7.2.4",
"@inquirer/prompts": "^7.3.0",
"@inquirer/type": "^3.0.3",
"ansi-escapes": "^4.3.2",
"mute-stream": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inquirer/prompts",
"version": "7.2.4",
"version": "7.3.0",
"description": "Inquirer prompts, combined in a single package",
"keywords": [
"answer",
Expand Down Expand Up @@ -76,9 +76,9 @@
"tsc": "tshy"
},
"dependencies": {
"@inquirer/checkbox": "^4.0.7",
"@inquirer/checkbox": "^4.1.0",
"@inquirer/confirm": "^5.1.4",
"@inquirer/editor": "^4.2.4",
"@inquirer/editor": "^4.2.5",
"@inquirer/expand": "^4.0.7",
"@inquirer/input": "^4.1.4",
"@inquirer/number": "^3.0.7",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ __metadata:
languageName: node
linkType: hard

"@inquirer/checkbox@npm:^4.0.7, @inquirer/checkbox@workspace:packages/checkbox":
"@inquirer/checkbox@npm:^4.1.0, @inquirer/checkbox@workspace:packages/checkbox":
version: 0.0.0-use.local
resolution: "@inquirer/checkbox@workspace:packages/checkbox"
dependencies:
Expand Down Expand Up @@ -577,7 +577,7 @@ __metadata:
dependencies:
"@inquirer/core": "npm:^10.1.5"
"@inquirer/figures": "npm:^1.0.10"
"@inquirer/prompts": "npm:^7.2.4"
"@inquirer/prompts": "npm:^7.3.0"
"@repo/tsconfig": "workspace:*"
"@types/node": "npm:^22.10.10"
tshy: "npm:^3.0.2"
Expand All @@ -589,7 +589,7 @@ __metadata:
languageName: unknown
linkType: soft

"@inquirer/editor@npm:^4.2.4, @inquirer/editor@workspace:packages/editor":
"@inquirer/editor@npm:^4.2.5, @inquirer/editor@workspace:packages/editor":
version: 0.0.0-use.local
resolution: "@inquirer/editor@workspace:packages/editor"
dependencies:
Expand Down Expand Up @@ -688,14 +688,14 @@ __metadata:
languageName: unknown
linkType: soft

"@inquirer/prompts@npm:^7.2.4, @inquirer/prompts@workspace:*, @inquirer/prompts@workspace:packages/prompts":
"@inquirer/prompts@npm:^7.3.0, @inquirer/prompts@workspace:*, @inquirer/prompts@workspace:packages/prompts":
version: 0.0.0-use.local
resolution: "@inquirer/prompts@workspace:packages/prompts"
dependencies:
"@arethetypeswrong/cli": "npm:^0.17.3"
"@inquirer/checkbox": "npm:^4.0.7"
"@inquirer/checkbox": "npm:^4.1.0"
"@inquirer/confirm": "npm:^5.1.4"
"@inquirer/editor": "npm:^4.2.4"
"@inquirer/editor": "npm:^4.2.5"
"@inquirer/expand": "npm:^4.0.7"
"@inquirer/input": "npm:^4.1.4"
"@inquirer/number": "npm:^3.0.7"
Expand Down Expand Up @@ -4851,7 +4851,7 @@ __metadata:
dependencies:
"@arethetypeswrong/cli": "npm:^0.17.3"
"@inquirer/core": "npm:^10.1.5"
"@inquirer/prompts": "npm:^7.2.4"
"@inquirer/prompts": "npm:^7.3.0"
"@inquirer/type": "npm:^3.0.3"
"@repo/tsconfig": "workspace:*"
"@types/mute-stream": "npm:^0.0.4"
Expand Down

0 comments on commit 0beb389

Please sign in to comment.