@inquirer/select 4.0.9 → 4.0.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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/select",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "description": "Inquirer select/list prompt",
5
5
  "keywords": [
6
6
  "answer",
@@ -74,15 +74,15 @@
74
74
  "tsc": "tshy"
75
75
  },
76
76
  "dependencies": {
77
- "@inquirer/core": "^10.1.7",
78
- "@inquirer/figures": "^1.0.10",
79
- "@inquirer/type": "^3.0.4",
77
+ "@inquirer/core": "^10.1.8",
78
+ "@inquirer/figures": "^1.0.11",
79
+ "@inquirer/type": "^3.0.5",
80
80
  "ansi-escapes": "^4.3.2",
81
81
  "yoctocolors-cjs": "^2.1.2"
82
82
  },
83
83
  "devDependencies": {
84
- "@arethetypeswrong/cli": "^0.17.3",
85
- "@inquirer/testing": "^2.1.44",
84
+ "@arethetypeswrong/cli": "^0.17.4",
85
+ "@inquirer/testing": "^2.1.45",
86
86
  "@repo/tsconfig": "workspace:*",
87
87
  "tshy": "^3.0.2"
88
88
  },
@@ -109,5 +109,5 @@
109
109
  "optional": true
110
110
  }
111
111
  },
112
- "gitHead": "27c8859a99557790d1f87721e185a5208c8487db"
112
+ "gitHead": "79a0b3e7446b4a3de09445bf2f4031e4190b6382"
113
113
  }