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

Bump dependencies. Reduce deps size twice. #23

Closed
wants to merge 2 commits into from
Closed

Bump dependencies. Reduce deps size twice. #23

wants to merge 2 commits into from

Conversation

paulmillr
Copy link

@paulmillr paulmillr commented Apr 1, 2019

This needs tests to be fixed. Any help would be appreciated.

Before:

┌────────────────────┬─────────────┬───────┐
│ name               │ children    │ size  │
├────────────────────┼─────────────┼───────┤
│ source-map         │ 0           │ 0.73M │
├────────────────────┼─────────────┼───────┤
│ snapdragon-node    │ 21          │ 0.55M │
├────────────────────┼─────────────┼───────┤
│ source-map-resolve │ 5           │ 0.15M │
├────────────────────┼─────────────┼───────┤
│ define-property    │ 7           │ 0.11M │
├────────────────────┼─────────────┼───────┤
│ snapdragon-util    │ 1           │ 0.07M │
├────────────────────┼─────────────┼───────┤
│ extend-shallow     │ 4           │ 0.04M │
├────────────────────┼─────────────┼───────┤
│ use                │ 0           │ 0.01M │
├────────────────────┼─────────────┼───────┤
│ component-emitter  │ 0           │ 0.01M │
├────────────────────┼─────────────┼───────┤
│ isobject           │ 0           │ 0.01M │
├────────────────────┼─────────────┼───────┤
│ map-cache          │ 0           │ 0.01M │
├────────────────────┼─────────────┼───────┤
│ get-value          │ 0           │ 0.00M │
├────────────────────┼─────────────┼───────┤
│ 11 modules         │ 16 children │ 1.24M │
└────────────────────┴─────────────┴───────┘

After:

┌────────────────────┬─────────────┬───────┐
│ name               │ children    │ size  │
├────────────────────┼─────────────┼───────┤
│ source-map         │ 0           │ 0.30M │
├────────────────────┼─────────────┼───────┤
│ source-map-resolve │ 5           │ 0.15M │
├────────────────────┼─────────────┼───────┤
│ define-property    │ 7           │ 0.11M │
├────────────────────┼─────────────┼───────┤
│ snapdragon-util    │ 1           │ 0.07M │
├────────────────────┼─────────────┼───────┤
│ extend-shallow     │ 4           │ 0.04M │
├────────────────────┼─────────────┼───────┤
│ snapdragon-node    │ 0           │ 0.03M │
├────────────────────┼─────────────┼───────┤
│ use                │ 0           │ 0.01M │
├────────────────────┼─────────────┼───────┤
│ component-emitter  │ 0           │ 0.01M │
├────────────────────┼─────────────┼───────┤
│ isobject           │ 0           │ 0.01M │
├────────────────────┼─────────────┼───────┤
│ map-cache          │ 0           │ 0.01M │
├────────────────────┼─────────────┼───────┤
│ get-value          │ 0           │ 0.00M │
├────────────────────┼─────────────┼───────┤
│ 11 modules         │ 12 children │ 0.66M │
└────────────────────┴─────────────┴───────┘

Closes #13, #18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant