@inquirer/rawlist 4.1.9 → 4.1.10

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 +8 -7
package/README.md CHANGED
@@ -4,16 +4,6 @@ Simple interactive command line prompt to display a raw list of choices (single
4
4
 
5
5
  ![rawlist prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/rawlist.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/rawlist",
3
- "version": "4.1.9",
3
+ "version": "4.1.10",
4
4
  "description": "Inquirer rawlist prompt",
5
5
  "keywords": [
6
6
  "answer",
@@ -74,14 +74,15 @@
74
74
  "tsc": "tshy"
75
75
  },
76
76
  "dependencies": {
77
- "@inquirer/core": "^10.3.0",
78
- "@inquirer/type": "^3.0.9",
79
- "yoctocolors-cjs": "^2.1.2"
77
+ "@inquirer/core": "^10.3.1",
78
+ "@inquirer/type": "^3.0.10",
79
+ "yoctocolors-cjs": "^2.1.3"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@arethetypeswrong/cli": "^0.18.2",
83
- "@inquirer/testing": "^2.1.51",
84
- "tshy": "^3.0.2"
83
+ "@inquirer/testing": "^2.1.52",
84
+ "@repo/tsconfig": "0.0.0",
85
+ "tshy": "^3.0.3"
85
86
  },
86
87
  "engines": {
87
88
  "node": ">=18"
@@ -106,5 +107,5 @@
106
107
  "optional": true
107
108
  }
108
109
  },
109
- "gitHead": "87cb01e67a25983bdaf0d74a7685915c0afb5f23"
110
+ "gitHead": "6881993e517e76fa891b72e1f5086fd11f7676ac"
110
111
  }