@listr2/prompt-adapter-inquirer
Advanced tools
Comparing version
{ | ||
"name": "@listr2/prompt-adapter-inquirer", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"description": "Listr2 prompt adapter for inquirer.", | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
"node": ">=20.0.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "scripts": { | ||
"format": "prettier --log-level warn --write src/ tests/ && pnpm run lint --fix", | ||
"lint": "eslint --flag unstable_config_lookup_from_file src/ tests/", | ||
"lint": "eslint --flag v10_config_lookup_from_file src/ tests/", | ||
"test": "NO_COLOR=1 TS_NODE_PROJECT=tests/tsconfig.json NODE_OPTIONS='--no-warnings --experimental-specifier-resolution=node --experimental-vm-modules' jest --config tests/jest.config.ts", | ||
@@ -49,3 +49,3 @@ "test:cov": "pnpm run test --coverage", | ||
"prettier --log-level warn --write", | ||
"eslint --flag unstable_config_lookup_from_file --fix" | ||
"eslint --flag v10_config_lookup_from_file --fix" | ||
], | ||
@@ -76,13 +76,14 @@ "*.{json,md}": [ | ||
"dependencies": { | ||
"@inquirer/type": "^3.0.0" | ||
"@inquirer/type": "^3.0.7" | ||
}, | ||
"devDependencies": { | ||
"@inquirer/core": "^10.0.0", | ||
"@inquirer/input": "^4.0.0", | ||
"@inquirer/prompts": "^7.0.0", | ||
"listr2": "9.0.0-beta.2" | ||
"@inquirer/core": "^10.1.14", | ||
"@inquirer/input": "^4.2.0", | ||
"@inquirer/prompts": "^7.6.0", | ||
"listr2": "9.0.0-beta.3" | ||
}, | ||
"peerDependencies": { | ||
"@inquirer/prompts": ">= 3 < 8" | ||
"@inquirer/prompts": ">= 3 < 8", | ||
"listr2": "9.0.0-beta.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
10048
0.27%3
50%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
Updated