@inquirer/prompts 7.2.3 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -19,10 +19,12 @@ npx @inquirer/demo@latest
19
19
 
20
20
  <div align="center" markdown="1">
21
21
 
22
- [![Warp](https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c)](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
23
- **[Warp, the intelligent terminal for developers](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)**<br>
22
+ [![Warp](https://github.com/user-attachments/assets/0c3b132c-8984-49cf-918a-db6f6abe2c01)](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
23
+
24
+ ### [Warp, the intelligent terminal for developers](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)
25
+
26
+ [Inquirer's terminal of choice!](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
24
27
  [Available for MacOS and Linux](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
25
- [Visit warp.dev to learn more](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)
26
28
 
27
29
  </div>
28
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/prompts",
3
- "version": "7.2.3",
3
+ "version": "7.3.0",
4
4
  "description": "Inquirer prompts, combined in a single package",
5
5
  "keywords": [
6
6
  "answer",
@@ -76,20 +76,20 @@
76
76
  "tsc": "tshy"
77
77
  },
78
78
  "dependencies": {
79
- "@inquirer/checkbox": "^4.0.6",
80
- "@inquirer/confirm": "^5.1.3",
81
- "@inquirer/editor": "^4.2.3",
82
- "@inquirer/expand": "^4.0.6",
83
- "@inquirer/input": "^4.1.3",
84
- "@inquirer/number": "^3.0.6",
85
- "@inquirer/password": "^4.0.6",
86
- "@inquirer/rawlist": "^4.0.6",
87
- "@inquirer/search": "^3.0.6",
88
- "@inquirer/select": "^4.0.6"
79
+ "@inquirer/checkbox": "^4.1.0",
80
+ "@inquirer/confirm": "^5.1.4",
81
+ "@inquirer/editor": "^4.2.5",
82
+ "@inquirer/expand": "^4.0.7",
83
+ "@inquirer/input": "^4.1.4",
84
+ "@inquirer/number": "^3.0.7",
85
+ "@inquirer/password": "^4.0.7",
86
+ "@inquirer/rawlist": "^4.0.7",
87
+ "@inquirer/search": "^3.0.7",
88
+ "@inquirer/select": "^4.0.7"
89
89
  },
90
90
  "devDependencies": {
91
- "@arethetypeswrong/cli": "^0.17.2",
92
- "@inquirer/type": "^3.0.2",
91
+ "@arethetypeswrong/cli": "^0.17.3",
92
+ "@inquirer/type": "^3.0.3",
93
93
  "@repo/tsconfig": "workspace:*",
94
94
  "tshy": "^3.0.2"
95
95
  },
@@ -108,5 +108,5 @@
108
108
  "peerDependencies": {
109
109
  "@types/node": ">=18"
110
110
  },
111
- "gitHead": "0b28eff102cb90e933faf104a1e42c2298b7cb0e"
111
+ "gitHead": "0beb389a33484a0e08b8c39333e1441b5a56d0a1"
112
112
  }