Comparing version 3.13.5 to 3.13.6
@@ -0,1 +1,7 @@ | ||
## [3.13.6](https://github.com/cenk1cenk2/listr2/compare/v3.13.5...v3.13.6) (2022-01-03) | ||
### Bug Fixes | ||
- update dependencies ([9ce590c](https://github.com/cenk1cenk2/listr2/commit/9ce590ca03e7954797e559a6999ed4ea9c6d27dd)) | ||
## [3.13.5](https://github.com/cenk1cenk2/listr2/compare/v3.13.4...v3.13.5) (2021-11-22) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "listr2", | ||
"version": "3.13.5", | ||
"version": "3.13.6", | ||
"description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.", | ||
@@ -71,3 +71,3 @@ "license": "MIT", | ||
"rfdc": "^1.3.0", | ||
"rxjs": "^7.4.0", | ||
"rxjs": "^7.5.1", | ||
"through": "^2.3.8", | ||
@@ -80,4 +80,4 @@ "wrap-ansi": "^7.0.0" | ||
"@types/clone": "^2.1.1", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.11.6", | ||
"@types/jest": "^27.4.0", | ||
"@types/node": "^17.0.7", | ||
"@types/rewire": "^2.5.28", | ||
@@ -88,19 +88,19 @@ "@types/through": "^0.0.30", | ||
"enquirer": "^2.3.6", | ||
"eslint": "^8.1.0", | ||
"jest": "^27.3.1", | ||
"eslint": "^8.6.0", | ||
"jest": "^27.4.5", | ||
"jest-mock-process": "^1.4.1", | ||
"lint-staged": "^11.2.6", | ||
"prettier": "^2.4.1", | ||
"rewire": "^5.0.0", | ||
"prettier": "^2.5.1", | ||
"rewire": "^6.0.0", | ||
"rimraf": "^3.0.2", | ||
"simple-git-hooks": "^2.7.0", | ||
"ts-jest": "^27.0.7", | ||
"ts-jest": "^27.1.2", | ||
"ts-node": "^10.4.0", | ||
"tsc-watch": "^4.5.0", | ||
"tsc-watch": "^4.6.0", | ||
"tsconfig-paths": "^3.12.0", | ||
"tsconfig-replace-paths": "^0.0.11", | ||
"tscpaths": "^0.0.9", | ||
"typedoc": "^0.22.9", | ||
"typedoc-plugin-markdown": "^3.11.7", | ||
"typescript": "^4.5.2" | ||
"typedoc": "^0.22.10", | ||
"typedoc-plugin-markdown": "^3.11.8", | ||
"typescript": "^4.5.4" | ||
}, | ||
@@ -107,0 +107,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
167450
Updatedrxjs@^7.5.1