diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index a7db9e331..5331c99d3 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@inquirer/checkbox", - "version": "0.0.28-alpha.0", + "version": "0.0.29-alpha.0", "type": "module", "description": "Inquirer checkbox prompt", "main": "dist/index.js", diff --git a/packages/confirm/package.json b/packages/confirm/package.json index 3af961867..e5e0024fa 100644 --- a/packages/confirm/package.json +++ b/packages/confirm/package.json @@ -1,7 +1,7 @@ { "name": "@inquirer/confirm", "type": "module", - "version": "0.0.26-alpha.0", + "version": "0.0.27-alpha.0", "description": "Inquirer confirm prompt", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/core/package.json b/packages/core/package.json index acc36538a..443f36999 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@inquirer/core", "type": "module", - "version": "0.0.28-alpha.0", + "version": "0.0.29-alpha.0", "description": "Core Inquirer prompt API", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -53,7 +53,7 @@ "license": "MIT", "homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/core/README.md", "dependencies": { - "@inquirer/type": "^0.0.3-alpha.0", + "@inquirer/type": "^0.0.4-alpha.0", "ansi-escapes": "^5.0.0", "chalk": "^5.1.0", "cli-spinners": "^2.7.0", @@ -66,7 +66,7 @@ "wrap-ansi": "^8.0.1" }, "devDependencies": { - "@inquirer/testing": "^0.0.4-alpha.0" + "@inquirer/testing": "^0.0.5-alpha.0" }, "scripts": { "tsc": "tsc" diff --git a/packages/inquirer/package.json b/packages/inquirer/package.json index c916355fb..b988067fb 100644 --- a/packages/inquirer/package.json +++ b/packages/inquirer/package.json @@ -1,7 +1,7 @@ { "name": "inquirer", "type": "module", - "version": "9.1.2", + "version": "9.1.3", "description": "A collection of common interactive command line user interfaces.", "author": "Simon Boudrias ", "files": [ diff --git a/packages/password/package.json b/packages/password/package.json index 3d3c868e7..484555f4d 100644 --- a/packages/password/package.json +++ b/packages/password/package.json @@ -1,7 +1,7 @@ { "name": "@inquirer/password", "type": "module", - "version": "0.0.26-alpha.0", + "version": "0.0.27-alpha.0", "description": "Inquirer password prompt", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -54,7 +54,7 @@ "homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/password/README.md", "dependencies": { "@inquirer/input": "^0.0.27-alpha.0", - "@inquirer/type": "^0.0.3-alpha.0", + "@inquirer/type": "^0.0.4-alpha.0", "chalk": "^5.0.1" }, "scripts": { diff --git a/packages/select/package.json b/packages/select/package.json index 07195949e..8c4cf2a63 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,7 +1,7 @@ { "name": "@inquirer/select", "type": "module", - "version": "0.0.27-alpha.0", + "version": "0.0.28-alpha.0", "description": "Inquirer select/list prompt", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/testing/package.json b/packages/testing/package.json index 1b0f71738..2c45276ca 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,7 +1,7 @@ { "name": "@inquirer/testing", "type": "module", - "version": "0.0.4-alpha.0", + "version": "0.0.5-alpha.0", "description": "Inquirer testing utilities", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -56,7 +56,7 @@ "license": "MIT", "homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/testing/README.md", "dependencies": { - "@inquirer/type": "^0.0.3-alpha.0", + "@inquirer/type": "^0.0.4-alpha.0", "mute-stream": "^0.0.8", "strip-ansi": "^7.0.1" }, diff --git a/packages/type/package.json b/packages/type/package.json index 3d371a066..d11c9a874 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,7 +1,7 @@ { "name": "@inquirer/type", "type": "module", - "version": "0.0.3-alpha.0", + "version": "0.0.4-alpha.0", "description": "Inquirer core TS types", "main": "dist/index.js", "typings": "dist/index.d.ts",