Comparing version 6.4.0 to 6.4.1
{ | ||
"name": "listr2", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.", | ||
@@ -13,5 +13,5 @@ "license": "MIT", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
"import": "./dist/index.js" | ||
}, | ||
@@ -45,3 +45,3 @@ "./package.json": "./package.json" | ||
"pre-commit": "[ -n \"$SKIP_GIT_HOOKS\" ] && true || pnpm exec lint-staged", | ||
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true", | ||
"prepare-commit-msg": "[ -t 1 ] && exec < /dev/tty && git cz --hook || true", | ||
"pre-push": "[ -n \"$SKIP_GIT_HOOKS\" ] && true || pnpm run test" | ||
@@ -78,3 +78,3 @@ }, | ||
"cli-truncate": "^3.1.0", | ||
"colorette": "^2.0.19", | ||
"colorette": "^2.0.20", | ||
"eventemitter3": "^5.0.0", | ||
@@ -86,9 +86,9 @@ "log-update": "^5.0.1", | ||
"devDependencies": { | ||
"@cenk1cenk2/cz-cc": "^1.6.0", | ||
"@cenk1cenk2/eslint-config": "^2.6.5", | ||
"@cenk1cenk2/cz-cc": "^1.6.4", | ||
"@cenk1cenk2/eslint-config": "^2.7.0", | ||
"@jest/globals": "^29.5.0", | ||
"@swc/core": "^1.3.55", | ||
"@swc/core": "^1.3.56", | ||
"@tsconfig/node16": "^1.0.3", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.11", | ||
"@types/jest": "^29.5.1", | ||
"@types/node": "^18.16.3", | ||
"@types/wrap-ansi": "^8.0.1", | ||
@@ -98,9 +98,9 @@ "@vuepress/client": "2.0.0-beta.61", | ||
"enquirer": "^2.3.6", | ||
"eslint": "^8.38.0", | ||
"eslint": "^8.39.0", | ||
"jest": "^29.5.0", | ||
"jest-mock-process": "^2.0.0", | ||
"lint-staged": "^13.2.1", | ||
"prettier": "^2.8.7", | ||
"lint-staged": "^13.2.2", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.0", | ||
"rxjs": "^7.8.0", | ||
"rxjs": "^7.8.1", | ||
"simple-git-hooks": "^2.8.1", | ||
@@ -111,9 +111,9 @@ "ts-jest": "^29.1.0", | ||
"tsup": "6.7.0", | ||
"typedoc": "^0.24.1", | ||
"typedoc-plugin-markdown": "^3.15.1", | ||
"typedoc": "^0.24.6", | ||
"typedoc-plugin-markdown": "^3.15.3", | ||
"typescript": "^5.0.4", | ||
"vue": "^3.2.47", | ||
"vuepress": "2.0.0-beta.61", | ||
"vuepress-plugin-typedoc": "^0.12.0", | ||
"vuepress-theme-hope": "2.0.0-beta.202" | ||
"vuepress-plugin-typedoc": "^0.12.1", | ||
"vuepress-theme-hope": "2.0.0-beta.206" | ||
}, | ||
@@ -120,0 +120,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
215324
Updatedcolorette@^2.0.20