@inquirer/select 4.4.0 → 4.4.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 -10
  2. package/package.json +10 -9
package/README.md CHANGED
@@ -4,16 +4,6 @@ Simple interactive command line prompt to display a list of choices (single sele
4
4
 
5
5
  ![select prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/list.svg)
6
6
 
7
- # Special Thanks
8
-
9
- <div align="center" markdown="1">
10
-
11
- [![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=npmjs&utm_medium=repo&utm_campaign=inquirerjs)<br>
12
-
13
- ### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=npmjs&utm_medium=repo&utm_campaign=inquirerjs)
14
-
15
- </div>
16
-
17
7
  # Installation
18
8
 
19
9
  <table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/select",
3
- "version": "4.4.0",
3
+ "version": "4.4.2",
4
4
  "description": "Inquirer select/list prompt",
5
5
  "keywords": [
6
6
  "answer",
@@ -74,16 +74,17 @@
74
74
  "tsc": "tshy"
75
75
  },
76
76
  "dependencies": {
77
- "@inquirer/ansi": "^1.0.1",
78
- "@inquirer/core": "^10.3.0",
79
- "@inquirer/figures": "^1.0.14",
80
- "@inquirer/type": "^3.0.9",
81
- "yoctocolors-cjs": "^2.1.2"
77
+ "@inquirer/ansi": "^1.0.2",
78
+ "@inquirer/core": "^10.3.2",
79
+ "@inquirer/figures": "^1.0.15",
80
+ "@inquirer/type": "^3.0.10",
81
+ "yoctocolors-cjs": "^2.1.3"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@arethetypeswrong/cli": "^0.18.2",
85
- "@inquirer/testing": "^2.1.51",
86
- "tshy": "^3.0.2"
85
+ "@inquirer/testing": "^2.1.53",
86
+ "@repo/tsconfig": "0.0.0",
87
+ "tshy": "^3.0.3"
87
88
  },
88
89
  "engines": {
89
90
  "node": ">=18"
@@ -108,5 +109,5 @@
108
109
  "optional": true
109
110
  }
110
111
  },
111
- "gitHead": "87cb01e67a25983bdaf0d74a7685915c0afb5f23"
112
+ "gitHead": "4731a373881368e2f701c41adc67bc83244bf89f"
112
113
  }