Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually Updated dependencies. #18

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 25, 2022

  1. ignore JetBrains IDEA PATH

    Avoid versioning IDE settings
    
    Signed-off-by: Alan Alvarado <[email protected]>
    alanalvarado committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    dfd97dd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Bump node-sass from 4.9.3 to 7.0.1

    It wasn't compiling anymore
    
    Signed-off-by: Alan Alvarado <[email protected]>
    alanalvarado committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    300b6c7 View commit details
    Browse the repository at this point in the history
  2. Bump mkdirp from 0.5.1 to 1.0.4

    Improved, updated and more stable API
    
    Signed-off-by: Alan Alvarado <[email protected]>
    alanalvarado committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    e4ba71a View commit details
    Browse the repository at this point in the history
  3. Bump commander from 2.18.0 to 9.0.0

    Now the parsed command line options must be accessed by calling .opts()
    on a Command object
    
    before
    program.dev
    
    now
    program.opts().dev
    
    More Info: https://github.com/tj/commander.js#options
    
    Signed-off-by: Alan Alvarado <[email protected]>
    alanalvarado committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    10c9771 View commit details
    Browse the repository at this point in the history
  4. Bump csso from 3.5.1 to 5.0.2

    csso now expects a string for .css from the return buffer
    
    Signed-off-by: Alan Alvarado <[email protected]>
    alanalvarado committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8d81c42 View commit details
    Browse the repository at this point in the history