@inquirer/prompts 7.3.0 → 7.3.2

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 +0 -13
  2. package/package.json +18 -13
package/README.md CHANGED
@@ -15,19 +15,6 @@ Give it a try in your own terminal!
15
15
  npx @inquirer/demo@latest
16
16
  ```
17
17
 
18
- # Special Thanks
19
-
20
- <div align="center" markdown="1">
21
-
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>
27
- [Available for MacOS and Linux](https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer)<br>
28
-
29
- </div>
30
-
31
18
  # Installation
32
19
 
33
20
  <table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/prompts",
3
- "version": "7.3.0",
3
+ "version": "7.3.2",
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.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"
79
+ "@inquirer/checkbox": "^4.1.2",
80
+ "@inquirer/confirm": "^5.1.6",
81
+ "@inquirer/editor": "^4.2.7",
82
+ "@inquirer/expand": "^4.0.9",
83
+ "@inquirer/input": "^4.1.6",
84
+ "@inquirer/number": "^3.0.9",
85
+ "@inquirer/password": "^4.0.9",
86
+ "@inquirer/rawlist": "^4.0.9",
87
+ "@inquirer/search": "^3.0.9",
88
+ "@inquirer/select": "^4.0.9"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@arethetypeswrong/cli": "^0.17.3",
92
- "@inquirer/type": "^3.0.3",
92
+ "@inquirer/type": "^3.0.4",
93
93
  "@repo/tsconfig": "workspace:*",
94
94
  "tshy": "^3.0.2"
95
95
  },
@@ -108,5 +108,10 @@
108
108
  "peerDependencies": {
109
109
  "@types/node": ">=18"
110
110
  },
111
- "gitHead": "0beb389a33484a0e08b8c39333e1441b5a56d0a1"
111
+ "peerDependenciesMeta": {
112
+ "@types/node": {
113
+ "optional": true
114
+ }
115
+ },
116
+ "gitHead": "27c8859a99557790d1f87721e185a5208c8487db"
112
117
  }