lerna-script
Advanced tools
Comparing version 0.9.6 to 0.10.0
{ | ||
"name": "lerna-script", | ||
"version": "0.9.6", | ||
"version": "0.10.0", | ||
"description": "lerna extension for custom scripts", | ||
@@ -27,20 +27,20 @@ "main": "index.js", | ||
"lerna": "2.11.0", | ||
"lerna-script-test-utils": "^0.9.6", | ||
"mocha": "6.0.1", | ||
"sinon": "7.2.4", | ||
"lerna-script-test-utils": "^0.10.0", | ||
"mocha": "6.2.0", | ||
"sinon": "7.4.1", | ||
"sinon-chai": "3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"lerna": "~2.9.0 || ~2.11.0" | ||
"lerna": "~2.11.0" | ||
}, | ||
"dependencies": { | ||
"bluebird": "3.5.3", | ||
"fs-extra": "7.0.1", | ||
"ignore": "5.0.5", | ||
"lodash": "4.17.11", | ||
"bluebird": "3.5.5", | ||
"fs-extra": "8.1.0", | ||
"ignore": "5.1.4", | ||
"lodash": "4.17.15", | ||
"npmlog": "4.1.2", | ||
"sanitize-filename": "1.6.1", | ||
"sanitize-filename": "1.6.3", | ||
"shelljs": "0.8.3", | ||
"yargs": "^13.0.0" | ||
"yargs": "^14.0.0" | ||
} | ||
} |
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
54733
+ Addedbluebird@3.5.5(transitive)
+ Addedfs-extra@8.1.0(transitive)
+ Addedignore@5.1.4(transitive)
+ Addedlodash@4.17.15(transitive)
+ Addedsanitize-filename@1.6.3(transitive)
+ Addedyargs@14.2.3(transitive)
+ Addedyargs-parser@15.0.3(transitive)
- Removedbluebird@3.5.3(transitive)
- Removedfs-extra@7.0.1(transitive)
- Removedignore@5.0.5(transitive)
- Removedlodash@4.17.11(transitive)
- Removedsanitize-filename@1.6.1(transitive)
- Removedyargs@13.3.2(transitive)
- Removedyargs-parser@13.1.2(transitive)
Updatedbluebird@3.5.5
Updatedfs-extra@8.1.0
Updatedignore@5.1.4
Updatedlodash@4.17.15
Updatedsanitize-filename@1.6.3
Updatedyargs@^14.0.0