@lerna/prompt
Advanced tools
Comparing version 3.0.0 to 3.3.1
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.3.1"></a> | ||
## [3.3.1](https://github.com/lerna/lerna/compare/v3.3.0...v3.3.1) (2018-09-11) | ||
### Bug Fixes | ||
* **prompt:** Upgrade inquirer to ^6.2.0 ([ebb7ee4](https://github.com/lerna/lerna/commit/ebb7ee4)) | ||
<a name="3.0.0"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10) |
{ | ||
"name": "@lerna/prompt", | ||
"version": "3.0.0", | ||
"version": "3.3.1", | ||
"description": "An internal Lerna tool", | ||
@@ -33,6 +33,6 @@ "keywords": [ | ||
"dependencies": { | ||
"inquirer": "^5.1.0", | ||
"inquirer": "^6.2.0", | ||
"npmlog": "^4.1.2" | ||
}, | ||
"gitHead": "0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6" | ||
"gitHead": "5da13190852897ac37349a28a0b24470ec7bd833" | ||
} |
Sorry, the diff of this file is not supported yet
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
4010
+ Addedansi-regex@4.1.1(transitive)
+ Addedchardet@0.7.0(transitive)
+ Addedexternal-editor@3.1.0(transitive)
+ Addedinquirer@6.5.2(transitive)
+ Addedrxjs@6.6.7(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
+ Addedtslib@1.14.1(transitive)
- Removedchardet@0.4.2(transitive)
- Removedexternal-editor@2.2.0(transitive)
- Removedinquirer@5.2.0(transitive)
- Removedrxjs@5.5.12(transitive)
- Removedsymbol-observable@1.0.1(transitive)
Updatedinquirer@^6.2.0