@listr2/prompt-adapter-enquirer
Advanced tools
Comparing version 2.0.12 to 3.0.0-beta.1
{ | ||
"name": "@listr2/prompt-adapter-enquirer", | ||
"version": "2.0.12", | ||
"version": "3.0.0-beta.1", | ||
"description": "Listr2 prompt adapter for enquirer.", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
"format": "prettier --log-level warn --write src/ tests/ && pnpm run lint --fix", | ||
"lint": "eslint --ext .ts,.js,.tsx,.jsx src/ tests/", | ||
"lint": "eslint --flag unstable_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", | ||
@@ -48,3 +48,3 @@ "test:cov": "pnpm run test --coverage", | ||
"prettier --log-level warn --write", | ||
"eslint --fix" | ||
"eslint --flag unstable_config_lookup_from_file --fix" | ||
], | ||
@@ -76,3 +76,3 @@ "*.{json,md}": [ | ||
"devDependencies": { | ||
"listr2": "8.2.5", | ||
"listr2": "9.0.0-beta.1", | ||
"enquirer": "^2.4.1" | ||
@@ -79,0 +79,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
23551
2